meeting-to-kanban
by @52yuanchangxing
Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions.
clawhub install meeting-to-kanban📖 About This Skill
name: meeting-to-kanban description: Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions. version: 1.1.0 metadata: openclaw: requires: bins: - python3 emoji: 🧰
Meeting to Kanban
Purpose
Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions.
Trigger phrases
Ask for these inputs
Workflow
1. Extract decisions, action items, risks, and follow-ups. 2. Map actions into board columns such as Backlog, Next, Doing, Waiting, Done. 3. Assign owners and due dates when explicit; otherwise mark as unresolved. 4. Generate a CSV or Markdown board using the bundled columns schema. 5. Return a short manager summary and unresolved questions.
Output contract
Files in this skill
{baseDir}/scripts/tasks_to_kanban.py{baseDir}/resources/board-columns.yamlOperating rules
Suggested prompts
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
Compatibility notes
metadata.openclaw.requires.scripts/tasks_to_kanban.py.resources/board-columns.yaml.