What problem does it solve? Engineering agents often start tasks 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 23 workflow skills such as spec-driven-development, test-driven-development, or code-review-and-quality. - Core Operating Behaviors: Six non-negotiable rules apply across all skills: surface assumptions, manage confusion actively, push back when warranted, enforce simplicity, maintain scope discipline, and verify with evidence. - Lifecycle Sequencing: A canonical 16-step skill sequence covers a full feature lifecycle, while shorter chains handle bug fixes. - Use Case: When a session begins with a vague feature request, the agent uses this skill to route through interview-me, spec-driven-development, planning-and-task-breakdown, and incremental-implementation before writing code. ## Quick Start Ask the agent to identify which skill applies to your current task and follow that skill's workflow from start to verification.