What problem does it solve?
Before implementing significant features, teams often struggle with vague requirements and ambiguous design choices. The Architect provides a structured, spec-first workflow that forces clear problem statements, planned solutions, and documented decisions before any implementation begins.
Core Features & Use Cases
- Spec-driven development: produces a detailed spec.md that captures the problem, proposed solution, scope, acceptance criteria, testing strategy, and open questions.
- Task decomposition: breaks the spec into small, auditable tasks with one-commit-per-task granularity and explicit dependencies.
- Architecture decisions: creates Architecture Decision Records (ADRs) that record context, decisions, alternatives considered, consequences, and status.
- Interview mode: runs a structured clarifying process to reach high confidence before drafting the spec.
Quick Start
Invoke the Architect to start an interview-driven spec and decompose it into actionable tasks.