What problem does it solve? When starting a development task, it is hard to know which engineering workflow applies, and skipping structured processes leads to wrong assumptions, scope creep, and unverified code. This meta-skill maps any incoming task to the correct skill across the full development lifecycle. ## Core Features & Use Cases - Skill Discovery: A decision tree routes tasks by development phase (define, plan, build, verify, review, ship) to one of 20+ workflow skills such as spec-driven-development or test-driven-development. - Core Operating Behaviors: Enforces six non-negotiable behaviors including surfacing assumptions, managing confusion, pushing back on bad ideas, and verifying results with evidence. - Lifecycle Sequencing: Provides a canonical 16-step skill sequence for complete features and trimmed sequences for smaller tasks like bug fixes. - Use Case: You receive a vague feature request. The routing tree directs you to interview-me, then spec-driven-development, then planning-and-task-breakdown before any code is written. ## Quick Start Ask the agent to determine which skill applies to your current task before starting any implementation work.