Pickup
Rehydrate context quickly when you start work.
Steps
- •
Read handoff and project docs
- •Read
HANDOFF.mdin the project root. If it doesn't exist, tell the user and ask how to proceed. - •Read
CLAUDE.md/AGENTS.mdif present for project conventions.
- •Read
- •
Repo state
- •Run
git status -sband check for unpushed local commits. - •Confirm current branch matches what the handoff documents.
- •Note any discrepancies between the handoff and actual state.
- •Run
- •
CI / PR
- •If a PR is noted in the handoff, run
gh pr view <number> --comments --filesand note failing checks. - •If no PR number, try to derive one from the current branch with
gh pr view.
- •If a PR is noted in the handoff, run
- •
Tests / checks
- •Note what last ran (from handoff notes or CI) and what still needs to run.
- •
Present summary and plan
- •Summarize: what was being worked on, what's done, what's pending, any discrepancies found.
- •Plan the next 2-3 actions as bullets.
- •Ask the user which action to start (or if they want to do something different).
- •
Execute — once the user picks, begin work.