Agent Skill
2/7/2026triad-handoff
Use this at the end of any task to produce a reusable handoff artifact that allows a fresh session to resume without relying on chat memory.
S
sososha
0GitHub Stars
1Views
npx skills add sososha/039
SKILL.md
| Name | triad-handoff |
| Description | Use this at the end of any task to produce a reusable handoff artifact that allows a fresh session to resume without relying on chat memory. |
name: triad-handoff description: > Use this at the end of any task to produce a reusable handoff artifact that allows a fresh session to resume without relying on chat memory. inputs:
- Task Intake (with Workflow Progress)
- Summary of changes / decisions / results outputs:
- docs/triad/TRIAD_HANDOFF-<YYYYMMDD>-<slug>.md rules:
- Must be skimmable in under 2 minutes.
- Must separate Facts vs Decisions vs Open Questions.
- If any decision violates a core invariant, mark it explicitly as "Requires Human approval".
- "Checklist Gate:
Status: DONEis allowed ONLY if Final Checklist is fully satisfied." - "If any checklist item is unchecked, use
Status: PARTIALorStatus: BLOCKED."
triad-handoff
⚠️ STOP: 完了前に
./scripts/verify-workflowを実行してください! Workflow Progress が OK でないと DONE にできません。
Triad Handoff: <title>
- Date:
- Related Task Intake:
- Status: DONE / PARTIAL / BLOCKED
Facts (what happened)
- ...
Decisions (what we agreed)
- ...
Open Questions (what is unclear)
- ...
Next Actions (ordered)
- ...
- ...
Evidence / Pointers
- Changed areas (paths):
- Key files:
- Tests/bench run:
- Screenshots/logs (if any):
Final Checklist (Gate)
MUST: 全項目にチェックがないと
Status: DONE禁止。
Workflow Progress Verification
- Related Task Intake is linked above
- Task Intake contains Workflow Progress section with:
-
WF_WORKFLOWis declared -
codex-review-requestis OK or SKIP (with Skipped Policy) -
human-approval-gateis OK or SKIP (with Skipped Policy) -
verifyis OK (NON-SKIPPABLE: cargo test/build must pass) -
triad-handoffis OK (this document)
-
Skipped Policy Check (if any SKIP in Workflow Progress)
- Step name:
- Reason documented:
- Risk accepted:
- Approved by Human (if required):
Completion Criteria
- All Open Questions resolved (or explicitly deferred with reason)
- Next Actions are clear (or "None" if truly complete)
- Evidence/Pointers is complete
If all boxes are checked:
Status: DONE
If any box is unchecked:Status: PARTIALorStatus: BLOCKED
Skills Info
Original Name:triad-handoffAuthor:sososha
Download