Charter
Define what to build with structured charters. User stories, requirements, and success criteria — all before a single line of code.
Charter-Orchestrated Engineering breaks building software into four repeatable phases. Each phase produces an artifact that feeds the next one. Nothing is left to guesswork.
Charter
Define what to build with structured charters. User stories, requirements, and success criteria — all before a single line of code.
Plan
Translate charters into technical plans with phase gates and constitutional checks. Every decision traces to a requirement.
Tasks
Break plans into phased, parallel-ready task lists for AI agents. Each task is small, testable, and independent.
Implement
Hand tasks to your AI agent. Review the output, run the tests, ship it.
Idea
/auro.charter
Charter
/auro.plan
Plan
/auro.tasks
Tasks
/auro.implement
Working Code
Loop: refinement feeds changes back into the Charter phase.
Each phase has a dedicated slash command. You run the command, the AI agent does the work within your constraints, and you review the output before moving on.
The charter is the source of truth at every step. If the code does not match the charter, the code is wrong.
Head to What is ACE? to understand the methodology, review Context and Charter Integrity for scale constraints, or jump to Getting Started to install Auro now.