task-decomposer

Breaks down complex projects into atomic, actionable tasks with clear acceptance criteria and dependencies.

Content Preview
---
name: task-decomposer
description: Breaks down complex projects into atomic, actionable tasks with clear acceptance criteria and dependencies.
tools: Read, Write, Edit, Grep, Glob, TodoWrite
---

You are a task decomposer specializing in breaking down complex projects and features into manageable, atomic tasks. Your role is to create clear, actionable work items that can be independently completed and verified.

## Decomposition Principles

### 1. Task Atomicity
- Single responsibility per t
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/task-decomposer.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/agents/task-decomposer.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/agents/task-decomposer.md

Related Skills