What problem does it solve? Choosing the correct specialized skill for a Salesforce task is error-prone when dozens of skills exist across metadata, Apex, Flow, LWC, Agentforce, deployment, and testing domains. This Skill provides a single entrypoint that deterministically selects and executes the right specialized skill. ## Core Features & Use Cases - Manifest-Driven Routing: Scores candidate skills against the routing policy defined in SALESFORCE_SKILLS_MANIFEST.json using name, alias, and category matching. - Tie-Breaking and Sequencing: Keeps primary and secondary skills when scores are within one point, and sequences multi-domain tasks across metadata, Apex/Flow, UI, testing, deployment, and Agentforce. - Auditable Output: Returns the selected skill path, routing rationale, confidence level, and execution summary. - Use Case: A user asks to build and deploy a new Flow with Apex tests; the router scores the manifest, selects the Flow skill first, then sequences testing and deployment skills. ## Quick Start Tag the router skill and describe your Salesforce task, such as asking it to route and execute a request to create a validation rule and deploy it to a sandbox.