Incident Drill — After-Action Template
The Module 9 four-step loop, applied to your own pipeline: stop → assess → repair → tell one human.
Predict before you fire the drill. Time-stamp what actually happened. The divergence between prediction and reality is the lesson.
Header
Section 1 — Scenario (what I made fail, on purpose)
Name the single deliberate failure you introduced — do not run more than one at a time. Examples: revoking the API key mid-run, corrupting the shared-state file, disabling the network during a scheduled run, feeding a prompt-injection string into the research input, exhausting the budget with a tight loop.
Section 2 — Expected behavior (predictions)
Name the four things the posture and architecture say should happen. A prediction, not a report. If the actual behavior matches, your mental model is solid; if it diverges, the divergence is the lesson.
Prediction 1:
Prediction 2:
Prediction 3:
Prediction 4:
Section 3 — Four-step timeline (what actually happened)
Stop
First action: halt further damage. What you did:
Assess
What broke, what data was at risk, what was exposed, what is still sound. Honest inventory, not defense.
Repair
What you fixed, in what order, so the system could operate again under the posture.
Tell the parent or peer reviewer
The three bullets you sent. Paste them as-sent.
Section 4 — What diverged from prediction
Close it here. “Matched” is fine, but “diverged” is where the learning lives.
The divergence I’m paying most attention to:
Section 5 — What I changed as a result
Concrete edits to the capstone, not vague vows. Each change points to a file.
☐Architecture amendment
☐Posture amendment
☐Code or config change
☐Runbook addition
Section 6 — Named-human confirmation
Reviewer’s one-line confirmation that they were told in the moment and are satisfied with the fix.
Reviewer response (short quote or paraphrase):
Section 7 — What I learned (one paragraph)
The reflection in Lesson 10.5 will draw from this paragraph. Don’t write it from memory three days later.
Save this as: /capstone/incident-drill-afteraction.md. This becomes an appendix to capstone-final.md in Lesson 10.5.
This template accompanies Lesson 10.4 of AI Architect Academy. The four-step loop, the predict-before-drill rule, and the reviewer close are concept. Specific scenarios and channels are recipe.