What problem does it solve? When working with a large library of agent skills, it is hard to know which skill applies to the current task and in what order to apply them. This meta-skill provides a decision tree, lifecycle sequence, and core operating behaviors so the right workflow skill is invoked at the right time. ## Core Features & Use Cases - Skill Discovery Decision Tree: Maps incoming tasks (new feature, bug fix, code review, deployment) to the correct phase-specific skill such as spec-driven-development or debugging-and-error-recovery. - Core Operating Behaviors: Enforces six non-negotiable behaviors across all skills, including surfacing assumptions, managing confusion, pushing back on flawed approaches, and verifying results. - Lifecycle Sequencing: Defines the full feature lifecycle from interview-me through shipping-and-launch, plus trimmed sequences for smaller tasks like bug fixes. - Use Case: You start a session with a vague feature request. The decision tree routes you to interview-me, then spec-driven-development, then incremental-implementation, ensuring each phase locks its decisions before the next begins. ## Quick Start Ask the agent to identify which skill applies to your current task and follow that skill's workflow from start to verification.