From workmate
Mid-depth "how is the agency doing" view. Between the daily-brief one-pager and the quarterly review. Cash, AR, pipeline, project health, and a one-line read on each. Use when the user says "how's the agency," "give me the dashboard," "overall pulse," "what's the state of things," or has no specific question and wants a status check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workmate:business-pulseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read agency context first — use `glCompanyID` if scoped. This is the **default "I don't know what I want" skill** — give a broad, balanced view without overwhelming.
Read agency context first — use glCompanyID if scoped. This is the default "I don't know what I want" skill — give a broad, balanced view without overwhelming.
get_dashboard — same aggregator as the briefs, but presented less time-bound and with deeper commentary## Agency pulse — <date>
### Cash
$X today (severity: ...) · 30-day forecast: $Y · Read: <one line>
### AR
$X open, $Y over 60 days. Worst client: ... · Read: <one line>
### AP
$X open, $Y due in 30 days. · Read: <one line>
### Pipeline
N open, $X weighted, M hot · Read: <one line>
### Projects
N flagged (over budget / late) · Read: <one line>
### Approvals
N items in your queue · Read: <one line>
### Overall read
One paragraph: where the agency stands. Honest. Specific.
### Where to dig in
List 2–3 follow-up skills the user might run next, based on which sections are yellow/red:
- Cash yellow → `/cash-flow-snapshot`
- AR red → `/invoice-chase`
- Pipeline thin → `/run-campaign`
- Projects over → `/project-pulse`
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.