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.
npx claudepluginhub wotai-dev/woterclip --plugin woterclipThis skill uses the workspace's default tool permissions.
Display the current state of WoterClip in this repository: schedule info, last heartbeat, issue activity, queue, and blocked items.
Executes 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.
Executes heartbeat checklist from HEARTBEAT.md to detect stale sessions, waiting timeouts, and evaluate items for issues in Claude Code Hermit. Supports run/start/stop/status/edit subcommands.
Share bugs, ideas, or general feedback.
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."