{"skill":{"slug":"meeting-minutes-workflow","displayName":"Meeting Minutes Workflow","summary":"Generate structured meeting minutes from discussion notes, sync to Feishu docs, and manage action items. Use when the user says \"写会议纪要\", \"生成会议记录\", \"meeting m...","description":"---\nname: meeting-minutes\ndescription: Generate structured meeting minutes from discussion notes, sync to Feishu docs, and manage action items. Use when the user says \"写会议纪要\", \"生成会议记录\", \"meeting minutes\", \"sync minutes to Feishu\", or provides meeting notes/discussion context that needs to be structured into a formal document. Also use when the user wants to create meeting minutes templates, customize meeting formats, or track action items from meetings.\n---\n\n# Meeting Minutes\n\nGenerate structured meeting minutes, sync to Feishu, and track action items.\n\n## Workflow\n\n1. **Collect input** — Ask for (or infer from context): date, attendees, meeting type, agenda, discussion notes, action items\n2. **Render template** — Use `assets/template.md` as the base; fill placeholders with provided data\n3. **Sync to Feishu** — If feishu-doc skill is available, create a Feishu doc with the rendered content\n4. **Track action items** — Extract action items into a structured format for follow-up\n\n## Template\n\nRead `assets/template.md` for the full template. Key sections:\n\n- Meeting Info (date, attendees, type, facilitator)\n- Agenda\n- Key Discussion Points\n- Action Items (table: item / owner / deadline / status)\n- Decisions Made\n- Next Steps\n\n### Meeting Types\n\n| Type | Focus |\n|------|-------|\n| brainstorming | Ideas, no decisions yet |\n| planning | Goals, milestones, assignments |\n| review | Progress, blockers, adjustments |\n| retro | What worked, what didn't, improvements |\n\n## Feishu Sync\n\nWhen the feishu-doc skill is available:\n\n```bash\npython3 .claude/skills/feishu-doc/scripts/doc_ctl.py create \"会议纪要 - {title} ({date})\" --content \"{rendered_content}\"\n```\n\nUse `--share` or `--owner` to grant access to attendees.\n\n## Action Item Extraction\n\nAfter rendering, extract action items as structured data:\n\n```json\n{\n  \"items\": [\n    {\"item\": \"...\", \"owner\": \"...\", \"deadline\": \"...\", \"status\": \"pending\"}\n  ]\n}\n```\n\nSave to `memory/action-items-{date}.json` for follow-up tracking.\n\n## Customization\n\n- Edit `assets/template.md` to change the template structure\n- Add custom sections by modifying the markdown template\n- Meeting types can be extended in the type table above\n","tags":{"latest":"1.2.0"},"stats":{"comments":0,"downloads":488,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":4},"createdAt":1777867911472,"updatedAt":1778539526830},"latestVersion":{"version":"1.2.0","createdAt":1778539436240,"changelog":"Updated: improved template, added action item extraction, Feishu sync workflow","license":"MIT-0"},"metadata":null,"owner":{"handle":"terrycarter1985","userId":"s17brwfrqyjhbjgadkvar20h8x8492g8","displayName":"terrycarter1985","image":"https://avatars.githubusercontent.com/u/1542987?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780090784129}}