From nuclear-grade
Creates focused context packs for AI agents, reviewers, and verifiers with clear roles, goals, authority bounds, and stop conditions. Use when handing off or resuming complex work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:briefing-an-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A context pack gives an agent or a reviewer the right focused information, and nothing extra. It states the role, the mode, the question to decide, the goal, the files affected, the evidence to produce, the approvals, the actions that are off limits, where the ideas came from, the most important next action, and the handoff state.
A context pack gives an agent or a reviewer the right focused information, and nothing extra. It states the role, the mode, the question to decide, the goal, the files affected, the evidence to produce, the approvals, the actions that are off limits, where the ideas came from, the most important next action, and the handoff state.
A good brief is how you supply competence and clarity so the agent can decide well rather than be micromanaged: name what good looks like, and state the decision rights — what it may decide at the edge and what it must escalate. Authority that outruns the clarity in the brief is the setup for a confident, wrong action.
context-packs.md -> a context-pack with role, goal anchor, scoped files/commands, phase, authority bounds, stop conditions, next action, and a handoff prompt when responsibility transfers.risk.md and proof.md.docs/02-operating-system/context-packs.md.staying-on-mission.handing-off-work when responsibility transfers with work still open or conditions changed.Build a Nuclear-grade context pack for this work.
Inputs:
- packet: .nuclear/changes/<slug>/
- role: <builder|reviewer|verifier|releaser|researcher>
- decision question: <one sentence>
- objective: <one paragraph>
- work phase: <explore|candidate|audit|accept>
- affected files: <list>
- last completed action:
- changed conditions:
- critical next action and likely error:
- allowed commands/tools: <list>
- forbidden actions: <list>
- do-not-touch targets: <list>
- approval gates: <list>
- required evidence: <commands/links/reviews>
Return a short context pack. Include the mode, the decision question, the goal, the work phase, a risk summary, a basis summary, the evidence required, the limits on what the agent may do, the claims it must not make, the open gaps, the last action completed, what has changed, the critical next action, and the next action. If responsibility is changing hands, add a step where the incoming owner confirms they understand.
This skill is an original context-discipline pattern. It draws on public configuration-management, secure-development, AI-risk, and systems-engineering sources mapped in docs/00-standards-foundation/source-map.md. It does not create formal assurance.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeCreates structured context packets for subagent handoffs, packaging task details, constraints, progress, and decisions to prevent context loss in multi-agent delegation.
Hands off unfinished work with a closed-loop briefing of state, changed conditions, remaining scope, authority limits, and open evidence. Use when transferring work to a new owner.
Creates structured work-brief Markdown files from planning notes, with sections keyed to Conventional Commits types for downstream coding agents.