What problem does it solve? Building features without a clear spec leads to wasted iterations, scope creep, and unverified code. This Skill enforces a structured spec-first workflow where every implementation is tested, reviewed, and simplified before completion. ## Core Features & Use Cases - Spec-First Planning: Collaborates with the user to write a detailed spec.md covering success criteria, scope, architecture decisions, tasks, and test plans before any code is written. - Parallel Subagent Execution: Spawns implementation, test-running, code-review, and lint-checking subagents that work concurrently with explicit pass/fail output contracts. - Verification Gates: Requires tests, review, and static analysis to all pass before proceeding, with fix subagents and bounded retry loops when issues are found. - Use Case: Ask the agent to build a new API endpoint from scratch; it drafts a spec for your approval, implements tasks via subagents, verifies against the spec, then simplifies the code while re-running tests. ## Quick Start Ask the agent to build your feature using the blueprint workflow, starting with a spec for your approval.