brief
Generate a structured delegation brief for any task
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Generate a structured delegation brief for any task
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
The capsule verb, invoked explicitly — reconcile from the live memory, write a resume-ready capsule, then stop. Mid-session checkpoint or completion capsule; a rolling best-effort version of the same write also runs automatically on every Stop event via daemons/stop-capsule-writer.mjs.
The resume verb, invoked explicitly — load the newest valid capsule by created_at, re-ground against live memory, then ACT on waiting_on. Mid-session or on explicit ask; the post-clear boot fires the same procedure automatically via daemons/resume-verb.mjs.
Run the volunteering ledger before declaring work done. Forces surfacing of what changed/didn't, what was noticed-but-not-fixed, what was guessed, and what tradeoffs were made on the principal's behalf. The standard - the principal should never be surprised later by something the agent knew at the time.
Capture a confident agent claim (Phase 1) or resolve one as right/wrong (Phase 2) in vault/memory/TRUST_DECAY.md. Builds the longitudinal record of agent calibration over time. Pairs with /honesty-check (which should reduce Phase 1 frequency) and /diagnose (which surfaces causes that often reveal Phase 2 events).
One evidence-gated pass that sequences /dream, /reconcile, /sweep-now, and /digest over your own vault, with a /system-check gate and a ledger-review pass over the measurement layer (Honesty Ledger, Trust Decay, Failure Modes). Stays exactly as human-gated as the legs it calls -- stages, never auto-applies. Skips a leg gracefully when there is nothing to do; every leg that runs leaves an evidence line.
Dispatch Hestia to run all 3 vault sweeps (DELEGATION_TRACKER stale items, HEAT_INDEX dormant flips, broken wikilinks) and append the result to HESTIA_SWEEP_LOG.
| name | brief |
| description | Generate a structured delegation brief for any task |
| trigger | /brief |
Quickly create a structured brief for delegating work to a sub-agent. Uses the template from system/05_delegation_protocol.md.
/brief [task description]
## Brief: [Task Name]
**From:** the AIgent
**To:** [Recommended agent based on task type]
**Priority:** [P0/P1/P2 based on context]
**Date:** [Today]
### Objective
[One sentence derived from the task description]
### Context
[Relevant context pulled from vault — active priorities, related project notes, recent decisions]
### Deliverable
[Specific, verifiable output]
### Constraints
[Time, scope, dependencies inferred from context]
### Verification
[How to check the work is actually done]
vault/memory/ACTIVE_PRIORITIES.md to understand current mode and contextvault/memory/DELEGATION_TRACKER.md for related pending workAlways recommend a model tier for the receiving agent based on task complexity.