What problem does it solve? When working with a large library of agent skills, it is hard to know which workflow applies to the current task. This meta-skill maps incoming tasks to the correct engineering 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+ 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 outcomes. - Lifecycle Sequencing: Provides a canonical 16-step skill sequence for full features and a quick-reference table of every skill with a one-line summary. - Use Case: At the start of a session, describe your task (e.g., "fix a broken login flow") and the skill routes you to debugging-and-error-recovery followed by test-driven-development. ## Quick Start Ask the agent to identify which skill applies to your current task before starting any implementation work.