planning-and-task-breakdown

planning-and-task-breakdown is a skill for Claude Code, Codex from vignesh2027/AI-AGENT-SKILLS. It costs 16 tokens per session (675 once invoked), scanned A, original, MIT.

A method for splitting a large piece of work into small tasks that can be completed and checked separately.

In plain words
What is it for?
Use it after writing a specification, when estimating work, coordinating several developers, or breaking up a task that has been unfinished for more than two days.
Why use it?
It prevents vague, oversized tasks from hiding delays and surprises. It also makes progress easier to estimate and coordinate between developers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after writing a specification, when estimating work, coordinating several developers, or breaking up a task that has been unfinished for more than two days.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown
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 vignesh2027/AI-AGENT-SKILLS --skill planning-and-task-breakdown
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/AI-AGENT-SKILLS

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 planning-and-task-breakdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown/github.svg)](https://agentmods.dev/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown)
Your own site
<a href="https://agentmods.dev/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown"><img src="https://agentmods.dev/badge/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown/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 planning-and-task-breakdown

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown"><img src="https://agentmods.dev/badge/skills/vignesh2027/ai-agent-skills/planning-and-task-breakdown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 675 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.00016 $0.00675
Opus 5 $0.00008 $0.00338
Sonnet 5 $0.00003 $0.00135
Haiku 4.5 $0.00002 $0.00068

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

Security

Grade A, and why

planning-and-task-breakdown 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 11d 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.

skills/planning-and-task-breakdown/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Overview

Good task breakdown is the difference between a project that ships incrementally and one that delivers a big-bang surprise at the deadline. Tasks must be atomic (one logical unit), verifiable (you can prove it's done), and independent (completable without blocking on other tasks).

When to Use

  • After writing a spec, before starting implementation
  • When estimating a project
  • When coordinating work across multiple engineers
  • When a task has been "in progress" for more than 2 days

Process

Step 1: Identify vertical slices

A vertical slice delivers end-to-end value: from input to storage to output. Prefer slices over horizontal layers (don't plan "do all the models, then all the controllers, then all the views").

Step 2: Write tasks in the format: [Verb] [Object] [Constraint]

Good: "Add rate limiting to the /api/search endpoint (max 100 req/min per user)" Bad: "Rate limiting"

Step 3: Apply the two-day rule

No task should take more than 2 days. If it does, break it down further. If it genuinely can't be broken down, flag it as a risk.

Step 4: Define done for each task

Each task must have a clear, observable "done" state: test passes, endpoint returns 200, UI renders without error, migration runs cleanly.

Step 5: Identify dependencies

Draw or list which tasks must complete before others can start. Minimize dependencies — they are schedule risk.

Step 6: Identify the critical path

The longest chain of dependent tasks sets the minimum delivery time. Optimize this chain first.

Step 7: Add a buffer

Add 20% time to estimates for unknowns. If you've never done something before, add 50%.

Step 8: Sequence for early learning

Put the riskiest tasks first. You want to discover impossible requirements on day 2, not day 20.

Anti-Rationalizations

"These tasks are too small to track" If it's too small to track, it's too small to lose track of — which means it will be forgotten. Track it.

"I'll figure out the subtasks as I go" Figuring out subtasks during execution means context-switching between planning mode and execution mode. Do the planning upfront.

Read the full file on GitHub · 73 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. 11d ago First seen · 73 lines · 16 tokens per session scan A 1ccd6cdb21d4

Subscribe to this mod's changes

planning-and-task-breakdown is a skill published in the GitHub repository vignesh2027/AI-AGENT-SKILLS (2 stars, last pushed 13d ago), licensed MIT. It adds 16 tokens to every session and 675 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-08-31.

Related

Other skills, from other repositories

telegram

Owner-only Telegram text bridge and Mini App gateway for the existing Ouroboros interface.

razzant/ouroboros · 19 tokens

claudexor

Use the local Claudexor control plane for harness-agnostic coding work across Claude Code, Codex, Cursor, and OpenCode. Use when a task benefits from route-aware harness and account selection, quota-aware account rotation, shared thread context, read-only planning or research, best-of-N execution, or cross-harness…

razzant/claudexor · 73 tokens

openai-docs

Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, latest/current/default-model prompting guidance, or model upgrade and prompt-upgrade guidance; use…

rojim666/SztuCode · 105 tokens

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout…

rojim666/SztuCode · 78 tokens

github

A general GitHub skill for understanding repositories, pull requests, and issues through a connected GitHub account. It helps route work to more specific GitHub workflows when needed.

rojim666/SztuCode · 35 tokens

knowledge

The owner's knowledge base: a markdown folder that is also a typed graph of people, projects, decisions and terms, via the kb CLI. Use BEFORE answering anything about the owner, who they work with, what a project or term means, or what was decided and why; record durable facts unasked. Not for facts about the code.

intentic/intentic · 0 tokens