What problem does it solve? When a skill library grows large, knowing which skill fits a given situation — and in what order to run several — becomes the bottleneck. This router maps any described goal to the correct skill chain without doing the work itself. ## Core Features & Use Cases - Situation-to-skill routing: Describe a goal in plain language and receive an ordered chain of skills plus the always-on underlays (taste, critique, bias control) that load beneath them. - Live index verification: Reads SKILL-MAP.md and README.md at route time and confirms every skill against what exists on disk, so it never routes to a skill that was renamed or removed. - Fast path vs full path: One-skill asks get a single answer immediately; ambiguous or multi-stage asks get a gated routing interview and a full ordered chain with cuttable steps marked. - Use Case: You say "I need to redesign a booking flow before a client demo Friday" and receive the chain: frame the problem, check existing evidence, design the flow, build a throwaway prototype, then critique — with the new-study step cut for the deadline. ## Quick Start Ask which skill to use for your current task and describe the situation, stage, and deadline in one sentence.