By vcz-Gray
Orchestrate iterative, PRD-driven code development loops in Claude Code — interview to generate a PRD, then run multi-iteration cycles that implement stories, verify, commit, and discover new tasks, with support for parallel subagent spawning and cancel/stop commands.
Cancel active Ralph Loop
Explain loophaus plugin and available commands
Plan and start loop via interactive interview — auto-parallelizes across worktrees
Check loop status
Stop active loop
Cancel the active Loop in Claude Code
Claude Code interview that generates PRD, activates the official loop stop hook, and starts working immediately. Uses Skill tool for loop invocation.
Start a PRD-driven Loop in Claude Code. Reads prd.json + progress.txt each iteration. Uses the official loop stop hook.
Multi-agent orchestration patterns for Loop in Claude Code. Uses the Agent tool for parallel subagent spawning.
Interactive interview that generates optimized loop commands with PRD-based phase tracking. Compatible with ralph-skills prd.json format.
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.
Based on Geoffrey Huntley's Ralph Wiggum technique
AI coding agents struggle with long tasks:
prd.json with pass/fail state, not "I think I'm done"npm install -g @graypark/loophaus
loophaus install
Note:
npx @graypark/loophaus installmay fail on some npm versions due to a bin resolution cache bug. Use the global install above for reliable setup.
The installer auto-detects your host (Claude Code, Codex CLI, or Kiro CLI) and sets up everything — stop hook, commands, and skills.
Then in your AI coding session:
/loop-plan Add user authentication with JWT, bcrypt, and login UI
That's it. The interview generates a PRD, activates the loop, and starts implementing story by story.
loophaus clean for data lifecycle managementprd.json with pass/fail per story, not "I think I'm done"An AI agent works on a task in a continuous loop. Each iteration starts with fresh context — reading the PRD and progress files to decide what to do next. The agent implements one story, commits, updates progress, and exits. The stop hook intercepts the exit and re-injects the prompt. Repeat until all stories pass.
npx claudepluginhub vcz-gray/loophausLong-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
Humanize - An iterative development plugin that uses Codex to review Claude's work. Creates a feedback loop where Claude implements plans and Codex independently reviews progress, ensuring quality through continuous refinement.
連續自引用 AI 循環,用於互動式迭代開發。實現 Ralph Wiggum 技術,讓 Claude 在 while-true 循環中執行相同提示直到任務完成