From workmate
Post-meeting capture. Takes notes from a meeting just held, logs the activity, captures follow-up tasks, and optionally drafts client comms. Use when the user says "I just finished the X meeting," "capture this," "wrap up that call," or "log meeting and follow-ups."
How this skill is triggered — by the user, by Claude, or both
Slash command
/workmate:after-meetingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Composition skill. Chains `log-meeting` → `add-task` (one or more) → optionally a client follow-up draft.
Composition skill. Chains log-meeting → add-task (one or more) → optionally a client follow-up draft.
Same as the underlying skills it composes:
add_activity (via log-meeting flow)add_task and/or add_update_todo (one per follow-up)log-meeting flow. Confirm the activity draft.add-task for each follow-up. Confirm each.## After-meeting capture
### Activity to log
| Field | Value |
| Subject | Q4 production kickoff sync |
| Linked to | ACME-Q4-CAMPAIGN |
| Date | 2026-05-25 |
| Duration | 45 min |
| Attendees | Sarah Chen, Mike Park |
| Notes | <decisions + context> |
### Follow-ups extracted (3)
| Owner | Task | Due | Project |
| Mike Park | Production schedule v2 | 2026-05-28 | ACME-Q4-CAMPAIGN |
| You | Send revised SOW to Sarah | 2026-05-26 | ACME-Q4-CAMPAIGN |
| You (to-do) | Loop in legal on indemnity question | 2026-05-26 | — |
### Optional follow-up email draft
> Subject: Recap — Q4 production kickoff
>
> Sarah —
>
> Good talk today. Recap of what we agreed:
> - Production starts Tuesday 5/30
> - Revised SOW to you by Wednesday
> - Asset delivery: tranche 1 by 6/8, final by 6/15
>
> I'll have Mike's updated production schedule on Thursday.
>
> [name]
Confirm: log activity + create 3 follow-ups + draft email? (yes / edit / skip [section])
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub workamajig/workmate-marketplace --plugin workmate