agents/fullstack/skills/task-routing/SKILL.md
Classify task scope (frontend, backend, fullstack) and route to the correct developer(s). Used by the team lead for every task before spawning agents.
npx skillsauth add mitriyweb/agent-team task-routingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The team lead uses this skill to classify and route every task to the correct developer(s).
Read the task description, any referenced files, and .claude-loop/reports/task-{id}-spec.md (if it exists from a prior architect pass).
| Files / Directories | Scope |
|---------------------|-------|
| src/components/, src/views/, src/pages/, *.tsx, *.jsx, *.vue, *.svelte, *.css, *.scss | frontend |
| src/api/, src/routes/, src/services/, src/models/, src/middleware/, migrations/, *.controller.*, *.service.* | backend |
| src/lib/, src/utils/, src/types/, src/config/ | shared (check contents) |
| tests/unit/views/, tests/unit/components/, *.test.tsx | frontend tests |
| tests/unit/api/, tests/unit/services/, tests/integration/ | backend tests |
| tests/e2e/ | fullstack tests |
| Keywords in Task Description | Scope | |------------------------------|-------| | component, view, page, layout, responsive, design token, CSS, WCAG, accessibility, UI | frontend | | endpoint, API, route, controller, service, model, migration, database, query, auth, middleware | backend | | feature (that names both UI and API), user flow, integration | fullstack |
Always document the routing decision in SUMMARY.md:
## Routing Decision
- **Scope**: frontend | backend | fullstack
- **Routed to**: fe-dev | be-dev | both
- **Signals**: [list of files/keywords that drove the decision]
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
Implement code changes according to a written specification.
content-media
Design the technical solution for a given brief.