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 Decision Tree: Routes tasks by development phase (define, plan, build, verify, review, ship) to one of 23 specialized 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 before completion. - Lifecycle Sequencing: Defines the canonical skill order for full features, from interview-me through shipping-and-launch. - Use Case: When a user asks to implement a new API endpoint, the agent consults the decision tree, routes to api-and-interface-design and incremental-implementation, and follows each skill's verification steps. ## Quick Start Ask the agent to identify which skill applies to your current task and follow that skill's workflow from start to verification.