From exec-recruiter
Read the current dashboard and surface today's actions, status counts, and follow-up windows. Triggers on "where do I stand", "today's actions", "dashboard status", "/dashboard", "what's the state", "status check", or first thing in the morning before the sweep. Lightweight read-only operation that summarizes the pipeline without changing anything.
How this skill is triggered — by the user, by Claude, or both
Slash command
/exec-recruiter:dashboard-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the dashboard and surface today's state. Read-only.
Read the dashboard and surface today's state. Read-only.
The user says: "where do I stand", "today's actions", "dashboard status", "/dashboard", "what's the state", "status check". Or as the opener for a daily working session.
Locate dashboard.html in the user's project folder. Parse the ROLES = [...] array.
Group roles by status:
pending - sent, awaiting replydrafted - packet built, not sentreplied - got a responserejected - turned downskipped - decided not to pursueFor pending roles, sub-bucket by follow-up window:
Today's actions list:
status: "drafted" awaiting send (not always urgent, but list them)If the dashboard's "Inbound signals" section has new entries since the last status check, surface them:
Tight summary in chat. Format:
Pipeline state - {date}
Total roles: {total} | Pending: {pending} | Replied: {replied} | Rejected: {rejected} | Skipped: {skipped}
Today's actions:
- Day-5 bumps due (3): [list]
- Day-10 final-action (1): [list]
- Drafted, awaiting send (2): [list]
Inbound signals (last 24h):
- {signal 1}
- {signal 2}
Read-only. Do not modify the dashboard. Do not generate bump messages (that's daily-bump). Do not run a sweep (that's phase-1-sweep). Just surface state.
If there's no dashboard or it has zero roles, output:
No dashboard found. Run Phase 1 sweep to start sourcing roles, or scaffold an empty dashboard from the template at ${CLAUDE_PLUGIN_ROOT}/templates/dashboard.html.
npx claudepluginhub bgolubovski/exec-recruiter --plugin exec-recruiterProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.