Document processes with verification checkpoints
sop-builderskillsetup L1★325
cwinvestments/memstack ↗What it does
Document repeatable processes with verification checkpoints
Best for
Critical repeatable processes (deployments, migrations, incident response) where precise step order and verification prevent outages and tribal knowledge loss.
Inputs
- · process name and audience
- · trigger event (what kicks off the process)
- · all prerequisites (access, tools, knowledge)
- · decision points and rollback conditions
Outputs
- · numbered procedure with time estimates
- · prerequisites checklist
- · decision trees for edge cases
- · verification checkpoints (you should see X)
- · rollback steps for failure recovery
Preconditions
- · Process is repeatable (not one-time)
- · Clarity on who will follow it (expertise level)
Failure modes
- · Omitting obvious steps → new team members lost at 2 AM
- · Missing decision points → failures cascade undetected
- · No verification checkpoints → stale docs cause outages
- · Unclear prerequisites → access/permissions block execution
Trust signals
- · Anti-patterns with specific failure scenarios (what's obvious to you is opaque to new hire)
- · Explicit prerequisites table with system names, access levels, and request paths
- · Numbered steps with verification checkpoints (not just outcome descriptions)
- · Rollback steps explicitly included