What problem does it solve? When many skills are available, it is hard to know which one to load for a given user request. This Skill acts as a central router that maps user intent to the right skill file so the correct instructions are loaded every time. ## Core Features & Use Cases - Trigger-Based Routing: Lists trigger phrases and example utterances for each available skill, covering PRD workflow, development, DevOps, documentation, content generation, and utility skills. - Workflow Patterns: Documents common multi-skill sequences such as the full PRD lifecycle from architecture doc to merge. - Default Loading Rules: Defines which skills load at conversation start and how to resolve ambiguous or unmatched requests. - Use Case: A user says "What should I work on next?" and the router points to the prd-next skill, or says "Search the web for async best practices" and the router points to serper-search. ## Quick Start Ask which skill handles your task, for example by saying "what skills are available for reviewing a pull request?"