What problem does it solve? When a user's request is ambiguous and doesn't clearly match a single Skill's trigger criteria, static dispatch rules fail. This Skill provides a structured decision framework to classify intent, cross-reference project state, and recommend the correct target Skill without guessing. ## Core Features & Use Cases - Intent Classification: Maps natural language requests to intent types (new product, change, bug, review, design, planning, implementation, release) using a decision matrix. - Project State Cross-Reference: Checks for artifacts like Product-Spec.md, DEV-PLAN.md, code, and active changes/ folders before recommending a route. - Disambiguation: Asks a single targeted clarifying question when intent and state analysis cannot resolve ambiguity. - Use Case: A user says "improve this" without context. The Skill checks project state, then asks whether they mean bug fixes, code quality, or UI design before routing to the right Skill. ## Quick Start Analyze my request and recommend which Skill should handle it based on the current project state.