From agent-team
Use this skill when the user explicitly asks for an agent team, team dispatch, coordinated specialists, parallel agents, multi-agent software development, or when a software engineering task spans multiple independent domains such as product, architecture, frontend, backend, database, DevOps, QA, and security. Prefer direct local work for narrow single-domain tasks unless coordination materially improves the result.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-team:team-workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate specialist software engineering work without over-dispatching. Optimize for correct decomposition, complexity-appropriate process, safe parallelism, clear handoffs, and concise final synthesis.
Coordinate specialist software engineering work without over-dispatching. Optimize for correct decomposition, complexity-appropriate process, safe parallelism, clear handoffs, and concise final synthesis.
| Task | Team |
|---|---|
| Login or account feature | backend-developer + frontend-developer; add security-engineer for auth review |
| Data-heavy feature | database-engineer for schema/query contract, backend-developer for API, frontend-developer for UI |
| Small full-stack CRUD | fullstack-developer alone unless separate ownership or risk justifies specialists |
| Platform build | product-manager, system-architect, then implementation specialists by ownership, then targeted QA/security |
| CI or deployment | devops-engineer, plus qa-engineer only if quality gates are part of the request |
See routing-matrix.md for per-role triggers, avoidance guidance, and the full role catalog.
See dispatch-protocol.md for safe/unsafe parallel patterns, batch building, and conflict handling.
See handoff-contracts.md for specialist brief and aggregation templates.
This skill targets Codex; other agent ecosystems may use the files in agents/ and .claude-plugin/ as role references.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yjydist/oh-claude --plugin team