continuation_write
Write a session handoff note preserves unfinished work, lessons learned, and next actions before context runs out.vents lost progress and rework by recording context for the next session.
Instructions
Write the handoff note for the NEXT session, in this project. Write it BEFORE context runs out, not when you notice it is running out -- the note is the only thing that survives, and a session that dies mid-thought leaves nothing. project_path is REQUIRED and a missing one is the usual reason a write fails silently. Record what is UNFINISHED and what was learned the hard way; a note that only lists accomplishments is the one that gets a future session to redo work or act on a wrong assumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | Current project phase | |
| status | Yes | Current status (e.g., "Ready for testing", "Complete", "In progress") | |
| project | Yes | Project name (required) | |
| next_actions | No | List of next actions/objectives | |
| project_path | Yes | Full path to project directory (required) | |
| context_bridge | Yes | Context information for next session | |
| critical_factors | No | Critical success factors for next session | |
| testing_criteria | No | Testing/validation criteria (optional) | |
| additional_content | No | Additional content to append (optional) | |
| major_achievements | No | List of major achievements this session | |
| completion_percentage | No | Completion percentage (0-100) |