Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By vcz-Gray
Drive iterative AI-assisted development by running controlled loops in Claude Code, using PRD files to guide multi-step tasks, spawning parallel subagents for complex changes, and tracking progress across iterations.
npx claudepluginhub vcz-gray/loophausCancel 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.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Long-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
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Long Task Harness for AI agents - task/feature-driven development with external memory
Autonomous session orchestrator for Claude Code - manages multi-phase development workflows
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.
Automated development loop and ad-hoc workflow generation for orchestrating AI coding agents
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.