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