What problem does it solve?
When facing an unfamiliar or mixed Open Mercato request, it is hard to know which skill, guide, or workflow applies. This Skill classifies the task and returns the smallest ordered context plan instead of loading everything or guessing.
Core Features & Use Cases
- Task Routing: Matches requests against the root AGENTS.md Task Router and classifies them by architecture, data, UI, integration, AI/workflow, debugging, or delivery family.
- Delivery Workflow Selection: Chooses between direct small changes, one-shot PRs, spec-first implementation, issue fixes, reviews, or harness evolution using the delivery-workflows reference.
- Minimal Context Plans: Returns an ordered list of guides and skills with justification and the smallest validation gate, without implementing the task itself.
- Use Case: A developer asks "which skill should I use to add a payment provider with a checkout page?" The Skill routes to the integration-builder and backend-ui-design skills plus the appropriate delivery workflow.
Quick Start
Ask which skill or workflow to use for your Open Mercato task, for example: which skill should I use to add a new entity with an admin table?