decomposing-plans

Community

Break plans into parallel tasks, speed up execution.

AuthorseanGSISG
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Monolithic implementation plans can be inefficient for AI agents, leading to high token usage and sequential execution. This skill automates the decomposition of large plans into smaller, parallelizable tasks.

Core Features & Use Cases

  • Automated Task Extraction: Parses monolithic plans to extract individual tasks, saving context tokens for subagents.
  • Dependency Analysis: Identifies explicit and file-based dependencies between tasks to ensure correct execution order.
  • Parallel Batch Identification: Groups tasks into parallel batches (up to 2 concurrent subagents) for faster execution.

Quick Start

Use the decomposing-plans skill to break down the 'user-authentication' plan from 'docs/plans/2025-01-18-user-auth.md' into parallel tasks.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: decomposing-plans
Download link: https://github.com/seanGSISG/crispy-claude/archive/main.zip#decomposing-plans

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository