pickup

Loads context from SITREP.md, TODO.md, CLAUDE.md, and PROMPTLOG.md to resume multi-session work.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/IstoraMandiri/etc-nexus --skill pickup-istoramandiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pickup
Source: https://github.com/IstoraMandiri/etc-nexus/tree/main/.claude/skills/pickup
Command: npx skills add https://github.com/IstoraMandiri/etc-nexus --skill pickup-istoramandiri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume work from a previous session by loading context from SITREP.md, TODO.md, CLAUDE.md, and PROMPTLOG.md to get back up to speed quickly.

Core Features & Use Cases

  • Load and integrate current project context from session documents to establish continuity.
  • Summarize the current state, identify blockers, and surface actionable next steps.
  • Verify understanding and check for uncommitted changes to ensure a clean working state before continuing.

Quick Start

Run /pickup at the start of a new session to continue work from where the previous agent left off.

Frequently Asked Questions about pickup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume work from a previous Claude session?

To resume work from a previous Claude session, you load context from SITREP.md, TODO.md, CLAUDE.md, and PROMPTLOG.md. This restores project state, summarizes understanding, and verifies uncommitted git changes for continuity.

What is the best way to onboard a new agent into a multi-session project?

Onboarding a new agent into a multi-session project requires loading existing session documents to establish context. The workflow reads SITREP.md and PROMPTLOG.md to summarize the current state, identify blockers, and surface actionable next steps.

How do I check git status before continuing work on an existing project?

Checking git status before continuing work ensures a clean working state. The context loading sequence verifies uncommitted changes and confirms clarity of the project state before you proceed with active development tasks.

Can I use session documents to establish project continuity in Claude workflows?

Yes, you can use session documents to establish project continuity in Claude workflows. Loading SITREP.md, TODO.md, CLAUDE.md, and PROMPTLOG.md integrates current context, enabling rapid ramp-up and continuity across multi-session development.

Why does my project context break when starting a new agent session?

Project context breaks when starting a new agent session if previous state files are not loaded. Applying an activation sequence that reads SITREP.md and TODO.md enforces context loading, summarizes understanding, and verifies clarity to prevent breaks.

Do I need specific markdown files to restore context for a Claude workflow?

You need SITREP.md, TODO.md, CLAUDE.md, and PROMPTLOG.md markdown files to restore context for a Claude workflow. These files provide the necessary session summaries, task lists, and prompt logs to successfully resume previous work.