Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Kuu avatar

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-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars210
Last updatedJuly 6, 2026
Repositoryfumiya-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.

image image

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

  1. Analyze - Read the current context, plans, and related files
  2. Identify components - Break down the task into major components
  3. Create todos - Generate detailed todos for each component
  4. Write rich descriptions - Add What, Where, How, Why, Done when to each todo
  5. 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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.