From nuclear-grade
Prepares a focused context pack for an AI agent, reviewer, or verifier at task start, defining role, goal, authority bounds, evidence, forbidden actions, and stop conditions.
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 state of the work so far.
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 state of the work so far.
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, and the next action.risk.md and proof.md.handing-off-work, which also forces the incoming owner to restate scope, authority, and stop conditions before acting.docs/02-operating-system/context-packs.md.staying-on-mission.handing-off-work when responsibility is transferring to a new owner 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>
- loaded instruction files: <AGENTS.md / CLAUDE.md / .github/copilot-instructions.md / tool rules in force, with precedence or "none known">
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 loaded instruction files in force and which one wins on conflict, 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 rather than starting fresh, use the `handing-off-work` prompt instead.
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.
Generates structured work-brief Markdown files at docs/briefs/ from planning notes or task descriptions, with sections keyed to Conventional Commits types for downstream coding agents. Supports single-brief and briefset modes for multiple execution contexts.
Hands off unfinished work with a closed-loop briefing covering state, changes, scope, authority limits, and open evidence. Use when transferring between agents, reviewers, or resumed threads.