Sir Convert-a-Lot Session Handoff
Use This Skill When
- •A task phase ends and handoff context must be recorded.
- •A new contributor/agent needs an exact next-step instruction pack.
- •Review findings, blockers, and pending validations need durable capture.
Canonical Files To Update
- •
.agents/work/session/readme-first.md - •
.agents/work/session/handoff.md - •
docs/backlog/current.md
Handoff Requirements
- •Record what changed and why (link file paths and doc IDs).
- •Record validation outcomes with command surfaces used.
- •Record open risks, decisions pending, and the immediate next executable step.
- •Keep wording implementation-focused; avoid ambiguous "continue here" notes.
Required Validation Block
Include explicit pass/fail status for:
bash
pdm run validate-tasks pdm run validate-docs
If code changed, also include:
bash
pdm run format-all pdm run lint-fix pdm run typecheck-all pdm run pytest-root <path-or-nodeid>