Tools and templates
This page is the utility index for reusable workflow reliability checklists. It points readers to the evidence they should preserve before changing production automation.
Incident evidence checklist
- Incident start and detection time.
- Workflow and execution IDs.
- Original input or event identifier.
- Last expected step and first unexpected step.
- Downstream records or side effects already created.
- Exact error text or HTTP status.
- Recent workflow, credential, API or schema changes.
Duplicate-action checklist
- Was there one execution or several?
- Did the source send the same event twice?
- Did a timeout or retry occur?
- Is there a stable event or business key?
- Does the destination enforce uniqueness?
- Can replay repeat a completed side effect?
AI action safety checklist
- Does the model need this tool at all?
- Is the tool read-only, draft-only or write-capable?
- Are parameters validated outside the model?
- Can external untrusted content influence the decision?
- Is the action reversible?
- Does high-impact execution require human approval?
Fix verification checklist
Tools and templates
This page is the utility index for reusable workflow reliability checklists. It points readers to the evidence they should preserve before changing production automation.
Incident evidence checklist
- Incident start and detection time.
- Workflow and execution IDs.
- Original input or event identifier.
- Last expected step and first unexpected step.
- Downstream records or side effects already created.
- Exact error text or HTTP status.
- Recent workflow, credential, API or schema changes.
Duplicate-action checklist
- Was there one execution or several?
- Did the source send the same event twice?
- Did a timeout or retry occur?
- Is there a stable event or business key?
- Does the destination enforce uniqueness?
- Can replay repeat a completed side effect?
AI action safety checklist
- Does the model need this tool at all?
- Is the tool read-only, draft-only or write-capable?
- Are parameters validated outside the model?
- Can external untrusted content influence the decision?
- Is the action reversible?
- Does high-impact execution require human approval?
Fix verification checklist
- Replay the original failing case.
- Run one normal neighboring case.
- Run one relevant edge case.
- Check downstream business effects, not only workflow status.
- Confirm monitoring can detect recurrence.
- Record the final evidence with the incident.
How this page should evolve
As the site accumulates original reliability cases, this page should become the entry point for downloadable regression templates, incident worksheets, workflow review checklists and structured diagnostic trees.
- Replay the original failing case.
- Run one normal neighboring case.
- Run one relevant edge case.
- Check downstream business effects, not only workflow status.
- Confirm monitoring can detect recurrence.
- Record the final evidence with the incident.
How this page should evolve
As the site accumulates original reliability cases, this page should become the entry point for downloadable regression templates, incident worksheets, workflow review checklists and structured diagnostic trees.
Comments
Post a Comment