shrimp-task-manager

Decomposes complex project requirements into structured task backlogs and roadmaps.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ki2pixel/After-Effects-Scripts-Plugins-Bundle --skill shrimp-task-manager-ki2pixel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shrimp-task-manager
Source: https://github.com/ki2pixel/After-Effects-Scripts-Plugins-Bundle/tree/main/.windsurf/skills/shrimp-task-manager
Command: npx skills add https://github.com/ki2pixel/After-Effects-Scripts-Plugins-Bundle --skill shrimp-task-manager-ki2pixel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a complex PRD or feature request into an actionable, prioritized plan is error-prone and time-consuming. This Skill uses the shrimp-task-manager toolset to analyze requirements, assess complexity, and split work into executable tasks with dependencies and verification scoring. ## Core Features & Use Cases - Structured Planning Workflow: Guides you through plan_task, analyze_task, reflect_task, split_tasks, execute_task, and verify_task in a mandatory sequence. - Task Decomposition with Dependencies: Splits large requirements into subtasks of 1-2 days each, with explicit dependency graphs and a maximum of 10 subtasks per split. - Quality Verification Scoring: Validates completed work with verify_task scores, requiring corrections when scores fall below 80. - Use Case: You receive a PRD for a new After Effects panel feature. The Skill analyzes feasibility, splits it into prioritized subtasks with dependencies, then guides execution and verification of each task. ## Quick Start Ask the AI to plan and decompose your project by describing the requirements, then have it run plan_task followed by analyze_task and split_tasks to generate an executable backlog.

Frequently Asked Questions about shrimp-task-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a PRD into executable tasks?

Start with plan_task to get structured planning guidance, then run analyze_task for feasibility assessment, and finally split_tasks to decompose the work into subtasks of 1-2 days each with explicit dependencies.

What is the correct workflow order for shrimp-task-manager tools?

The mandatory sequence is plan_task, analyze_task, reflect_task, split_tasks, execute_task, then verify_task. Skipping analysis before splitting leads to poorly scoped tasks and missed dependencies.

How many subtasks should split_tasks generate at once?

Keep each split under 10 subtasks, with each task scoped to 1-2 days of effort and no more than 3 levels of nesting depth. Larger batches reduce dependency accuracy and make verification harder.

What happens when verify_task returns a low score?

Scores below 80 require mandatory correction before proceeding. Review the criteria with get_task_detail, fix the task using update_task, then rerun verify_task until the score reaches 80 or higher.

Can shrimp-task-manager handle changes to existing projects?

Yes, use split_tasks with updateMode set to append or selective to add subtasks for feature evolution without clearing existing tasks. Use clearAllTasks only when starting a completely fresh plan.