task-decomposition

task-decomposition is a skill for Claude Code, Codex from paruff/uFawkesAI. It costs 29 tokens per session (510 once invoked), scanned A, original, MIT.

A planning aid that turns a specification and design into small, actionable tasks with clear acceptance criteria. It also records the result in a structured task list.

In plain words
What is it for?
Breaking features into independently buildable tasks, linking tasks to requirements, and preparing work for separate pull requests.
Why use it?
It prevents broad or ambiguous work from reaching developers without a clear definition of done. It also helps ensure that every requirement and edge case is covered.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

Good fit Breaking features into independently buildable tasks, linking tasks to requirements, and preparing work for separate pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paruff/ufawkesai/task-decomposition
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add paruff/uFawkesAI --skill task-decomposition
Clone the repo
git clone --depth 1 https://github.com/paruff/uFawkesAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for task-decomposition

README.md
[![agentmods](https://agentmods.dev/badge/skills/paruff/ufawkesai/task-decomposition/github.svg)](https://agentmods.dev/skills/paruff/ufawkesai/task-decomposition)
Your own site
<a href="https://agentmods.dev/skills/paruff/ufawkesai/task-decomposition"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/task-decomposition/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for task-decomposition

Your own site · 80×15
<a href="https://agentmods.dev/skills/paruff/ufawkesai/task-decomposition"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/task-decomposition.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00510
Opus 5 $0.00015 $0.00255
Sonnet 5 $0.00006 $0.00102
Haiku 4.5 $0.00003 $0.00051

Measured 8d ago against content hash 0df81bf1f137, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

task-decomposition scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/plan/task-decomposition/SKILL.md · 80 lines

What it actually says

Skill: Task Decomposition

Load trigger: "load task-decomposition skill" > DORA: Cap 3 (AI-Accessible Internal Data) Token cost: Low

Purpose

Break the specification and design into clear, actionable tasks and subtasks.

Responsibilities

  • Identify major work units from spec and design
  • Break work into atomic, buildable subtasks
  • Ensure each task maps to acceptance criteria
  • Produce a structured task list

Inputs

  • specification.md
  • design.md

Outputs

  • tasks.json

Decomposition Rules

Atomicity

  • Each task is independently completable
  • Each task produces a verifiable output
  • Each task can be implemented in a single PR (≤ 400 lines)
  • No task depends on work from multiple other tasks simultaneously

Completeness

  • All spec requirements covered by tasks
  • All design decisions reflected in tasks
  • No orphaned requirements (requirement → task mapping clear)
  • Edge cases and error handling included as tasks

Clarity

  • Each task has a single, unambiguous goal
  • Acceptance criteria are testable
  • File paths and components are named explicitly
  • Constraints and out-of-scope items documented

Task Format

{
  "task_id": "TASK-NNN",
  "title": "Short imperative title",
  "description": "What this task accomplishes",
  "acceptance_criteria": ["Specific, testable assertion"],
  "context_files": ["path/to/file — reason"],
  "estimated_lines": 150,
  "assigned_agent": "build | test | docs | security",
  "depends_on": ["TASK-NNN"],
  "dora_capability": "Cap N — Name"
}

Success Criteria

  • Tasks are complete, atomic, and unambiguous
  • Every spec requirement maps to at least one task
  • No task exceeds 400 changed lines
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 80 lines · 29 tokens per session scan A 0df81bf1f137

Subscribe to this mod's changes

task-decomposition is a skill published in the GitHub repository paruff/uFawkesAI (2 stars, last pushed 19d ago), licensed MIT. It adds 29 tokens to every session and 510 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

infrastructure-rules

Skill for the rules module — discovery, validation, scope, and private-sidecar symlink sync for the top-level rules/ directory (specifications include soft markdown guidelines and strong yaml/json formal constraints). Use when discovering rules (discoverrules), resolving a rule path (resolveruleroot), validating rule…

docxology/template · 171 tokens

infrastructure-project

Skill for the project management infrastructure module providing multi-project discovery, structure validation, and metadata extraction. Use when discovering active projects, validating project directory structure, or extracting project configuration metadata.

docxology/template · 40 tokens

template-template

Meta-template exemplar — self-referential introspection of the template repo: infrastructure modules, pipeline DAG, security layers, and public exemplar roster.

docxology/template · 32 tokens

template-docgen

Derived documentation generators for the template research framework. Scripts that write to docs/generated/ and update in-place doc blocks.

docxology/template · 28 tokens

construction-trades-supervisor

Use when a task needs the judgment of a Construction Trades Supervisor (foreman) — allocating a crew's daily task assignments against a labor-unit budget, deciding whether today's scope requires a formally designated OSHA competent person, arbitrating a trade-sequencing conflict between crews needing the same physical…

wonsukchoi/domain-experts · 87 tokens

architectural-engineering-manager

Use when a task needs the judgment of an Architecture/Engineering firm or department manager — pricing a project fee (lump sum vs. hourly vs. % of construction cost), staffing a project against backlog, evaluating scope creep on a fixed-fee job, managing professional liability exposure, or deciding whether to pursue a…

wonsukchoi/domain-experts · 73 tokens