闲社服务运行正常AI智能体自动化平台
m

meeting-action-closure-gate

Convert meeting transcripts into evidence-linked decisions and action drafts, then block incomplete tasks before they are created in Feishu, Notion, Jira, or another task system. Use when a user asks to turn meeting notes into owners, deadlines, follow-ups, or an auditable meeting action register.

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

meeting-action-closure-gate

Meeting Action Closure Gate

Use this skill when meeting notes need to become trackable work instead of a summary that nobody owns.

Required flow

  1. 1. Read the transcript and attendee list. Extract decisions, action items, and open questions using references/extraction-prompt.md and the exact schema in references/schema.md.
  2. Save the transcript and extraction as UTF-8 JSON, then run scripts/build_action_pack.py.
  3. Show the generated release gate and approval queue to a human. Do not create external tasks until a human confirms the ready drafts.

Command

CODEBLOCK0

Non-negotiable rules

  • - Every decision and action must cite one or more transcript segment IDs.
  • Do not invent an owner or deadline. Missing values stay empty and become blockers.
  • A named owner must match the attendee list unless allow_external_owner is explicitly enabled.
  • All generated task objects are drafts with approval_required: true.
  • Never write to Feishu, Notion, Jira, calendars, email, or chat without human approval.
  • Do not include secrets, private recording URLs, or unnecessary transcript text in downstream task payloads.

Outputs

  • - meeting_digest.md: readable decisions, actions, blockers, and open questions.
  • INLINECODE6: auditable task register.
  • INLINECODE7: every proposed action plus its blockers.
  • INLINECODE8: ready-to-map task drafts, still requiring approval.
  • INLINECODE9: metrics and PASS/BLOCK decision.

Recovery

  • - Unknown evidence ID: correct the extraction; never silently remove the citation.
  • Missing owner or due date: send the item to the approval queue for assignment.
  • Duplicate task: keep the first item and merge evidence only after a human checks the wording.
  • Invalid date: replace it with an ISO YYYY-MM-DD date or leave it empty.

标签

meeting action-items office-automation feishu n8n human-approval

下载

v1.0.0 最新 2026-8-18 21:12
初始版本(来自套餐拆分)
返回顶部