Back to Examples
Planner → Coder Handoff Template
The exact format high-performing teams use to hand work from planning agent to implementation agent.
Handoff Formats•Beginner•markdown
Example Code
## HANDOFF — Planner to Coder
**Goal**: <one sentence>
**Context**:
- Relevant files already explored: list
- Key decisions already made: list
**Tasks** (in order):
1. ...
2. ...
**Constraints**:
- Must remain backward compatible
- Follow existing patterns in components/ui
**Definition of Done**:
- All tasks complete
- Tests added and passing
- Self-review using advanced-code-reviewer completed
**Open Questions**:
- Question 1 (owner: Coder)
Start by creating scratch/plan.md with your approach.
When to use this
The exact format high-performing teams use to hand work from planning agent to implementation agent.
Quick Info
Difficulty: Beginner
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.