wotai-dev/woterclip

56 stars · Last commit 2026-07-26

GitHub Issues-backed agent orchestration for Claude Code – a single Claude wears persona hats (Orchestrator, CEO, workers) routed by issue labels, driven by a heartbeat loop

README preview

# WoterClip

GitHub Issues-backed agent orchestration for Claude Code. A single Claude instance wears different "hats" (personas) based on GitHub issue labels – an Orchestrator routes work, a CEO makes strategic calls, and worker personas execute.

**Get the persona starter pack →** https://alexk1919.gumroad.com/l/woterclip-persona-pack

## How It Works

```
GitHub Issues → /heartbeat → Persona Matching → Work → Report Back
```

1. **Issues** live on GitHub with persona labels (`backend`, `frontend`, etc.)
2. **Heartbeat** picks the highest-priority issue and resolves which persona handles it
3. **Personas** (CEO, Backend, Frontend, ...) define identity, tools, and runtime config
4. **Reports** are structured comments on the GitHub issue with progress, commits, and blockers
5. **Schedule** runs heartbeats automatically via Claude Code's `/schedule`

The human is the **Board** – the ultimate escalation target when the agent is blocked.

View full repository on GitHub →