
Decomposition
- 210 repo stars
- Updated July 6, 2026
- fumiya-kume/claude-code
Break a complex task into detailed, independently-executable todos with rich descriptions before starting work.
About
Decomposition is a Claude Code skill that breaks complex tasks into detailed, actionable todos, each small enough to execute independently. A developer uses it during planning to turn a large ambiguous task into a concrete, ordered checklist before writing code.
- Task decomposition
- Actionable, independent todos
- Rich task descriptions
Decomposition by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add fumiya-kume/claude-code/plugin install decomposition@kuu-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 210 |
|---|---|
| Last updated | July 6, 2026 |
| Repository | fumiya-kume/claude-code ↗ |
What it does
Break a complex task into detailed, independently-executable todos with rich descriptions before starting work.
README.md
decomposition
Decompose complex tasks into detailed, actionable todos with rich descriptions.
Overview
This plugin helps break down complex tasks into specific, achievable, and small todos. Each todo has a rich description that contains all the information needed to execute the task independently.
Installation
/plugin marketplace add fumiya-kume/claude-code
/plugin install decomposition@fumiya-kume/claude-code
Usage
Invoke the command:
/decomposition
How it works
- Analyze - Read the current context, plans, and related files
- Identify components - Break down the task into major components
- Create todos - Generate detailed todos for each component
- Write rich descriptions - Add What, Where, How, Why, Done when to each todo
- Write todos - Use TodoWrite tool to save the decomposed tasks
Todo Quality Criteria
Each decomposed todo should be:
- Specific - Clear action verb, exact locations, expected inputs/outputs
- Achievable - Can be completed without external blockers
- Small enough - Takes roughly 5-30 minutes, single responsibility
Rich Description Format
Each todo includes:
- What: Specific action to take
- Where: File path or location
- How: Brief implementation approach
- Why: Purpose and context
- Done when: Verification criteria
Plugin Structure
decomposition/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── decomposition.md
└── README.md
License
GPL-3.0