Ralph Loop + Beads integration for Claude Code. Tracks Ralph loop sessions as Beads epics for better visibility and history.
This plugin combines two powerful Claude Code tools:
When you start a Ralph loop with this plugin, it automatically creates a Beads epic to track the session. When the loop completes (or is cancelled), the epic is closed with a summary.
Copy to your Claude Code plugins directory:
cp -r . ~/.claude/plugins/local/ralph-beads/
Or clone directly:
git clone https://github.com/YOUR_USERNAME/ralph-beads ~/.claude/plugins/local/ralph-beads
Then restart Claude Code.
/ralph-beads "Build a REST API" --max-iterations 20 --completion-promise "DONE"
Options:
--max-iterations <n> - Stop after N iterations (default: unlimited)--completion-promise '<text>' - Stop when Claude outputs <promise>TEXT</promise>/cancel-ralph-beads
This stops the loop and closes the Beads epic.
The plugin uses a managed_by: ralph-beads marker in the state file to avoid conflicts with the original ralph-loop plugin.
If Beads isn't initialized in your project, the plugin still works - it just skips epic tracking.
ralph-beads/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/
│ ├── ralph-beads.md # /ralph-beads command
│ └── cancel-ralph-beads.md # /cancel-ralph-beads command
├── hooks/
│ ├── hooks.json # Stop hook registration
│ └── stop-hook.sh # Loop continuation + epic closing
├── scripts/
│ └── setup-ralph-loop.sh # Loop setup + epic creation
└── README.md
ralph-loop pluginmanaged_by marker)MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub saenidev/ralph-beads --plugin ralph-beadsInteractive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion.
Autonomous coding using the Ralph Wiggum technique - simple loops, persistent memory, one task at a time
連續自引用 AI 循環,用於互動式迭代開發。實現 Ralph Wiggum 技術,讓 Claude 在 while-true 循環中執行相同提示直到任務完成
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.