What problem does it solve? Engineering agents often start tasks without a defined process, leading to wrong assumptions, skipped verification, and scope creep. This meta-skill provides a discovery layer that maps any incoming task to the correct workflow skill and enforces core operating behaviors across all of them. ## Core Features & Use Cases - Skill Discovery Flowchart: Routes tasks by development phase (define, plan, build, verify, review, ship) to one of 20+ specialized skills such as spec-driven-development, test-driven-development, or debugging-and-error-recovery. - Core Operating Behaviors: Enforces six non-negotiable rules including surfacing assumptions, managing confusion actively, pushing back on flawed approaches, and verifying results with evidence. - Lifecycle Sequencing: Defines the typical skill chain for a complete feature, from interview-me through shipping-and-launch, plus trimmed sequences for smaller tasks like bug fixes. - Use Case: When a user asks to implement a new API endpoint, the agent consults this skill, routes to api-and-interface-design and incremental-implementation, and applies the verification and scope-discipline rules throughout. ## Quick Start Ask the agent to determine which skill applies to your current task before starting any implementation work.