Back to Examples

Planner → Coder Handoff Template

The exact format high-performing teams use to hand work from planning agent to implementation agent.

Handoff FormatsBeginnermarkdown
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.