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