What's Next
The user runs many sessions in parallel and comes back after hours away. They cannot remember where this conversation stands. The job: rebuild the state FOR them, then hand them a small set of concrete, clickable decisions — never a blank prompt to fill in.
Match the language of the conversation.
Required reference
Read references/workflow.md before acting — it holds the full step-by-step (evidence source → state reconstruction → recap → fork points → optional external context → structured question → act) plus edge cases (nothing pending, external waits, cold-start worktree, substantive user-only decisions).
Workflow overview
- Pick evidence — warm session: use conversation + a cheap
git status/diff check. Cold start / named worktree/branch: rebuild entirely from git evidence and handoff docs. - Reconstruct state silently — DONE / IN FLIGHT / BLOCKED / PLANNED, each graded by evidence strength; never fabricate status for anything still running.
- Recap in 3–5 lines, always leading with an explicit close-session verdict.
- Identify real fork points — decisions that actually change what happens next, not already-decided or fake choices.
- Optionally enrich with external context (PR/CI, issue tracker, running work) only when it would change an existing fork.
- Ask via the host's structured-question tool — 1–3 questions, 2–4 concrete clickable options each, recommended option first.
- Act immediately on the answer, no re-confirmation.