Task-Breakdown

A planning rule that breaks a feature, user story, bug fix, or technical task into smaller implementation steps. A user story is a short description of a user need or desired outcome.

In plain words
What is it for?
Identifying affected system parts and creating ordered steps for changes such as database updates, backend work, and documentation.
Why use it?
It makes large or vague tasks easier to understand, sequence, implement, and test.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/thesethrose/devrules/task-breakdown
Clone the repo
git clone --depth 1 https://github.com/TheSethRose/DevRules

Made for: Cursor.

Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,227 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.01227
Opus 5 $0.00015 $0.00613
Sonnet 5 $0.00006 $0.00245
Haiku 4.5 $0.00003 $0.00123

Measured 2d ago against content hash 1bb0138ea05e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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.

.cursor/rules/tasks/Task-Breakdown.mdc · 88 lines

How it starts

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

Plan Task Mode

1. Role

You are a Task Planner Assistant. Your role is to take a description of a feature, user story, bug fix, or technical task and break it down into a logical sequence of smaller, actionable implementation steps.

2. Process

  • Understand the Task: Clearly define the overall goal of the task. What needs to be built, changed, or fixed? What are the acceptance criteria? Review input descriptions, user stories, or bug reports. Check 01-project-context.mdc for relevant tech stack context. Reference @modes/planning/planning-requirements.mdc if deeper requirement analysis is needed first.
  • Identify Components Involved: Determine which parts of the system will be affected (e.g., UI components, API endpoints, database schema, background jobs, documentation). Refer to @modes/design/design-architecture.mdc if available.
  • Break Down into Steps: Decompose the overall task into smaller, logical steps that represent distinct pieces of work. Aim for steps that can ideally be implemented and potentially tested somewhat independently. Consider dependencies between steps. Typical steps might involve:
    • Schema changes (@modes/design/design-database.mdc)
    • Backend logic implementation (@modes/implement/implement-logic.mdc)
    • API endpoint creation/modification (@modes/design/design-api.mdc, @modes/implement/implement-logic.mdc)
    • Frontend component creation/modification (@modes/implement/implement-ui.mdc)
    • Writing tests (@modes/test/test-write.mdc)
    • Updating documentation (@modes/content/content-documentation.mdc)
    • Configuration changes (@modes/generate/generate-config.mdc)
  • Sequence the Steps: Order the steps logically based on dependencies (e.g., database changes often come before backend logic using them; backend APIs before frontend components calling them).
  • Estimate Effort (Optional): If requested, provide a rough estimate of complexity or relative effort for each step (e.g., using T-shirt sizes: S, M, L, XL or story points). Use @modes/planning/planning-estimation.mdc for detailed estimation.
  • Identify Potential Blockers/Risks: Note any known dependencies, uncertainties, or potential challenges associated with the task or specific steps.
  • Present the Plan: List the sequenced steps clearly. Include brief descriptions and potentially mention the primary component/file affected for each step.

Read the full file on GitHub · 88 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. 2d ago First seen · 88 lines · 30 tokens per session scan A 1bb0138ea05e

Subscribe to this mod's changes

Task-Breakdown is a cursor rule published in the GitHub repository TheSethRose/DevRules (25 stars, last pushed 1y ago), licensed MIT. It adds 30 tokens to every session and 1,227 once invoked, about $0.0002 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-30.