What problem does it solve? When working in a codebase with many specialized skills, it is hard to know which skill applies to a given change, fix, or analysis. This Skill removes that guesswork by classifying every task, consulting the skill catalog, and chaining the right skills before any code is touched. ## Core Features & Use Cases - Clarification-first protocol: Asks multiple scoping questions in Brazilian Portuguese and refuses to proceed while the task is underspecified. - Task planning and routing: Creates TASK_PLAN.md with acceptance criteria, classifies the task by domain and type, and selects knowledge and task skills from catalog.md. - Skill chain execution and evolution: Loads selected skills before implementing, runs each skill's evolution step on completion, and deletes TASK_PLAN.md when done. - Use Case: A user asks to add a new crawler source. The router asks clarifying questions in Portuguese, writes the plan, routes to extending-the-crawler plus related skills, executes the chain, and records learnings via meta-skill-evolution. ## Quick Start Ask the assistant to implement a fix or feature in this repository and let the project-router clarify the scope and select the right skills first.