6 commands
/init-project, /create-specs, /refine-specs, /build-plan, /update-specs, /check-web — every step of the pipeline is a slash command.
You describe a feature in plain language. The framework splits the work across nine isolated AI agents, runs them through a deterministic pipeline (spec → implement → DoD-check → review → test), and produces implemented, reviewed, and tested code following Hexagonal Architecture, DDD, CQRS, and Event-Driven design.
Each agent runs in its own context window. Handoffs between agents are structured markdown files; failures fail loud via a four-value Status block (complete / blocked / failed / incomplete). The orchestrator never advances on missing signal.
6 commands
/init-project, /create-specs, /refine-specs, /build-plan, /update-specs, /check-web — every step of the pipeline is a slash command.
9 isolated agents
Spec Analyzer, Backend Developer, Frontend Developer, DoD-checker, Backend Reviewer, Frontend Reviewer, Tester, DevOps, Web Auditor — each with strict tools and a single role.
33 standards
Backend, frontend, security, performance, observability, GDPR/PII, payments, LLM integration, file storage, geo-search, audit log, feature flags, …
11 critical paths
Reviewers load only the rules relevant to the current diff via a coverage-aware protocol — no defensive full-checklist reads.
Most “AI builds an app” frameworks operate on vibes and a single big prompt. ai-standards constrains the AI with:
BE-015, AZ-001, PA-006, …) reviewers cite by ID, never paraphrased prose.total_tokens from the Anthropic SDK; the orchestrator emits a per-phase cost table at the end of every /build-plan run.Active. Pre-1.0 (0.42.x). Empirical Reviewer-savings of 30-50k Sonnet tokens per phase confirmed at N=2 in real consumer use. See Token economics for the full numbers.
Built and maintained by Mario Marco Esteve. MIT licensed.