Meeting to Kanban
Purpose
Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions.
Trigger phrases
- - 会议纪要转任务
- meeting notes to kanban
- 把会议变成看板
- action items from transcript
- 给我做项目任务板
Ask for these inputs
- - meeting notes/transcript
- board columns
- project context
- time horizon
- participants list if available
Workflow
- 1. Extract decisions, action items, risks, and follow-ups.
- Map actions into board columns such as Backlog, Next, Doing, Waiting, Done.
- Assign owners and due dates when explicit; otherwise mark as unresolved.
- Generate a CSV or Markdown board using the bundled columns schema.
- Return a short manager summary and unresolved questions.
Output contract
- - kanban CSV
- manager summary
- owners and due dates table
- open questions list
Files in this skill
- - Script: INLINECODE0
- Resource: INLINECODE1
Operating rules
- - Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
Suggested prompts
- - 会议纪要转任务
- meeting notes to kanban
- 把会议变成看板
Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
Boundaries
- - This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
Compatibility notes
- - Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through
metadata.openclaw.requires. - Helper script is local and auditable:
scripts/tasks_to_kanban.py. - Bundled resource is local and referenced by the instructions:
resources/board-columns.yaml.
会议转看板
目的
将会议记录或转录稿转换为清晰的看板,包含负责人、截止日期、阻碍项和后续行动。
触发短语
- - 会议纪要转任务
- meeting notes to kanban
- 把会议变成看板
- action items from transcript
- 给我做项目任务板
需要提供的输入
- - 会议记录/转录稿
- 看板列
- 项目背景
- 时间范围
- 参与者名单(如有)
工作流程
- 1. 提取决策、行动项、风险和待跟进事项。
- 将行动项映射到看板列,如待办、下一步、进行中、等待中、已完成。
- 明确指定负责人和截止日期;否则标记为未解决。
- 使用捆绑的列架构生成CSV或Markdown格式的看板。
- 返回简短的管理者总结和未解决的问题。
输出约定
- - 看板CSV
- 管理者总结
- 负责人和截止日期表格
- 待解决问题列表
本技能包含的文件
- - 脚本:{baseDir}/scripts/taskstokanban.py
- 资源:{baseDir}/resources/board-columns.yaml
操作规则
- - 保持具体且以行动为导向。
- 在破坏性变更前优先使用预览/草稿/模拟模式。
- 若信息缺失,仅询问推进所需的最少信息。
- 绝不虚构指标、法律确定性、收据、凭证或证据。
- 保持假设明确。
建议提示语
- - 会议纪要转任务
- meeting notes to kanban
- 把会议变成看板
脚本和资源的使用
当脚本有助于用户生成结构化文件、清单、CSV或初稿时,使用捆绑脚本。
当用户未提供默认架构、检查清单或预设时,使用资源文件作为默认方案。
边界说明
- - 本技能支持规划、结构化和初稿产出。
- 除非用户实际执行了相关操作,否则不应声称文件已被修改、消息已发送或法律/财务决策已最终确定。
兼容性说明
- - 基于目录的AgentSkills/OpenClaw技能。
- 通过metadata.openclaw.requires声明运行时依赖。
- 辅助脚本为本地可审计文件:scripts/taskstokanban.py。
- 捆绑资源为本地文件,由指令引用:resources/board-columns.yaml。