What problem does it solve?
Meta-skill that activates cape's workflow system. Injected at session start — always active, never manually triggered. Routes every task to the right cape skill and enforces workflow chains: brainstorm before planning, plan before coding, TDD during implementation, debug before fixing. If you're about to act on a user request, check this skill's routing table first. When a cape skill matches the task, using it is mandatory.
Core Features & Use Cases
- Route every task to the matching cape skill.
- Enforce chain order: build chain (brainstorm → write-plan → execute-plan), evolve (refactor → commit), fix (debug-issue → fix-bug → commit). Skipping a link breaks the chain.
- Injected at session start via hook; applies to every user message.
- Agents and internal skills dispatch as needed.
Quick Start
Always run the routing check at session start and load the matched cape skill with the Skill tool.