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 based on its development phase. ## Core Features & Use Cases - Skill Discovery Decision Tree: Routes tasks to the right skill (e.g., spec-driven-development, test-driven-development, debugging-and-error-recovery) based on the current development phase. - Core Operating Behaviors: Enforces six non-negotiable behaviors including surfacing assumptions, managing confusion, pushing back on bad ideas, and verifying results. - Lifecycle Sequencing: Defines the typical skill order for a complete feature, from interview-me through shipping-and-launch. - Use Case: A developer receives a vague feature request. The meta-skill routes them to interview-me, then spec-driven-development, then incremental-implementation, ensuring no critical step is skipped. ## Quick Start Ask the agent to determine which skill applies to your current task, such as "which skill should I use to fix this broken API endpoint?"