Critique Loop
Description
A Claude Code plugin that enables two Claude Code instances to collaborate through turn-based dialogues with automatic notifications.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Critique Loop
A Claude Code plugin that starts a dialogue between two subagents to critique & improve your plans or code.
Motivation
When planning or writing code I often want Claude Code to critique its own work. Previously this required manually running two instances and relaying messages between them.
This plugin automates the process: invoke once, and a two subagents are spawned to provide critique, review, or collaboration. The human stays out of the loop until the dialogue reaches a conclusion.
Use this for:
- Planning/Critiquing — One agent proposes, the partner challenges assumptions
- Writing/Reviewing — One agent presents code or docs, the partner reviews
- Pair Programming — Collaborative problem-solving between two partners
Installation
**From GitHub:**
# Add the marketplace
/plugin marketplace add jarfa/critique-loop
# Install the plugin
/plugin install critique-loop@jarfa
**From local source (for development):**
claude --plugin-dir /path/to/critique-loop
Usage
Just describe what you want in plain text:
/critique-loop plan my new caching strategy
/critique-loop review the auth module with codex
The plugin infers appropriate roles (e.g., "proposer" / "critic" for planning, "author" / "reviewer" for reviews) and starts the dialogue automatically. Say something like "with codex" in your description to use Codex as the second partner instead of Claude.
How It Works
- You describe what you want to discuss in plain text
- The orchestrator infers roles, topic, and partner from your description
- You provide additional context when prompted
- Two subagents are spawned to start the critique-loop
- Turns alternate until conclusion (DONE), intervention needed (STUCK), or max rounds reached
- You receive the summary and a reminder of where to find the full transcript
Configuration
| Environment Variable | Default | Purpose |
|---|---|---|
| `DI |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11