Breakdown Task — Productivity skill for Claude Code
Decompose a task into an ordered checklist of small, verifiable steps.
How to install Breakdown Task
Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-breakdown-task/SKILL.md
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-breakdown-task && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/breakdown-task.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-breakdown-task/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Breakdown Task does
description: "Decompose a task into an ordered checklist of small, verifiable steps." argument-hint: "" allowed-tools: "Read, Grep, Glob"
Break the task in `$ARGUMENTS` into the smallest sensible, dependency-ordered steps and return them as a Markdown checklist. This is a planning pass only — read the code to ground the plan, but do not edit, run, or create any files.
Scope
Treat `$ARGUMENTS` as the task to decompose — a feature request, a bug, a refactor, or a migration ("ad
Alternatives in Productivity
- Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
- Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
- P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Amby.Tasks
Break the plan into an ordered, dependency-aware task checklist.
Feature Checklist
Interactive task execution workflow for feature implementation
Task
Manage tasks in minimal todo.md checklist
Task Planner
Break a goal into small, independently-runnable tasks and drop each one as its own
Agent Token Saver Skill Router
Your agent reads the few skills a task needs, not forty. Picks none, one, or a small bounded set, and leaves t
Agentacct
See what your coding agents did and what it cost. Breaks each task down into work steps — tools used, files ch
Related Agents
Decomposer
Decompose investigation findings into an ordered list of independently-deployable ticket skeletons with a depe
Backend Planner.Agent
Use when turning a backend/service architecture decision into an ordered, reviewable implementation plan: work
Arch Implementer
Execute an approved plan by making small, verifiable code changes that preserve black-box boundaries. Use afte