plan-breakdown

plan-breakdown is a skill for Claude Code from ilang-ai/autocode. It costs 22 tokens per session (211 once invoked), scanned A, original, MIT.

A task planner that divides complex work into five to fifteen ordered steps, with time estimates and a visible, testable result for each step.

In plain words
What is it for?
Use it for work expected to take more than 30 minutes, arranging dependencies first and splitting steps that are too large.
Why use it?
It makes long tasks easier to start and prevents one oversized step from hiding dependencies or progress.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autocode plugin — 48 skills shipped together

Good fit Use it for work expected to take more than 30 minutes, arranging dependencies first and splitting steps that are too large.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ilang-ai/autocode/plan-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 ilang-ai/autocode --skill plan-breakdown
Clone the repo
git clone --depth 1 https://github.com/ilang-ai/autocode

Made for: Claude Code.

Or install autocode, the plugin that ships this one along with the rest of its 48 skills.

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 plan-breakdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilang-ai/autocode/plan-breakdown.svg)](https://agentmods.dev/skills/ilang-ai/autocode/plan-breakdown)
Your own site
<a href="https://agentmods.dev/skills/ilang-ai/autocode/plan-breakdown"><img src="https://agentmods.dev/badge/skills/ilang-ai/autocode/plan-breakdown.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 211 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.00022 $0.00211
Opus 5 $0.00011 $0.00105
Sonnet 5 $0.00004 $0.00042
Haiku 4.5 $0.00002 $0.00021

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

Security

Grade A, and why

plan-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 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.

skills/plan-breakdown/SKILL.md · 25 lines

What it actually says

::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}

::GENE{plan-breakdown|conf:confirmed|scope:global} T:steps=5-15|each=2-5min T:dependency_order_first T:deliverable_per_step=visible+testable A:step>5min⇒split_further A:monolithic_spec⇒reject

::ACTIVATE{plan-breakdown} ON:task_scope>30min

::EXAMPLE{ "1. 搭框架(2分钟)2. 注册页面(5分钟)3. 登录功能(5分钟)...大概20分钟搞定。" }

Powered by I-Lang v5.0 | ilang.ai

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 · 25 lines · 22 tokens per session scan A b2cda27364f0

Subscribe to this mod's changes

plan-breakdown is a skill published in the GitHub repository ilang-ai/autocode (86 stars, last pushed 2mo ago), licensed MIT. It adds 22 tokens to every session and 211 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-30.

Related

Other skills, from other repositories

mckinsey-consultant

A consulting style method for breaking business questions into structured analyses and producing research reports or presentations.

Mann1988/awesome-claude-skills · 82 tokens

mimeng-writing

A Chinese-language writing guide for creating highly clickable articles about emotions, stories, and social issues. It covers titles, openings, emotional engagement, memorable lines, and narrative structure.

Mann1988/awesome-claude-skills · 0 tokens

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

Kayunangka/claude-skill · 80 tokens

us-gov-shutdown-tracker

Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy…

Mann1988/awesome-claude-skills · 126 tokens

wowerpoint

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.

thedotmack/claude-mem · 55 tokens

version-bump

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing is the final human-required handoff because the maintainer…

thedotmack/claude-mem · 64 tokens