From woterclip
Displays WoterClip status: schedule, last heartbeat with persona/issue/outcome, recent Linear issue changes (completed/in-progress/blocked/new), todo queue by persona/priority, blocked items. Supports --history flag.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woterclip:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the current state of WoterClip in this repository: schedule info, last heartbeat, issue activity, queue, and blocked items.
Display the current state of WoterClip in this repository: schedule info, last heartbeat, issue activity, queue, and blocked items.
Arguments:
--history — Show recent heartbeat history from the log fileRead .woterclip/config.yaml. If missing, report that WoterClip is not initialized and suggest /woterclip-init.
Report whether a recurring heartbeat is active. Check if /schedule is running /heartbeat by noting this is informational — the user knows their schedule state.
Read the last line of .woterclip/heartbeat-log.jsonl (if it exists). Report:
If no log file exists, report "No heartbeat history found."
Call mcp__claude_ai_Linear__list_issues with assignee: "me". Filter and categorize:
Since last heartbeat (issues that changed since the last logged heartbeat timestamp):
✓ Completed issues→ In Progress issues✗ Blocked issues+ Newly created sub-issuesQueue (next heartbeat would pick these up):
Blocked (needs Board attention):
agent-blocked labelWoterClip Status
────────────────
Last beat: Heartbeat #N — X min ago
Since last heartbeat:
✓ WOT-XX [persona] Completed "Title"
→ WOT-XX [persona] In Progress "Title"
✗ WOT-XX [persona] Blocked "Title"
Queue (next heartbeat):
WOT-XX [persona] Status Priority "Title"
Blocked (needs Board):
WOT-XX @User — blocker summary
When --history is passed, read .woterclip/heartbeat-log.jsonl and display the last 10 entries:
Heartbeat History (last 10)
───────────────────────────
#N HH:MM persona WOT-XX Status (duration)
#N HH:MM persona WOT-XX Status (duration)
If the log file doesn't exist or is empty, report "No heartbeat history found."
npx claudepluginhub wotai-dev/woterclip --plugin woterclipExecutes WoterClip heartbeat: loads config, checks locks/quiet hours, fetches/sorts assigned Linear issues by status/priority, picks top issue, invokes persona, completes work, reports with structured comments.
Shows a single-screen work status dashboard with task state, epic progress, knowledge flywheel health, and recent activity. Useful for getting oriented or deciding next actions.
Checks worldai-workstreams team agents and summarizes status, commits, and beads. Useful for monitoring agent progress and getting periodic status updates.