What problem does it solve?
Turns an initial project idea into a complete, production-ready implementation by enforcing a strict, multi-phase architecture and planning workflow with mandatory gates and deep decision review.
Core Features & Use Cases
- 5-phase governed workflow: Pre-Research → Requirements → Draft → Planning → Execution, preventing premature coding and skipping of phases.
- Coverage-driven requirements interviewing: Uses a structured 10-category taxonomy (with mandatory depth thresholds) to eliminate missing critical requirements.
- Deep, evidence-backed architecture decisions: Runs required research and brainstorm checkpoints to reduce “first intuition” architecture mistakes.
- Persistent session recovery and traceability: Maintains
.workflow/state.json plus persisted brainstorm artifacts to resume safely after interruptions.
- Plan-to-execution hierarchy (disk-backed): Produces and persists a 3-level plan (project, phase, task) before any code is written.
Quick Start
Run the skill in your project directory and provide a clear project idea, for example: plan a system from idea to implementation using workflow-architect: "Build an API service for ...".