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 removes that guesswork by mapping each development phase to the correct skill and enforcing core operating behaviors across all of them. ## Core Features & Use Cases - Skill Discovery Flowchart: Routes any incoming task to the right skill, from interview-me and spec-driven-development through shipping-and-launch. - Core Operating Behaviors: Enforces six non-negotiable behaviors including surfacing assumptions, managing confusion, pushing back on bad ideas, and verifying results. - Lifecycle Sequencing: Defines the typical 16-step skill sequence for a complete feature and shorter sequences for tasks like bug fixes. - Use Case: A user asks to fix a broken login flow. The skill routes the work through debugging-and-error-recovery, then test-driven-development, then code-review-and-quality. ## Quick Start Ask the agent to determine which skill applies to your current task before starting any implementation work.