What problem does it solve? Loading an entire workflow framework for every task wastes context and adds process overhead, while skipping structure entirely on large or risky work leads to missed verification steps. This Skill classifies each task by scope and risk, then loads at most one relevant workflow reference for the current phase. ## Core Features & Use Cases - Scope-Based Routing: Classifies work as small, medium, large, or high-risk using uncertainty, blast radius, reversibility, and operational risk, then selects only the workflow reference that phase requires. - Parallelism Gate: Detects two or more independent workstreams with no shared state or dependencies and dispatches focused parallel agents with defined goals, scopes, and handoff formats. - Phase-Appropriate Verification: Routes completion claims through a verification-before-completion reference that demands fresh, scope-appropriate evidence for medium, large, or high-risk changes. - Use Case: When asked to fix a flaky test and refactor an authentication module, the router treats the auth change as high-risk, loads the systematic debugging reference for the flaky test, and dispatches parallel agents only if the workstreams are truly independent. ## Quick Start Ask the assistant to handle a medium or large development task using scoped workflow routing so only the relevant phase guidance is loaded.