What problem does it solve? When a repository contains dozens of skills, it is hard to remember which one fits your current situation. This Skill acts as a router that maps your scenario—an idea to build, a bug to diagnose, a pile of incoming issues—to the right skill or multi-step flow. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through /grill-with-docs, /to-spec, /to-tickets, and /implement, with branching for prototypes and multi-session builds. - On-ramp selection: Directs bug reports to /triage, broken behavior to /diagnosing-bugs, and foggy large efforts to /wayfinder. - Phase boundary decisions: Explains when to continue, /clear, /handoff, spawn a subagent, or /compact between work phases, with a detailed decision tree in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and a repo full of skills. Invoke this Skill to learn that you should start with /grill-with-docs, then move to /to-spec and /implement. ## Quick Start Ask which skill or workflow fits your current task, for example by saying you have a new feature idea and want to know where to start.