Code just written/modified - Use code-reviewer agent
Bug fix or new feature - Use tdd-guide agent
Architectural decision - Use architect agent
Parallel Task Execution
ALWAYS use parallel Task execution for independent operations:
# GOOD: Parallel execution
Launch 3 agents in parallel:
1. Agent 1: Security analysis of auth.ts
2. Agent 2: Performance review of cache system
3. Agent 3: Type checking of utils.ts
# BAD: Sequential when unnecessary
First agent 1, then agent 2, then agent 3
Multi-Perspective Analysis
For complex problems, use split role sub-agents:
Factual reviewer
Senior engineer
Security expert
Consistency reviewer
Redundancy checker
1---2name: 075-agents-46a1f64b3description: Agent Orchestration4---5# Agent Orchestration67## Available Agents89Located in `~/.claude/agents/`:1011| Agent | Purpose | When to Use |12|-------|---------|-------------|13| planner | Implementation planning | Complex features, refactoring |14| architect | System design | Architectural decisions |15| tdd-guide | Test-driven development | New features, bug fixes |16| code-reviewer | Code review | After writing code |17| security-reviewer | Security analysis | Before commits |18| build-error-resolver | Fix build errors | When build fails |19| e2e-runner | E2E testing | Critical user flows |20| refactor-cleaner | Dead code cleanup | Code maintenance |21| doc-updater | Documentation | Updating docs |2223## Immediate Agent Usage2425No user prompt needed:261. Complex feature requests - Use **planner** agent272. Code just written/modified - Use **code-reviewer** agent283. Bug fix or new feature - Use **tdd-guide** agent294. Architectural decision - Use **architect** agent3031## Parallel Task Execution3233ALWAYS use parallel Task execution for independent operations:3435```markdown36# GOOD: Parallel execution37Launch 3 agents in parallel:381. Agent 1: Security analysis of auth.ts392. Agent 2: Performance review of cache system403. Agent 3: Type checking of utils.ts4142# BAD: Sequential when unnecessary43First agent 1, then agent 2, then agent 344```4546## Multi-Perspective Analysis4748For complex problems, use split role sub-agents:49- Factual reviewer50- Senior engineer51- Security expert52- Consistency reviewer53- Redundancy checker
Run npx skillmds@latest add tools-only/075-agents-46a1f64b in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Agent Orchestration It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.