What problem does it solve? Users of the sagittaras plugin often do not know which of its many skills fits their current work, and a stale hardcoded list would mislead them. This router skill reads the frontmatters of all installed skills from disk and points the user to the exact skill that handles their situation, including what step follows it. ## Core Features & Use Cases - Live skill discovery: Builds the overview from on-disk SKILL.md frontmatters (name, description, when_to_use) via Glob and Read, never from a memorized list. - Situation matching: Maps the user's described work-in-progress to the correct skill based on each skill's when_to_use triggers, and says so plainly when nothing matches. - Chained guidance: Every recommendation includes why the skill fits and which skill typically follows it in the workflow chain (e.g., create-branch then make-commit). - Use Case: A user types /sagittaras with "I need to record my finished work" and receives a recommendation for /sagittaras:make-commit with an explanation and the follow-up step, without the router executing anything itself. ## Quick Start Ask the sagittaras plugin what it can do or describe the task you want to accomplish, and it will recommend the right skill to run next.