What problem does it solve?
This meta-skill solves the problem of choosing the correct engineering workflow and operational rules for any development task, preventing misapplied processes and missed verification steps.
Core Features & Use Cases
- Skill Discovery: Identify the most appropriate skill for a task by mapping intent to named skills (e.g., idea-refine, spec-driven-development, test-driven-development).
- Invocation Guidance: Load the selected skill's operating behaviors, verification steps, and failure-mode checks before execution.
- Governance & Safety: Enforce core behaviors like surfacing assumptions, managing confusion, and requiring verification before marking work done.
- Use Case: When given a feature request or bug report, determine whether to start with spec-driven-development, debugging-and-error-recovery, or an incremental-implementation slice and apply the corresponding verification rules.
Quick Start
Ask the agent to identify and apply the correct skill for the current task, then follow its verification checklist.