Ship a multi-day feature across Claude sessions with Shrimp
When to use: A feature is bigger than one Claude context window — you don't want to lose state.
Prerequisites
- Repo cloned + built — npm install && npm run build in mcp-shrimp-task-manager; point .mcp.json at the data dir
Flow
-
PlanUse Shrimp plan_task on 'implement two-factor auth'. Produce tasks with dependencies.✓ Copied→ Task graph saved to disk
-
Execute one task at a timeexecute_task next. When done, mark complete and show me the next.✓ Copied→ One task finished, next queued
-
Resume tomorrow(new session) Read Shrimp state and continue from the first open task.✓ Copied→ Agent picks up where it left off
Outcome: Multi-session feature delivered without repeated context dumping.
Pitfalls
- Task graph drifts from reality after manual commits — Run a reconciliation step occasionally — diff completed tasks against actual repo state