What problem does it solve? When working on software tasks, it is hard to know which engineering workflow applies at each stage, and skipping proven processes leads to wrong assumptions, scope creep, and unverified code. This meta-skill maps any incoming task to the correct skill and enforces core operating behaviors across all of them. ## Core Features & Use Cases - Skill Discovery: A decision tree routes tasks by development phase (define, plan, build, verify, review, ship) to one of 20+ workflow skills such as spec-driven-development or test-driven-development. - Core Operating Behaviors: Six non-negotiable rules apply at all times, including surfacing assumptions, managing confusion, pushing back on bad ideas, enforcing simplicity, maintaining scope discipline, and verifying results. - Lifecycle Sequencing: A canonical 16-step skill sequence shows how skills chain together for a complete feature, from interview-me through shipping-and-launch. - Use Case: You receive a vague feature request. The routing tree directs you to interview-me first, then spec-driven-development, then incremental-implementation, ensuring each phase follows a verified process. ## Quick Start Ask the agent to identify which skill applies to your current task and follow that skill's workflow from start to verification.