What problem does it solve? When a repository contains dozens of agent skills, it is hard to remember which one fits your current situation. This Skill acts as a router that maps your situation—an idea to build, a bug to fix, a foggy greenfield effort—to the right skill or multi-step flow. ## Core Features & Use Cases - Main flow routing: Guides work from idea to ship through /grill-with-docs, /to-spec, /to-tickets, and /implement, with branching for prototypes and multi-session builds. - On-ramp selection: Directs incoming bug reports to /triage, broken behavior to /diagnosing-bugs, and huge foggy efforts to /wayfinder. - Phase boundary decisions: Provides an ordered decision tree (Continue, /clear, /handoff, subagent, /compact) for managing context between work phases, detailed in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and a pile of bug reports. Ask which skill fits, and get routed to /triage for the reports and /grill-with-docs to sharpen the idea before implementation. ## Quick Start Ask the agent which skill or flow fits your current situation, describing what you are trying to do.