29 lines
842 B
Markdown
29 lines
842 B
Markdown
---
|
|
description: Prepare a concise handoff for the next FESA agent session.
|
|
---
|
|
|
|
# /handoff
|
|
|
|
## Preflight
|
|
|
|
- Read `/AGENTS.md`, `/PROGRESS.md`, `/PLAN.md`, and changed files.
|
|
- Use `$fesa-doc-sync` when available.
|
|
- Identify what changed, what was verified, what remains blocked, and what should happen next.
|
|
|
|
## Task
|
|
|
|
- Add a factual `PROGRESS.md` entry for completed work.
|
|
- Update `PLAN.md` only for future tasks, changed ownership, open questions, or blockers.
|
|
- Keep the handoff concise enough that a fresh agent can act without private context.
|
|
|
|
## Verification
|
|
|
|
- Run `python scripts/validate_workspace.py`.
|
|
- Confirm that the next-session required reading remains current.
|
|
|
|
## Result
|
|
|
|
- **Action**: prepared handoff
|
|
- **Status**: success | partial | blocked
|
|
- **Details**: progress entry, plan deltas, blockers, and validation result
|