Agent Skills
› suboss87/FDEOps
› debrief
debrief
GitHub将会议记录或转录文本转化为带来源的决策、变更和后续行动。适用于客户对话后,在保存前审查相关的记录更新。
触发场景
会议结束后整理纪要
从对话转录中提取行动项
安装
npx skills add suboss87/FDEOps --skill debrief -g -y
SKILL.md
Frontmatter
{
"name": "debrief",
"description": "Turn meeting notes or a transcript into sourced decisions, changes and next actions. Use after a customer conversation; review consequential record updates before saving."
}
debrief
Purpose
Turn meeting notes or a transcript into sourced decisions, changes and next actions. Use after a customer conversation; review consequential record updates before saving.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
版本历史
- 4e9335d 当前 2026-09-21 23:50


