From nuclear-grade
Splits scope into a product-first work breakdown following the 100% rule with no overlaps, outline numbers, and dictionary entries for each piece.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:breaking-down-the-workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A work breakdown (WBS) splits one deliverable into smaller pieces someone can own, with no gaps and no overlaps, plus a dictionary that defines every piece. "Product-first" means the pieces are the things you build (nouns), not the actions you take (verbs). The work breakdown is the spine that estimates, folders, ownership, and traceability hang from.
A work breakdown (WBS) splits one deliverable into smaller pieces someone can own, with no gaps and no overlaps, plus a dictionary that defines every piece. "Product-first" means the pieces are the things you build (nouns), not the actions you take (verbs). The work breakdown is the spine that estimates, folders, ownership, and traceability hang from.
Three things can wreck it. Under-coverage: some scope is orphaned and no one owns it. Over-coverage: invented or gold-plated scope that no one asked for. And a third drift where verbs pose as the backbone and hide products that are actually missing. This skill holds two rules: the 100% rule (the pieces add up to exactly the whole, no more and no less) and no overlaps. It also forces a dictionary entry for every piece. That way the breakdown can be reviewed before any folder or line of code exists.
templates/standard/wbs.md -> an outline-numbered table, per-piece dictionary, and handoff to folders and each leaf's plan.md..nuclear/changes/<slug>/ packet needs its inside structure decided on principle..nuclear/mission.md or the ## Mission anchor in risk.md) and the charter, when there is one.templates/standard/wbs.md when you use it.1, 1.2, 1.2.3). The number is the lasting ID that the folder map, the dictionary, and cross-references all key on.organizing-project-folders to turn it into a folder structure. When the work will be built by another agent or session, also hand each leaf to plan.md as a delegable build-sequence slice written as a stage contract — its prerequisites, its Inputs by exact file#section with a context budget, its Outputs, the proof that closes it, and a stop or done condition. The full form is templates/standard/stage-contract.md; the doctrine is docs/02-operating-system/agentic-workflow-architecture.md.plan.md build-sequence slice, written as a stage contract (prerequisites, Inputs by file#section + context budget, Outputs, per-slice proof, stop/done condition). See briefing-an-agent, handing-off-work, and templates/standard/stage-contract.md.recording-a-known-good-version.staying-on-mission.Build a product-oriented work breakdown (a work breakdown structure, or WBS).
Inputs:
- end deliverable (one line): <the single product or outcome>
- mode: <quick|standard>
- known non-goals / deferred scope: <list or none>
- existing tree to respect: <paths or none>
Do this in order:
1. State the single top deliverable as level 1. If you cannot name one
product, stop and say so: it is a goal, not a deliverable.
2. Break down by product first: split each parent into the parts (nouns) it is
made of, not the actions (verbs) done to it. Keep verbs in a labeled
activity layer only.
3. Apply the 100% rule at every parent: the children must cover exactly the
parent, no more and no less. Write any deferred scope as an explicit gap line.
4. Keep parts separate, with one home each: every part sits under exactly one
parent, and no two siblings overlap. Lift shared work into one common part
rather than duplicating it.
5. Stop splitting at the work-package line: one part that someone can own,
estimate, and verify. A good test is that it takes between about 8 and 80
hours of work (the 8/80 rule), which is usually about 2 to 3 levels deep.
Grade the depth by mode.
6. Number with outline traceability (1, 1.2, 1.2.3).
7. Write the dictionary: for each part give its scope, what is in and out of
scope, the deliverable, the interfaces, how it is accepted, a rough size,
the owner, and its dependencies.
Return: the outline-numbered breakdown table, the dictionary, the named common
parts, the deferred-scope/gap line, and a self-check that it adds up to 100% with
no overlap. Do not produce a schedule, a cost estimate, or a compliance claim.
Then hand off to ng-folders.
This skill is an original software workflow influenced by public product-oriented decomposition practice: the DOE Work Breakdown Structure Handbook (product-oriented WBS, the 100% rule, common element structures, the WBS dictionary), MIL-STD-881F, the NASA WBS Handbook, and GAO-20-195G, with mutual-exclusivity and work-package framing encoded as original workflow, all mapped in docs/00-standards-foundation/source-map.md. It does not create DOE, DoD, NASA, or GAO compliance, formal assurance, certification, cost-estimate validity, or regulatory adequacy.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeDecompose complex initiatives into manageable work items with clear ownership and milestones. Use when planning large features or multi-team projects.
This skill should be used when the user asks to "break down this initiative", "decompose into tasks", "create tasks from initiative", "how to size tasks", "when to decompose", "vertical slices", "task granularity", or needs guidance on breaking higher-level work into lower-level work items.
Creates a Work Breakdown Structure (WBS) and WBS Dictionary from project charter deliverables, decomposing scope into hierarchical work packages for estimation and planning.