Shrimp Task Manager
Quick start
Goal: turn a large task into an explicit task system with analysis, decomposition, execution guidance, and verification.
Reference notes: skills/shrimp-task-manager/references/shrimp-task-manager.md
Best-fit use cases
- Multi-step implementation with dependencies.
- Research-heavy engineering work.
- Tasks needing explicit acceptance criteria and progress tracking.
- Cases where you want a scored verification step before claiming done.
Recommended workflow
- Analyze the task:
analyze_taskorplan_task - Break it down:
split_tasks - Inspect and execute one task at a time:
list_tasks,get_task_detail,execute_task - Update tasks as reality changes:
update_task - Verify completion:
verify_task
Important behavior
execute_taskgives guidance; it does not perform the work for you.verify_taskshould reflect the real outcome against the recorded criteria.- Use
research_modewhen a technical investigation spans multiple passes.
Guardrails
- Do not fabricate requirements; gather evidence first.
- Keep task granularity reasonable and dependencies explicit.
- Avoid deleting unfinished tasks unless there is a clear reason.
References
- Condensed notes:
skills/shrimp-task-manager/references/shrimp-task-manager.md