AgentSkillsCN

triad-handoff

在任何任务结束时使用此功能,生成可复用的交接成果,使新会话能够在不依赖聊天记忆的情况下顺利接续。

SKILL.md
--- frontmatter
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
  - 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".

triad-handoff

Output format (required)

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)

  1. ...
  2. ...

Evidence / Pointers

  • Changed areas (paths):
  • Key files:
  • Tests/bench run:
  • Screenshots/logs (if any):