What problem does it solve? When working with a large library of agent skills, it is hard to know which skill applies to the current task. This meta-skill maps incoming tasks to the correct engineering workflow skill across the Define, Plan, Build, Verify, Review, and Ship phases, and enforces core operating behaviors like surfacing assumptions and verifying results. ## Core Features & Use Cases - Skill Discovery: A decision tree routes any task (new feature, bug fix, code review, deployment) to the matching skill such as spec-driven-development, test-driven-development, or code-review-and-quality. - Core Operating Behaviors: Enforces six non-negotiable behaviors across all skills, including surfacing assumptions, managing confusion, pushing back on bad ideas, and verifying with evidence. - Lifecycle Sequencing: Defines the full feature lifecycle order from interview-me through shipping-and-launch, plus a quick-reference table of all 28 skills by phase. - Use Case: At the start of a session you describe a new Android feature; the skill routes you through spec-driven-development, planning-and-task-breakdown, incremental-implementation, and test-driven-development in sequence. ## Quick Start Ask the agent to identify which skill applies to your current task, for example by describing that you have a finished spec and need to break it into verifiable tasks.