The Plan Phase
The Plan phase takes your clean charter and produces a technical implementation plan. Run /auro.plan and the agent generates architecture decisions, phase gates, and supporting documents.
Two Sub-Phases
Section titled “Two Sub-Phases”Input
Charter
Phase 0
Research
Phase 1
Design
plan.md
research.md
data-model.md
contracts/
quickstart.md
Phase 0 — Research: Resolves all remaining [NEEDS CLARIFICATION] items. Produces research.md documenting decisions, rationale, and rejected alternatives.
Phase 1 — Design: Creates the technical architecture. Produces data models, API contracts, and quickstart validation scenarios.
Constitution Check
Section titled “Constitution Check”Before any design work begins, the plan runs a constitution check. The three gates must pass:
- Simplicity Gate — Is the architecture minimal?
- Anti-Abstraction Gate — Are frameworks used directly?
- Integration-First Gate — Do contracts exist?
If a gate fails, the plan explains why and suggests corrections.
Pages in This Section
Section titled “Pages in This Section”- Technical Context — Documenting your tech stack
- Phase Gates — Constitutional enforcement
- Project Structure — Layout options