By vcz-Gray
Orchestrates iterative AI development loops with PRD-driven planning, parallel subagent execution across git worktrees, and automatic continuation judging for complex multi-step coding tasks.
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.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
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/loophausMulti-agent development workflow (/crew) — planning, implementation, review, documentation, evals, and audit gates. Commands, agents, and skills are auto-discovered from the repo.
Multi-session continuity, parallel Agent Teams coordination, and mechanical quality enforcement for Claude Code.
Autonomous session orchestrator for Claude Code - manages multi-phase development workflows
Long-running agent harness with 5-layer memory architecture, GitHub integration via gh CLI, autonomous batch processing with a dedicated implementer subagent, Agent Teams with ATDD, quality-gate hooks, and 6 Agent Skills
Use Claude Code As Is - native plugin leveraging built-in architecture
Long Task Harness for AI agents - task/feature-driven development with external memory