What problem does it solve? When working with a large library of agent skills, it is hard to know which workflow applies to the task at hand. This meta-skill maps any incoming task to the correct skill based on its development phase, so the right process is followed every time. ## Core Features & Use Cases - Phase-Based Skill Discovery: A decision tree routes tasks across Define, Plan, Build, Verify, Review, and Ship phases to one of 23 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 results. - Lifecycle Sequencing: Defines the typical skill order for a complete feature, from interview-me through shipping-and-launch. - Use Case: You start a session with a vague feature request. The skill routes you to interview-me, then spec-driven-development, then planning-and-task-breakdown, ensuring no phase is skipped. ## Quick Start Ask the agent to determine which skill applies to your current task, for example by saying you have a spec and need to break it into tasks.