What problem does it solve? AI coding agents often improvise on every task, skipping specs, verification, and review steps. This meta-skill provides a consistent discovery and routing layer so the right engineering workflow skill is applied to each piece of work across the full development lifecycle. ## Core Features & Use Cases - Skill Discovery Decision Tree: Maps incoming tasks to the correct skill by development phase, from DEFINE through SHIP, covering 20+ workflow skills. - 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: Defines the canonical skill order for complete features and minimal sequences for smaller tasks like bug fixes. - Use Case: When a new feature request arrives with no spec, the decision tree routes you to interview-me, then spec-driven-development, then planning-and-task-breakdown before any code is written. ## Quick Start Ask the agent to identify which skill applies to your current task and follow that skill's workflow steps in order.