wotai-dev/woterclip

46 stars · Last commit 2026-04-01

Linear-backed agent orchestration for Claude Code - persona-based task routing with heartbeat loops

README preview

# WoterClip

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

## How It Works

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

1. **Issues** live in Linear 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 Linear 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.

## Install

View full repository on GitHub →