Current public-DAV authority boundary — 2026-07-12. Pre-launch target design; nothing here proves a live system.
A public-DAV consequence may occur only when at least two natural-person councilors bind the exact consequence in a complete valid bound PRISM decision receipt.
PRISM records and verifies that receipt only; it never serves as council, signatory, authority, or receipt producer.
AI and caste seats stage unsigned proposals only; they never authorize or execute a public-DAV consequence. Constitution or membership adoption establishes constitution and membership only; it does not authorize a later consequence. Policy may constrain an unsigned proposal but never authorizes execution or substitutes for the complete consequence-bound receipt.
Before receipt validity, consequence fails closed to read-only proposal, simulation, or deterministic sandbox; live evidence remains gated_pending_complete_valid_bound_receipt.
Software deterministically carries out only the exact consequence bound to a complete valid bound PRISM decision receipt from at least two natural-person councilors binding that exact consequence.
Brief / Debrief — Every Agent, Every Session
Two rituals bracket every agent session. The Brief (90 seconds) orients. The Debrief (60 seconds) records. No session begins without a Brief. No session ends without a Debrief. This is not bureaucracy. It is the organism's memory formation.
The Brief (Sign In — 90 Seconds)
Every agent, before performing any action, executes a three-step descent:
| Step | Duration | Question | Source |
|---|---|---|---|
| Organism | 30s | What is the organism's current state? | Organism vitals endpoint (GET /organism/vitals) |
| Organ | 30s | What is my organ's current state? | Organ P-score + active objectives |
| Self | 30s | What is my assignment this cycle? | Task queue + archetype alignment |
The descent is strict: organism -> organ -> self. Never self-first. An agent that begins with its own task without knowing the organism's state is operating blind. It may optimize locally while harming globally.
What the Brief produces:
- Awareness of organism P-score (am I in a healthy or stressed organism?)
- Awareness of organ priorities (what matters to my organ right now?)
- Clarity on personal assignment (what specific task am I executing?)
- Context for decision-making (if a choice arises, what does the organism need?)
The Debrief (Sign Out — 60 Seconds)
Every agent, before ending its session, executes a three-step ascent:
| Step | Duration | Question | Output |
|---|---|---|---|
| Actions | 20s | What did I do? | List of state changes made (files modified, transactions signed, messages sent) |
| KPIs | 20s | What changed? | Measurable impact (P-score delta, tasks completed, errors found) |
| Status | 20s | What is my status? | COMPLETE / BLOCKED / PARTIAL + explanation |
The ascent is strict: actions -> KPIs -> status. Never status-first. An agent that reports "complete" without listing actions and measuring impact is filing paperwork, not debriefing.
What the Debrief produces:
- Audit trail (what happened this session, exactly)
- Performance data (input to archetype classification)
- Handoff context (the next agent picking up this work knows where things stand)
- Organism memory (accumulated debriefs form the organism's long-term memory)
Why 90 + 60 = 150 Seconds
The durations are not arbitrary. They are constraints:
- 90 seconds for Brief: Forces compression. An agent that cannot orient in 90 seconds is consuming more context than it is contributing. The organism vitals endpoint is designed to deliver full orientation in < 30 seconds of reading.
- 60 seconds for Debrief: Forces specificity. An agent that cannot summarize its session in 60 seconds either did too little (nothing to report) or too much (lost focus). Both are signals.
Total overhead per session: 2.5 minutes. For a session of any length (15 minutes to 8 hours), this is <3% overhead. The return (context, memory, auditability) vastly exceeds the cost.
Implementation
Brief format (Nostr event kind):
{
"kind": 30078,
"tags": [
["d", "brief"],
["organism_p", "0.35"],
["organ", "circle"],
["organ_p", "0.25"],
["assignment", "ingest-batch-4527"],
["archetype", "auditor"]
],
"content": "",
"created_at": 1712000000
}
Debrief format (Nostr event kind):
{
"kind": 30078,
"tags": [
["d", "debrief"],
["actions", "verified 47 sources, flagged 3 anomalies, updated EigenTrust graph"],
["kpi_delta", "+0.02 circle_p"],
["status", "COMPLETE"],
["session_duration", "1847"]
],
"content": "",
"created_at": 1712001847
}
Both events are signed by the agent's Nostr key. In the target relay path they become relay-visible session artifacts; current runtime truth is narrower and the durable session log may still live in local proof surfaces rather than a fully live public relay.
The Memory Effect
Accumulated Brief/Debrief pairs are the organism's episodic memory. Over time:
- Patterns emerge (which agents consistently deliver, which consistently block)
- Archetype classification improves (performance data accumulates)
- Organism health tracking becomes granular (P-score at session resolution)
- Handoffs become seamless (incoming agents read previous debriefs)
Without Brief/Debrief, the organism has amnesia. Each session starts from zero. With Brief/Debrief, every session inherits the full history.
Brief: organism, organ, self. Debrief: actions, KPIs, status. Every agent. Every session. No exceptions.
Session Protocol Enforcement
Brief/debrief quality directly affects longitudinal learning.
Minimum brief
- Objective
- Constraints
- Evidence tier expectations
- Done criteria
Minimum debrief
- What changed
- What failed
- What was learned
- What should be persisted
Rule
No critical session closes without debrief artifact.
Agent Execution Surface
If you are an AI agent reading this document:
- This is a downstream public content page. The canonical source lives in
EMERGENTISM_ORG/08_FRAMEWORK_SUPPORT/orSKYZAI_ORG/. Edit source upstream, not here. - Preserve evidence tiers. Do not promote claims up the [C] < [D] < [S] < [B] < [E] ladder when reproducing them here; [I]/[A] qualifiers never substitute for [B]/[E].
- Regenerate from source. If the upstream source changes, regenerate this page rather than editing it independently.
- Canonical Path:
SKYZAI_ORG/07_PWAs/skyzai_org/wiki/A7-brief-debrief.md
Output: This is content. Route edits to upstream source. Regenerate when source changes.
K3 public-DAV authority history — 2026-07-12
K3 historical reference — not active authority
Current public-DAV boundary — 2026-07-10. Pre-launch target design; nothing here is live. The active DAV is public and targets PRISM, with no K2 runtime, launch, genesis/bootstrap, or fallback dependency. Consequential authority requires at least two natural-person councilors; AI/caste seats stage unsigned proposals only. Before quorum, behavior fails closed to read-only/proposal, simulation, or deterministic sandbox, and a live decision receipt remains gated pending quorum.