Back to Examples
4-Agent Team Definition (Researcher + Planner + Coder + Reviewer)
A complete multi-agent system pattern with clear roles and handoff protocols.
Multi-Agent Orchestration•Advanced•markdown
Example Code
Team:
- Researcher: web search / fetch MCP + context-builder skill
- Planner: produces detailed plan + task breakdown
- Coder: implements using the plan (never deviates without explicit approval)
- Reviewer: advanced-code-reviewer + test-writer
Handoff protocol (always written to scratch/handoff-xxx.md):
- Summary of work done
- Artifacts created
- Open questions + confidence
- Recommended next agent + any constraints
Coordinator (or human) decides the sequence and can run agents in parallel when safe.
When to use this
A complete multi-agent system pattern with clear roles and handoff protocols.
Quick Info
Difficulty: Advanced
Language: markdown
Copy the block above and adapt it to your project.
Related Examples
Complete AGENTS.md for Next.js + TypeScript
A production-grade AGENTS.md used by real teams. Covers principles, skills, workflows, and review standards.
Real Grok Build Skill Definition (advanced-code-reviewer)
A complete, production-ready skill definition you can download and use.
Research → Implement → Review → Ship Workflow
A complete multi-step workflow used for feature development with agents.