From workmate
Capture a task or to-do into Workamajig. Distinguishes between a project task (assigned, scheduled, billable-capable) and a personal to-do (just for the user). Use when the user says "add a task," "remind me to," "I need to X by Y," "create a to-do," or "I owe someone a deliverable."
How this skill is triggered — by the user, by Claude, or both
Slash command
/workmate:add-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a **write** skill. Default behavior: draft, confirm, then act.
This is a write skill. Default behavior: draft, confirm, then act.
add_task — for project-attached tasks with assignment, due date, hours estimateadd_update_todo — for personal to-dos that aren't tracked on a projectget_assignments (optional) — to suggest the right project / task listsearch_contacts — when the task needs to be assigned to someone else by nameadd_task with assignmentadd_update_todo## Task draft
| Field | Value |
| Type | Project task |
| Project | ACME-Q4-CAMPAIGN |
| Task | Deliver brand brief v1 |
| Assigned to | Sarah Chen |
| Due | 2026-05-29 (Thursday) |
| Estimated hours | 8 |
| Notes | First draft for client review |
Confirm? (yes / edit X / cancel)
## To-do draft
| Field | Value |
| Type | Personal to-do |
| Subject | Follow up with Globex on proposal |
| Due | 2026-05-26 (Monday) |
| Notes | They asked for revised pricing — get with finance first |
Confirm? (yes / edit X / cancel)
tAssignment membership via get_assignments for the target project. If they're not on it, ask whether to add them or pick a different owner.taskEntry or project-level access.npx claudepluginhub workamajig/workmate-marketplace --plugin workmateGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.