From workmate
Walk the user through items waiting for their approval — timesheets, expense envelopes, vouchers, change orders, etc. — one at a time, with the context needed to decide. Use when the user says "approve my queue," "what needs my approval," "approvals," "clear my queue," or asks about pending approvals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workmate:approve-queueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a **write** skill. Default behavior: review one at a time, confirm each, then act.
This is a write skill. Default behavior: review one at a time, confirm each, then act.
get_items_to_approve — pull everything in the user's approval queueget_time_entries / get_expense_envelope / get_project_summary (as needed) — fetch context for the item under reviewapprove_item — approve after explicit confirmationapprove_item## Approval queue — 12 items
| Type | Count | Total | Notes |
| Timesheets | 4 | 152.5 h | All under your direct reports |
| Expense envelopes | 3 | $1,840 | One contains a meal > $100 |
| Vouchers | 2 | $8,400 | One from a new vendor (first invoice) |
| Change orders | 1 | $25,000 | ACME-Q4-CAMPAIGN scope expansion |
| Journal entries | 2 | — | Both month-end reclassifications |
Start with: <recommended first item — e.g. the change order, highest impact>
---
## Item 1 of 12: Change order — ACME-Q4-CAMPAIGN
- Submitted by: <PM name> on 2026-05-23
- Original budget: $180,000
- Change amount: +$25,000 (+14%)
- Reason: Added two micro-campaigns for product launch
- Approver chain: you, then CFO
Context:
- Project currently 67% budget consumed, on schedule
- Client has paid 100% of billed-to-date
- This brings total to $205K; original WORD-of-mouth at $250K — within scope
approve / skip / reject?
User: approve
Approved. Change order #CO-456 routed to CFO.
Next: Item 2 of 12 — Timesheet, <submitter>...
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.