What problem does it solve?
The pickup skill prevents wasted time by letting you resume an already-defined engineering work handoff exactly where the previous session left off, while minimizing the risk of duplicating shipped work.
Core Features & Use Cases
- Handoff-first continuation: Loads the specified or discovered handoff from
tasks/handoffs/ and proceeds directly to execution.
- Safety preflight for workstream correctness: Commits only relevant workstream paths, avoids touching unrelated files, and manages branch selection for resumed work.
- Mandatory reconciliation against current git state: Verifies pending items against
git log, checks plan/stub **Status:** fields, confirms referenced paths/commits, and filters out items already shipped.
- Frontmatter mutation to reflect consumption: Marks the handoff as consumed and records
consumed_at / consumed_by to guard against concurrent pickup races.
Quick Start
Run the pickup skill by providing a handoff file path, for example: "pickup tasks/handoffs/2026-05-01-some-handoff.md".