workflow-planner-planning

Decompose development tasks into executable work units with complexity scoring.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/SpiceLabsHQ/Reaper --skill workflow-planner-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-planner-planning
Source: https://github.com/SpiceLabsHQ/Reaper/tree/main/skills/workflow-planner-planning
Command: npx skills add https://github.com/SpiceLabsHQ/Reaper --skill workflow-planner-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex process of breaking down development tasks into manageable, executable work units, ensuring efficient and structured coding projects.

Core Features & Use Cases

  • Task Decomposition: Breaks down large features or bugs into smaller, actionable tasks.
  • Strategy Selection: Determines the optimal development strategy (e.g., single file, multi-branch) based on complexity.
  • Work Unit Definition: Clearly defines scope, assigned files, and acceptance criteria for each task.
  • Use Case: When given a complex feature request, this Skill will output a detailed plan with sub-tasks, specifying which developer agent should handle each part and how they should coordinate.

Quick Start

Use the workflow-planner-planning skill to plan the implementation of a new user authentication module.

Frequently Asked Questions about workflow-planner-planning

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

FAQPage Schema
How do I decompose a complex feature request into executable code development tasks?

Task decomposition breaks complex feature requests into manageable work units using a complexity scoring framework that defines scope, assigned files, and acceptance criteria for application code, infrastructure, and documentation.

What is the best way to plan parallel and sequential development work units in a codebase?

Planning parallel and sequential work units requires a strategy selection table that manages task hierarchy and assesses risks, coordinating which developer agent handles each part of the codebase.

How does strategy selection work for multi-branch or single file code development?

Strategy selection determines the optimal development approach, such as single file or multi-branch, by evaluating complexity scores to validate input scope and define execution strategies for the codebase.

Can I use workflow planning to assign specific files and acceptance criteria to developer agents?

Yes, workflow planning defines work units by clearly specifying assigned files and acceptance criteria for each task, ensuring developer agents coordinate effectively across application code and infrastructure.

What are the limitations of using a complexity scoring framework for task decomposition?

The complexity scoring framework requires validated input scope to function accurately; without clear boundaries for application code, infrastructure, and documentation, the risk assessment and task hierarchy outputs may lack precision.