What problem does it solve? Engineers often start tasks without a defined process, leading to wrong assumptions, scope creep, skipped verification, and overcomplicated code. This meta-skill solves that by mapping any incoming task to the correct engineering workflow skill and enforcing core operating behaviors across all of them. ## Core Features & Use Cases - Skill Discovery Flowchart: Routes tasks by development phase (define, plan, build, verify, review, ship) to one of 20+ specialized skills such as spec-driven-development, test-driven-development, or debugging-and-error-recovery. - Core Operating Behaviors: Enforces six non-negotiable behaviors including surfacing assumptions, managing confusion, pushing back on bad ideas, enforcing simplicity, maintaining scope discipline, and verifying results. - Lifecycle Sequencing: Provides a canonical 16-step skill sequence for full features and trimmed sequences for smaller tasks like bug fixes. - Use Case: When a user asks to implement a new API endpoint, the skill routes through spec-driven-development, planning-and-task-breakdown, incremental-implementation, and test-driven-development in order. ## Quick Start Ask the agent to identify which engineering workflow skill applies to your current task before starting any implementation work.