What problem does it solve? When working with a large collection of agent skills, it is hard to know which skill applies to the current task and in what order to combine them. This meta-skill acts as the discovery and routing layer that maps any incoming task to the correct engineering workflow skill. ## Core Features & Use Cases - Skill Discovery Decision Tree: Routes tasks by development phase (define, plan, build, verify, review, deliver) to one of 20+ skills such as spec-driven-development, test-driven-development, or code-review-and-quality. - Core Behavioral Rules: Enforces six non-negotiable practices across all skills, including exposing assumptions, managing confusion, disagreeing when necessary, enforcing simplification, keeping scope discipline, and verifying with evidence. - Lifecycle Sequencing: Defines the canonical skill chain for a full feature, from interview-me through shipping-and-launch, and shows how to trim it for smaller tasks like bug fixes. - Use Case: You receive a vague feature request. The skill routes you to interview-me to extract real requirements, then spec-driven-development, then incremental-implementation with test-driven-development, ending with code review and a safe launch checklist. ## Quick Start Describe your current task and ask which agent skill applies to it and in what order the skills should be combined.