Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Bootstrap AI-orchestrated ClosedLoop coding loops to draft PRDs, generate and refine detailed implementation plans from requirements, implement tasks across multi-repo codebases, review PR diffs for bugs and security issues, validate builds and tests, perform visual QA, and capture learnings with caching for efficiency.
npx claudepluginhub closedloop-ai/claude-plugins --plugin codePlan Amend - Discuss and apply amendments to a plan.json implementation plan
Cancel active ClosedLoop Loop
!`${CLAUDE_PLUGIN_ROOT}/scripts/setup-closedloop.sh $ARGUMENTS`
Iterative plan refinement debate between Claude and Codex
Extracts actionable plan amendments from unstructured input (meeting notes, Slack threads, etc.)
Processes answered questions from plan.json and incorporates them into relevant tasks.
Produces api-requirements.md from an approved plan. Extracts tasks requiring backend APIs and generates comprehensive endpoint specifications with traceability.
Discovers and runs project validation commands (test, lint, typecheck, build). Caches discoveries as learnings for future runs.
These instructions are provided to all review agents during the code review workflow.
Skip Phase 7 rebuild when no code changed since Phase 5 build passed. Compares git diff hash against stored hash from last successful build validation. Triggers on: entering Phase 7, checking build status, before final build validation. Returns BUILD_CACHE_HIT to skip or BUILD_CACHE_MISS to re-run build-validator.
Provides ClosedLoop environment paths (CLOSEDLOOP_WORKDIR, CLAUDE_PLUGIN_ROOT) to agents. This skill should be used by any agent that needs to access ClosedLoop run directories, plugin schemas, or other path-dependent resources.
Run Codex to review a plan file and return structured feedback with a verdict. Triggers on: debate loop Codex review rounds. Returns VERDICT:APPROVED or VERDICT:NEEDS_CHANGES plus CODEX_SESSION token.
Check if critic reviews are still valid before re-running Phase 2.5 critics. Compares plan.json + critic-gates.json content hash against stored hash from last critic run. Triggers on: entering Phase 2.5, checking critic cache, before launching critics. Returns CRITIC_CACHE_HIT to skip critics or CRITIC_CACHE_MISS to re-run them.
Check if cross-repo coordinator results can be reused, avoiding redundant Sonnet agent launches. Compares peer repo git hashes against stored hashes from last coordinator run. Triggers on: entering Phase 1.4.1, checking cross-repo cache, before discovering peers. Returns CROSS_REPO_CACHE_HIT with cached status or CROSS_REPO_CACHE_MISS to re-run coordinator.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
LLM Judges plugin
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Project discovery, planning, and quality analysis system with parallel agents
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Bootstrap plugin for ClosedLoop
ClosedLoop Platform plugin
Self-learning plugin
LLM Judges plugin
Code review plugin
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
ClosedLoop is an AI platform that brings the speed of individual AI-driven development to the full software development team. We're offering our agents as open sourced Claude Code plugins because we just couldn't keep this a secret for ourselves — check out our agents for planning, code reviews, judging quality and more that outperform Opus 4.6 and Sonnet 4.5 out of the box.
Bootstrap. Plan. Code. Ship. It's that simple.
LLMs are great at non-deterministic content generation — horrible at being repeatably correct.
That's why we took Claude Code and extended it with a lightweight multi-agent orchestration workflow paradigm that works for us; modeling how we collaborate as a team.
Optimized for efficiency & correctness to produce code that lands without the churn; it's grounded in your codebase and outperforms Opus 4.6 out of the box at half the cost.
What's more impactful is that it allowed our team of engineers to shift left; reviewing and approving sprints-worth of work scope in documented implementation plans and generating the code while we slept.
Tickets become Tasks. Epics become Features. Sections of your quarterly roadmap land in a few PRs.
Multi-repository, adaptive self-learning, & artifact-bound phased workflow gates that loop until correct.
Close the Loop on your SDLC with the same tools that made us 400% faster today.
| Plugin | Description |
|---|---|
| bootstrap | Project bootstrapping and initial setup |
| code | Code generation, implementation planning, and iterative development loop |
| code-review | Automated code review with inline GitHub PR comments |
| judges | LLM-as-judge evaluators for plan and code quality |
| platform | Claude Code expert guidance, prompt engineering, and artifact management |
| self-learning | Pattern capture and organizational knowledge sharing |
# Install a plugin from the marketplace
claude /plugin marketplace install closedloop
# Or install from source for development
git clone git@github.com:closedloop-ai/claude-plugins.git
cd claude-plugins
git config core.hooksPath .githooks
# Bootstrap.
claude /bootstrap:start
# Plan. Code.
claude /code:start --prd requirements.md
See CONTRIBUTING.md for development setup, workflow, and code style guidelines.
Our claude code plugins are a low-key engineering preview of the agents that run the larger ClosedLoop platform. These agents should be used for testing in trusted environments.