What problem does it solve? Building a project from scratch involves many disconnected steps—exploring the codebase, gathering requirements, planning, breaking work into milestones, and implementing tasks. This Skill automates that entire lifecycle through a structured multi-phase orchestration workflow, so a single request drives a project from zero to fully implemented. ## Core Features & Use Cases - End-to-End Phase Orchestration: Runs setup, exploration, requirements interview, planning, milestone creation, verification, and task creation in a fixed sequence with resumable status tracking in status.md. - Parallel Implementation Swarm: Implements tasks using either an Agent Team (up to 5 teammates) or wave-based parallel planner/implementer/evaluator subagents with dependency-aware scheduling. - Self-Verifying Milestones: A verifier agent checks milestone completeness and fixes gaps until verification passes, and evaluators create remediation tasks when implementations fail acceptance criteria. - Use Case: A user says "build me a REST API for a todo app." The Skill creates projects/001-rest-api-todo-app/, interviews the user about requirements, produces a plan and verified milestones, then implements every task with a swarm of agents until all acceptance criteria pass. ## Quick Start Ask the assistant to build your project, for example: "Build me a REST API for a todo app with user authentication."