pickup
Pickup Handoff
Resumes work from a previous handoff session which are stored in .claude/handoffs/.
Usage
/pickup [HANDOFF_FILE]
If no handoff file is specified, will show available handoffs and prompt for selection.
Process
- Find available handoffs in
.claude/handoffs/ - Read the selected handoff file
- Present the handoff summary to the user
- Ask the user to confirm they want to continue
- If confirmed, proceed with the next step described in the handoff
Available Handoffs
To see available handoffs:
ls -la .claude/handoffs/
Handoffs are named in format: [YYYY-MM-DD]-[slug].md
More from jellydn/my-ai-tools
qmd-knowledge
Project-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
35codemap
Orchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/
30prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
29adr
Manages Architecture Decision Records (ADR) for tracking important architectural decisions
28pr-review
Fix PR review comments by implementing requested changes
28tdd
Guides through the complete TDD workflow with Red-Green-Refactor cycle
27