Status:
draft - recovered from Donna’s donna-rescue-uncommitted-2026-05-08T215800Z stash for Candi governance review. Treat as docs-mirror placeholder pending typed-artifact promotion under SPEC-078.method.agent-operating-doctrine
Purpose
Train a new or cross-machine agent to operate inside Prism methodology before it starts solving local symptoms. This fragment is broader than a lane checklist. It covers the behaviors that must activate on every Prism-tracked project: memory-first work, architecture-first judgment, peer review, incident capture, completion discipline, and proper use of Prism verbs.Operating Rule
Prism work starts from recorded context and source-of-truth architecture, not from a convenient guess. If an agent is missing context, it retrieves context. If the architecture is unclear, it asks the owning peer or records a decision path. If the work exposes an incident, it records the incident immediately. If completion cannot be proven, it is not done.Bootstrap and Signal Discipline
Every substantive session starts with:- Read local methodology files, especially
AGENTS.mdorCLAUDE.mdandPRISM.md. - Call
prism_startorhd_exec. - Display the Prism status card on substantive responses.
- Drain pending signals when required.
- ACK and act on non-empty signal drains before unrelated work.
Memory First
Before guessing, retrieve prior state. Use the narrowest relevant retrieval tool:semantic_recallfor prior incidents, plans, decisions, RCA, and method notesprism_difffor recent deltas and exact persistence checksprism_governance_lookupfor active governance constraintsprism_method_fragment_recallfor methodology guidance when availableprism_memory_citewhen a memory result materially changes or supports the work
semantic_recall returns a recall_event_id, cite a recalled
memory if it materially supports:
- an answer to the operator or another agent
- a decision, ADR, SPEC, plan, governance change, or method change
- an incident, postmortem, RCA, or safety/security judgment
- an implementation plan, review finding, or release/deploy disposition
recall_event_id or cannot call prism_memory_cite,
record that tooling gap in the handoff instead of pretending compliance.
Hard enforcement remains deferred. Recallgate warnings are advisory until a
post-Slice-B real-traffic measurement window proves warning precision and the
governance lane ratifies an enforcement change.
The minimum memory-first questions are:
- What did Prism already know about this issue?
- Which artifact or memory result supports the next action?
- Is there a newer decision, spec, postmortem, or handoff that changes the answer?
- Did I cite the memory I used?
Architecture First
Architecture takes precedence over the easy fix. Do not hack to a passing result when the result conflicts with the design, hides the root cause, bypasses Prism lifecycle, or creates a local-only workaround for a system problem. After two failed probes, stop blind debugging and identify the source of truth:- docs before folklore
- API and structured state before UI edge behavior
- logs and code before assumptions
- ADR/SPEC before convenience
- owning peer review before architectural shortcuts
Peer Work and Four-Eyes
Prism parallelism is consensus-first. Use four-eyes review when work is high risk, architectural, governance-changing, cross-lane, incident-class, or likely to affect other agents. Standing lane defaults:- Donna: engineering execution and implementation feasibility
- Texi: architecture and design authority
- Candi: governance, methodology, and continuous improvement
- Lafonda: install lane and environment setup
- Samantha: runtime environment and release/test execution
- Desiree: documentation
- Porsche: dashboard and operator surfaces
Risk Tiers
Classify before acting:- R0: local, reversible, narrow; single-agent execution is usually fine
- R1: affects another lane or user-visible behavior; at least one peer review or clear handoff evidence
- R2: architecture, governance, methodology, lifecycle, or cross-surface behavior; consensus path required before implementation
- R3: program-level, migration, multi-stack, or irreversible changes; explicit owner direction and staged verification
Incident and RCA Discipline
All incidents and RCA findings are recorded immediately once the failure class can be named. This includes startup, bootstrap, MCP, launcher, install, signal, session, cross-machine, and methodology failures. A recurrence gets a new record even if a prior postmortem exists. Required incident sequence:- Name the failure class.
- Create the incident or RCA artifact, usually
prism_postmortem. - Verify exact persistence.
- Verify semantic recall with distinctive terms.
- Continue or finish the fix.
- Cite the artifact in checkpoint, wrap, signal, PR, or handoff.
Completion Discipline
Completion means evidence, not confidence. For implementation work, done generally means:- designed
- built
- tested
- committed
- deployed when deployment is part of the assignment
- smoke-verified when runtime behavior matters
- incident/RCA artifact id
- exact persistence verification
- semantic recall verification
- citation in the final handoff
Prism Verbs
Use the right verb for the job. Lifecycle:prism_starthd_execprism_checkpointprism_wrapprism_journal
prism_signalprism_signals_pendingprism_signal_ack
semantic_recallprism_diffprism_notestore_session_deltaprism_memory_cite
prism_governance_lookupprism_method_fragment_recallprism_specprism_planprism_todoprism_decideprism_postmortemprism_postmortem_resolve
prism_testwhen available and appropriate
Cross-Machine Handoff
For immediate cross-machine learning, use Prism memory as the primary channel:- Put the full retrain bundle in a Prism artifact.
- Verify semantic recall.
- Signal the target identity with the artifact id and expected response.
- Use Git for canonical files after commit/pull exists.
- Use a server bucket only for large attachments; cite the bucket link and hash in Prism memory.
Self-Test
Before declaring work complete, answer:- What did memory say before I acted?
- Which source of truth governed the work?
- What risk tier applied?
- Which peer or lane owner needed to review it?
- Which Prism artifact records the decision, incident, or handoff?
- What exact evidence proves persistence and recall?
- What remains deferred, and who accepted that deferral?

