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