What problem does it solve? AI agents often skip established workflows and act ad hoc, leading to inconsistent results. This Skill enforces a discovery-and-invocation protocol so that relevant dx-* skills are loaded and followed before any response, including clarifying questions. ## Core Features & Use Cases - Skill Discovery Protocol: Defines a decision flow that checks whether any dx-* skill applies to the current task and mandates invocation even at low probability of relevance. - Priority and Conflict Rules: Establishes instruction precedence (user instructions over skills over system defaults) and ordering between process skills and implementation skills. - Skill Catalog: Lists available dx-* skills such as dx-agent-brainstorm, dx-swe-debugging, dx-agent-tdd, and dx-agent-verify with their trigger conditions. - Use Case: When a user asks to fix a bug, the router directs the agent to invoke dx-swe-debugging first, then any domain-specific skill, ensuring disciplined execution. ## Quick Start Ask the agent to load the dx-skill-router skill so it checks and invokes the appropriate dx-* skills before answering your request.