Add dispatch checklist and failure template

This commit is contained in:
2026-03-09 07:01:32 +10:00
parent 4509a8e7f6
commit 2cbf03dbb3
3 changed files with 101 additions and 3 deletions
+9 -3
View File
@@ -42,11 +42,17 @@ A good worker handoff should answer:
## Recommended result packet
- `status:` ok | blocked | failed
- `changed:` ...
- `notes:` ...
- `status:` accepted | milestone | blocked | failed | done
- `summary:` ...
- `evidence:` ...
- `risk:` ...
- `next:` ...
## Added operational aids
- `CHECKLIST.md` — pre-dispatch / post-dispatch / evidence-gate checklist for main
- `FAILURE_TEMPLATE.md` — compact template for documenting launch failure, stall, or misreporting cases
## Notes
This is a dispatch / coordination skill, not an implementation skill.