What problem does it solve? Engineering agents often start work without a defined process, leading to wrong assumptions, skipped verification, and scope creep. This meta-skill maps any incoming task to the correct workflow skill and enforces core operating behaviors across all of them. ## 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, test-driven-development, and code-review-and-quality. - Core Operating Behaviors: Six non-negotiable rules apply at all times: surface assumptions, manage confusion actively, push back when warranted, enforce simplicity, maintain scope discipline, and verify with evidence. - Lifecycle Sequencing: Defines the typical skill chain for a complete feature, from interview-me through shipping-and-launch, plus a standing Definition of Done checklist in references/definition-of-done.md. - Use Case: A user asks to fix a production bug. The skill routes to debugging-and-error-recovery, then test-driven-development, then code-review-and-quality, ensuring reproduction, a failing test, and review before the fix ships. ## Quick Start Ask the agent to determine which skill applies to your current task before starting any implementation work.