What problem does it solve? Turning a rough project idea into a fully implemented, verified codebase requires coordinating planning, task breakdown, execution, and acceptance testing — a process that is error-prone and hard to keep consistent when done ad hoc. ## Core Features & Use Cases - Structured Interview & Planning: Conducts a clarifying interview, then generates a high-level plan with requirements traceability mapped to milestones. - Milestone & Task Generation with Review: Produces detailed milestone files with tasks, dependencies, and acceptance criteria, reviewed by a quality gate that loops until PASS. - Verified Execution: Executes tasks in dependency order (up to 3 in parallel) using planner, implementer, and evaluator subagents, with retry loops and a final end-to-end acceptance test. - Use Case: Describe a CLI todo app you want built; the skill interviews you about stack and scope, plans milestones, implements each task with evaluation, and only finishes when every requirement passes an automated acceptance check. ## Quick Start Ask the assistant to build your project by describing it, for example: build a command-line todo app in Python with add, list, and complete commands.