What problem does it solve? Engineering tasks vary widely in risk, and treating a trivial config change like a database migration wastes time while treating a migration like a trivial change causes failures. This Skill classifies each task by significance and durability, then routes it to the right engineering skills and approval gates so ceremony scales with actual stakes. ## Core Features & Use Cases - Risk-Based Task Routing: Classifies work by significance (how much code it touches) and durability (how costly it is to reverse), then sets the appropriate human involvement level. - Skill Selection and Gating: Maps tasks to specialized skills (debugging, domain-modeling, security, proof, code-review, and more) and enforces sign-off gates only for durable shapes like interfaces, data models, and migrations. - Completion Loop with Proof: Requires every non-trivial change to be proven via tests or checks and pass a fresh-context code review before close-out. - Use Case: When asked to add a new API endpoint, the Skill routes the task through contract-first approval for the interface, domain-modeling for data shapes, and proof plus code-review before declaring the work done. ## Quick Start Use the workflow skill to plan and route this engineering task, naming its risk profile and the skills needed to complete it.