
Rawwerks Ralph Eats Beads
- 2 repo stars
- Updated January 21, 2026
- rawwerks/ralph-eats-beads
rawwerks-ralph-eats-beads is a Claude Code plugin that runs an autonomous Ralph-style coding loop using bd beads for parallel subagent task picking and shipping.
About
rawwerks-ralph-eats-beads is a Claude Code plugin that packages an autonomous AI coding loop on top of bd for task management with beads. developers who want the agent to keep implementing without hand-holding each step install it when they already decompose work into trackable units and want parallel subagents to pick, execute, and ship features until nothing ready remains. The loop is meant for sustained build and iterate sessions rather than one-off prompts: you get orchestration semantics (picking, parallel runs, sleep-and-continue) instead of a single skill that writes one file. It fits operators running Claude Code as a factory line on a backlog, especially when combined with observability so you can see what the loop did overnight. Expect agent-tooling complexity—bd and loop conventions must be in place—and treat it as automation infrastructure, not a replacement for validation or launch distribution work.
- Autonomous while-sleep coding loop driven by bd bead task management
- Parallel subagent picking and execution with Ralph-loop style iteration
- Observability hooks for loop state, ready work, and shipped outcomes
- Keyword surface: beads, parallel, subagents, ships, sleep, observability
- Single-plugin bundle from rawwerks/ralph-eats-beads (pluginCount: 1)
Rawwerks Ralph Eats Beads by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install rawwerks-ralph-eats-beads@rawwerks/ralph-eats-beadsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | January 21, 2026 |
| Repository | rawwerks/ralph-eats-beads ↗ |
What it does
Run a hands-off Ralph-style coding loop where bd tracks beads tasks while subagents pick work in parallel and ship until the queue is empty.
Who is it for?
Best when you already use bd/beads and want overnight or unattended autonomous implementation on a defined task queue.
Skip if: Skip if you're without bd task discipline or anyone and needs a one-shot code generator without loop orchestration and observability.
What you get
After install, Claude Code can loop on bd-managed beads with subagents picking ready work in parallel until features ship with observable progress.
- Configured autonomous loop skill wired to bd beads
- Parallel subagent execution path for ready tasks
- Observable ship progress across loop iterations
By the numbers
- pluginCount: 1
- Repository: rawwerks/ralph-eats-beads
- Catalog source: auto-discovered community plugin
Recommended Plugins
How it compares
Autonomous agent loop plugin, not a single-purpose integration skill or MCP data connector.
FAQ
Who is Rawwerks Ralph Eats Beads for?
It is for Claude Code users who run bd bead backlogs and want Ralph-style autonomous loops with parallel subagents instead of manual step-by-step coding sessions.
When should I use Rawwerks Ralph Eats Beads?
Use it during Build and Operate iterate cycles when tasks are broken into ready beads and you want the agent to pick, implement, and ship continuously with observability.
How do I add Rawwerks Ralph Eats Beads to my agent?
Install the plugin from the rawwerks/ralph-eats-beads repository into Claude Code, ensure bd beads task management is configured, then invoke the bundled plugin skill for the autonomous loop.