What problem does it solve? When starting a session or facing a new task, it is hard to know which engineering workflow skill applies. This meta-skill maps incoming tasks to the correct skill by development phase, so the right process is followed instead of improvising. ## Core Features & Use Cases - Skill Discovery: A decision tree routes tasks by 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: Enforces six non-negotiable behaviors across all skills, 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, plus a standing Definition of Done checklist. - Use Case: A bug report arrives mid-session; the routing tree directs you to debugging-and-error-recovery, then test-driven-development, then code-review-and-quality. ## Quick Start Ask the agent to identify which skill applies to your current task before starting any implementation work.