What problem does it solve? Engineering agents often start work without a defined process, leading to wrong assumptions, skipped verification, and scope creep. This meta-skill provides a decision framework 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: A decision tree routes tasks by development phase (define, plan, build, verify, review, ship) to one of 23 specialized skills such as spec-driven-development or test-driven-development. - Core Operating Behaviors: Six non-negotiable rules covering surfacing assumptions, managing confusion, pushing back on bad ideas, enforcing simplicity, maintaining scope discipline, and verifying results. - Lifecycle Sequencing: A canonical 16-step skill chain for full features, plus guidance on which subsets apply to smaller tasks like bug fixes. - Use Case: A developer receives a vague feature request. The meta-skill routes them 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 and follow that skill's workflow steps in order.