imtiazrayhan

Breakdown Task — Productivity skill for Claude Code

Productivity community

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

Terminal
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 Repository