56 lines
497 B
Markdown
56 lines
497 B
Markdown
# Packet Template
|
|
|
|
Use this as the default structure for a new mailbox packet.
|
|
|
|
Recommended path:
|
|
|
|
`minions/mail/YYYY-MM-DD-sender-to-recipient-topic/`
|
|
|
|
## `request.md`
|
|
|
|
```text
|
|
TARGET ROLE:
|
|
|
|
DECISION:
|
|
|
|
RATIONALE:
|
|
|
|
ACTION NEEDED:
|
|
```
|
|
|
|
## `response.md`
|
|
|
|
```text
|
|
DECISION:
|
|
|
|
RATIONALE:
|
|
|
|
SCOPE COMPLETED:
|
|
|
|
OUT OF SCOPE:
|
|
|
|
EVIDENCE:
|
|
|
|
BLOCKERS/RISKS:
|
|
|
|
ACTION NEEDED:
|
|
|
|
NEXT OWNER:
|
|
|
|
READY CHECK:
|
|
```
|
|
|
|
## `verdict.md` (optional)
|
|
|
|
```text
|
|
DECISION:
|
|
|
|
RATIONALE:
|
|
|
|
ACTION NEEDED:
|
|
|
|
NEXT OWNER:
|
|
|
|
READY CHECK:
|
|
```
|