What problem does it solve? Teams often over-engineer small tasks with full specs or under-plan large initiatives. This Skill triages a raw idea by assessing its complexity and routes it to the right workflow entry point, preventing wasted planning effort and under-scoped work. ## Core Features & Use Cases - Complexity Classification: Uses a Sonnet exploration agent to scan affected files, service boundaries, and ADRs, then classifies work as Trivial, Low, Medium, High, or Epic. - Workflow Routing: Recommends the correct next step, such as direct issue shaping for small tasks or full spec analysis for architecture-heavy work. - Overlap Detection: Searches existing GitHub issues and specs to surface duplicate or related work before creating new artifacts. - Use Case: A developer says "we should add caching to the API." The Skill scans the repo, finds it touches 3 files in one service, classifies it as Low complexity, and routes directly to issue creation instead of a full spec. ## Quick Start Ask the assistant to triage your idea by describing what you want to build, and it will assess the scope and recommend the right workflow entry point.