What problem does it solve?
Plan-Architect translates complete specifications into actionable implementation artifacts, enabling a clean, traceable bridge from requirements to concrete execution plans across multiple phases.
Core Features & Use Cases
- Interactive phase planning that maps specifications to FASEs with dependencies and deliverables.
- Architecture-aware planning that produces ARCHITECTURE.md and per-phase artifacts aligned with reference frameworks.
- Decision traceability through ADRs, CLARIFICATIONS.md, and RESEARCH.md to preserve rationale.
- Per-FASE planning that generates PLAN-FASE-{N}.md with detailed decisions, APIs, data changes, tests, and acceptance criteria.
- Incremental, audit-friendly outputs: PLAN.md, CLARIFY-LOG.md, and RESEARCH.md without modifying source specs.
Quick Start
Run plan-architect on your spec repository to generate the full planning artifacts. Use the per-FASE option to focus on a single phase, or audit the plan with the built-in checks. Review the resulting PLAN.md and ARCHITECTURE.md to align implementation with the spec.