Agent Plugins Marketplace
All plugins

ralph-trio

v0.4.3

Ralph Wiggum loops — solo / trio / debate / meta variants. Iterative LLM-driven coder loop with planner+coder+reviewer (trio uses ask-reviewer.sh + ask-researcher.sh from dev-trio plugin; debate uses debate.sh from debate-conductor plugin). Planner can request pre-coding research (Antigravity). Optional Stop-hook in-session driver for solo.

Claude Code3 Skills

By pandas-studioLicense: MIT2 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ralph-trio for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ralph-trio@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pandas-studio/agent-team-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is ralph-trio/.

Plugin files

ralph-trio/
├── .claude-plugin/plugin.json
├── skills/bootstrap/SKILL.md
├── skills/install-pm/SKILL.md
└── skills/install-stop-hook/SKILL.md

Included Skills3

bootstrapskills/bootstrap/SKILL.md

Seed the workspace with ralph-trio's three template files — PROMPT.md, BACKLOG.md, fix_plan.md — copied from the plugin's prompts/ dir. Refuses to overwrite existing files. Run once per workspace before invoking ralph-solo.sh / ralph-trio.sh / ralph-debate.sh.

install-pmskills/install-pm/SKILL.md

Install (or upgrade) the ralph-trio PM orchestration policy into the workspace's CLAUDE.md. Idempotent — appends a marker-guarded block; re-running upgrades in place. Run once per workspace after installing the plugin. The policy tells Claude when to launch a Ralph loop (solo / trio / debate / meta), how to cap and dry-run it, and how to read results back.

install-stop-hookskills/install-stop-hook/SKILL.md

Install (or upgrade) the ralph-trio Stop-hook into the workspace's .claude/settings.local.json so Claude Code keeps running the ralph-solo loop until the completion marker appears or RALPH_MAX_ITER is reached (at most 8 iterations per message; Claude Code's consecutive-block cap). Idempotent — merges into existing hooks block, never duplicates the entry.

Plugin manifests1

ralph-trio/.claude-plugin/plugin.json
{
  "name": "ralph-trio",
  "version": "0.4.3",
  "description": "Ralph Wiggum loops — solo / trio / debate / meta variants. Iterative LLM-driven coder loop with planner+coder+reviewer (trio uses ask-reviewer.sh + ask-researcher.sh from dev-trio plugin; debate uses debate.sh from debate-conductor plugin). Planner can request pre-coding research (Antigravity). Optional Stop-hook in-session driver for solo.",
  "author": {
    "name": "pandas-studio"
  },
  "homepage": "https://github.com/pandas-studio/agent-team-plugins/tree/main/ralph-trio",
  "repository": "https://github.com/pandas-studio/agent-team-plugins",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ralph-trio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ralph-trio)