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 acts as the entry point that maps any incoming task to the right skill, and enforces core operating behaviors like surfacing assumptions and verifying results. ## 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 across all skills, including surfacing assumptions, managing confusion, pushing back on bad ideas, enforcing simplicity, maintaining scope discipline, and verifying with evidence. - Lifecycle Sequencing: Defines the typical skill order for a complete feature, from interview-me through shipping-and-launch, plus a quick-reference table of every skill. - Use Case: At the start of a session you describe a new feature; the meta-skill routes you to spec-driven-development first, then planning-and-task-breakdown, then incremental-implementation with test-driven-development. ## Quick Start Ask the agent to determine which skill applies to your current task, for example by describing the work you are about to start and letting it route you to the right workflow.