task-routing
Task Routing maps complex task patterns to specialized agents for optimal delegation via the Task tool. Consult this routing table before delegating work involving research, code implementation, codebase investigation, debugging, architecture design, or agent quality review to ensure the request reaches the appropriate agent rather than being handled inline.
git clone --depth 1 https://github.com/MadAppGang/claude-code /tmp/task-routing && cp -r /tmp/task-routing/plugins/dev/skills/task-routing ~/.claude/skills/task-routingSKILL.md
# Task Routing - Agent Delegation IMPORTANT: For complex tasks, prefer delegating to specialized agents via the Task tool rather than handling inline. Delegated agents run in dedicated context windows with sustained focus, producing higher quality results. ## Routing Table | Task Pattern | Delegate To | Trigger | |---|---|---| | Research: web search, tech comparison, multi-source reports | `dev:researcher` | 3+ sources or comparison needed | | Implementation: creating code, new modules, features, building with tests | `dev:developer` | Writing new code, adding features, creating modules - even if they relate to existing codebase | | Investigation: READ-ONLY codebase analysis, tracing, understanding | `code-analysis:detective` | Only when task is to UNDERSTAND code, not to WRITE new code | | Debugging: error analysis, root cause investigation | `dev:debugger` | Non-obvious bugs or multi-file root cause | | Architecture: system design, trade-off analysis | `dev:architect` | New systems or major refactors | | Agent/plugin quality review | `agentdev:reviewer` | Agent description or plugin assessment | ## Key Distinction If the task asks to IMPLEMENT/CREATE/BUILD → `dev:developer`. If the task asks to UNDERSTAND/ANALYZE/TRACE → `code-analysis:detective`. ## When to Use This Skill Consult this routing table BEFORE making any delegation decision. If the user's task matches any row in the table above, delegate to the specified agent rather than handling the task inline.
|
|
|
Common agent patterns and templates for Claude Code. Use when implementing agents to follow proven patterns for Tasks integration, quality checks, and external model invocation via claudish CLI.
YAML frontmatter schemas for Claude Code agents and commands. Use when creating or validating agent/command files.
XML tag structure patterns for Claude Code agents and commands. Use when designing or implementing agents to ensure proper XML structure following Anthropic best practices.
YAML format for Claude Code agent definitions as alternative to markdown. Use when creating agents with YAML, converting markdown agents to YAML, or validating YAML agent schemas. Trigger keywords - "YAML agent", "agent YAML", "YAML format", "agent schema", "YAML definition", "convert to YAML".
Linear API patterns and examples for autopilot. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling.