What problem does it solve? When starting a development task, it is often unclear which engineering workflow applies, leading to skipped specs, missing verification, and inconsistent quality. 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 23 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 flawed approaches, and verifying results. - Lifecycle Sequencing: Defines the canonical skill order for complete features, from interview-me through shipping-and-launch. - Use Case: A developer receives a vague feature request; the skill routes them to interview-me, then spec-driven-development, then incremental-implementation, ensuring each phase follows a verified process. ## Quick Start Ask the agent to identify which skill applies to your current task before starting any implementation work.