Ship a multi-day feature across Claude sessions with Shrimp
Когда использовать: A feature is bigger than one Claude context window — you don't want to lose state.
Предварительные требования
- Repo cloned + built — npm install && npm run build in mcp-shrimp-task-manager; point .mcp.json at the data dir
Поток
-
PlanUse Shrimp plan_task on 'implement two-factor auth'. Produce tasks with dependencies.✓ Скопировано→ Task graph saved to disk
-
Execute one task at a timeexecute_task next. When done, mark complete and show me the next.✓ Скопировано→ One task finished, next queued
-
Resume tomorrow(new session) Read Shrimp state and continue from the first open task.✓ Скопировано→ Agent picks up where it left off
Итог: Multi-session feature delivered without repeated context dumping.
Подводные камни
- Task graph drifts from reality after manual commits — Run a reconciliation step occasionally — diff completed tasks against actual repo state