What problem does it solve? When starting a development task, it is hard to know which engineering workflow skill applies. This meta-skill provides a decision tree and lifecycle sequence that maps any task to the correct skill, while enforcing core operating behaviors like surfacing assumptions and verifying results. ## Core Features & Use Cases - Skill Discovery Decision Tree: Maps incoming tasks to the right skill by development phase, from interview-me through shipping-and-launch. - Core Operating Behaviors: Enforces six non-negotiable behaviors including surfacing assumptions, managing confusion, pushing back on bad ideas, and verifying outcomes. - Lifecycle Sequencing: Defines the typical 16-step skill sequence for a complete feature and shorter sequences for tasks like bug fixes. - Use Case: You receive a vague feature request. The decision tree routes you to interview-me, then spec-driven-development, then incremental-implementation, ensuring each phase follows a proven process. ## Quick Start Ask the agent to identify which skill applies to your current task before starting any implementation work.