What problem does it solve? When starting a development task, it is hard to know which engineering workflow or process applies. This meta-skill maps any incoming task to the right skill across the full software lifecycle, from requirements to launch, and enforces core operating behaviors like surfacing assumptions and verifying results. ## Core Features & Use Cases - Skill Discovery 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 outcomes. - 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 skill routes you to interview-me, then spec-driven-development, then planning-and-task-breakdown before any code is written. ## Quick Start Ask the agent to identify which skill applies to your current task before starting any implementation work.