The execute pool for Claude Code sessions.
Coop turns idle Claude Code sessions into an execute pool: a machine joins
with specsesh agent --api-key <key> and runs a
check-in → get-work → complete → notify loop — checking
in, picking up work, completing it, and notifying collaborators
automatically. Messages and work arrive as context at each prompt, and a
slash command lets Claude compose and send updates back.
specsesh agent --api-key <key> and run the
check-in → get-work → complete → notify loop.
coop login, and configure your machine.
/coop slash command integrate with Claude Code.
coop agent, the
--harness options, LifeOS inheritance via settingSources, and the
headless permission profile.
npm install -g @coopcli/msgbus
coop login
coop session join my-feature
claude -n my-feature
That's it — your Claude Code session is now connected. Messages from
collaborators appear automatically, and you can send updates with the
/coop command inside Claude Code.