#skills6 minMira O.
The post-mortem checklist that saved my last 3 deploys
Six questions that catch the bugs agents never see.
TL;DR
- Six questions you ask after every agent session, takes 60-90 seconds
- Catches scope creep, public API drift, and silent error-path gaps that unit tests miss
- 92% of agent bugs surface in this checklist before staging
- Every "yes" answer becomes a new permanent Cursor rule
- Used after every agent session longer than 5 minutes since January 2026
READING-CUT · 2 paragraphs in
READING LIST · 3 MORE GUIDES
9 min · #skills
My Cursor rules that stopped 9 out of 10 agent hallucinations on client projects
The 12 battle-tested .mdc rules I now install on every new codebase.
5 min · #skills
Stop shipping SaaS-cream
Your landing page should feel like you, not like a Linear clone.
8 min · #skills
How I traced and fixed an agent runaway in 11 minutes
Exact trace, the deviation prompt, the bisect, and the rule that locked it out forever.