By romiluz13
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
Investigate bugs, failing tests, and broken behavior when root cause must be proven before code is changed.
Adversarial multi-dimensional code review — security, performance, correctness, spec compliance, maintainability. Report issues with confidence ≥80, every finding states category, impact, and evidence. Runs after component-builder in BUILD workflows.
Execute the current approved build phase with TDD when implementation work is ready to be carried out.
Sync documentation to reflect the current diff — updates business, technical, and audit doc layers, then reports what changed.
Find silent failures in code — empty catches, log-only error handlers, discarded errors, generic error messages, swallowed exceptions. Zero tolerance for error handling that hides bugs. Runs in parallel with code-reviewer during BUILD workflows.
Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.
Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan observability. For multi-component, API, schema, auth, or integration-heavy work. For retrofitting existing code, use codebase-hygiene instead.
Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.
THE ONLY ENTRY POINT FOR CC10X. Activate this skill for build, debug, review, and plan requests. Use when the user asks to implement, fix, review, plan, test, refactor, or continue code work. Trigger keywords: build, implement, create, write, add, review, audit, debug, fix, error, bug, broken, plan, design, architect, spec, brainstorm, test, refactor, optimize, update, change, research, cc10x, c10x. CRITICAL: Route and execute immediately. Do not stop at describing capabilities.
Two-mode skill: (1) adversarial review — spec compliance + code quality + security, confidence-scored findings with file:line evidence; (2) receiving review — verify-before- agreeing discipline for acting on external/human review feedback.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 claimnpx claudepluginhub romiluz13/cc10x --plugin cc10xBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Stop chasing better models. Engineer the loop.
Same model. Same Claude Code. Different outcome.
The agent forgets between turns. The harness remembers across runs.
cc10x writes every workflow to disk — intent, evidence, verdicts, failures — so resume, review, and verification read from the artifact, not from a context window that's already gone.
1 router · 9 specialist agents · 16 skills · 4 workflows
Fail-closed gates · survives compaction · dispatch-by-reference · test honesty gates · anti-anchored review
Current version: 12.5.0
Step 1 — Add the marketplace:
/plugin marketplace add romiluz13/cc10x
Step 2 — Install the plugin:
/plugin install cc10x@cc10x
Then say "set up cc10x for me" in Claude Code and restart. Done.
Ask Claude for something complex. It works for a while. Then it declares "Done!" — tests still red, refactor half-finished, and by message 40 it's contradicting itself because the context is gone.
cc10x fixes the loop, not the prompt. A better model running free loses to the same model, constrained and looped correctly. That's the whole bet.
| The pain you know | How cc10x handles it |
|---|---|
| "Done!" on red tests | integration-verifier is independent of the builder. Phase-exit gates block advancement on partial evidence. |
| Silent failures nobody asked about | failure-hunter runs in parallel with review — greps for swallowed errors and empty catches. |
| Context falls apart after compaction | Workflow state on disk with stable UUIDs. Memory files the router auto-heals. |
| Planning is just a chat | Three planning modes chosen by intent, with a fresh anti-anchored review by a reviewer who never saw the planner's rationale. |
| 12 slash commands to remember | One router. Every request hits cc10x-router first. |
.claude/ prompt spam on every fanout | State lives at .cc10x/ — outside .claude/, so the harness's sensitive-file gate never fires. |
| Green tests that prove nothing | Test Honesty Gates grep for getByTestId('…-mock'), as any, .find() bypass, setTimeout() waits. A hit can't count as PASS on that test's strength alone. |
| Reviewer findings that sound right but aren't | Every finding at confidence ≥80 needs a verbatim file:line quote or it's auto-demoted. The verifier independently re-reads the line and drops hallucinated findings before they can gate. |
| Orchestrator context rotting with pasted history | Dispatch by reference, not by blob — the diff is written to disk, the prompt passes a path, never a body. (One real dispatch hit 42k chars, 99% pasted history. The scar became law.) |
Everything below is the architecture. Keep reading if you want to know how before you install.
cc10x-router is the only orchestration authority.
The router now uses a kernel + mandatory reference shape:
cc10x-router/SKILL.mdcc10x-router/references/*.mdThat keeps orchestration salient without turning the router into a context dump.
It decides:
Agents do not own workflow state. They return structured results. The router interprets them.
The shipped subagents are intentionally specialized:
plannerplan-gap-reviewercomponent-builderbug-investigatorcode-reviewerfailure-hunterintegration-verifierresearcherdoc-syncerEach agent is optimized for one role. This keeps prompts sharper and makes workflow behavior easier to reason about.
Skills are the reusable instruction layer that agents and the router depend on.
They provide:
cc10x writes proof-of-work workflow state under:
Code-grounded Agent Skills for building with Pi (pi-mono). Covers all 7 packages: pi coding agent (workspace, extensions, packages, RPC/SDK, customization), pi-ai (multi-provider LLM API), pi-agent-core (agent runtime), pi-tui (terminal UI), pi-web-ui (web components), pi-mom (Slack bot), and pi-pods (vLLM GPU deployments). Skills are grounded in the pi-mono source corpus and cite real file paths.
Orchestrated PM workflows with smart routing (SPEC/RESEARCH/ROADMAP/COMMUNICATE), persistent memory, evidence-based verification, and bundled PM domain expertise. 4 agents, 8 skills, zero dependencies.
AI development loop — orchestrator distributes tasks to headless workers, independent auditor verifies, structural enforcement auto-blocks downstream on upstream failure. Full-cycle validated with 10-scenario test harness.
Core ACE workflow with TDD-based skills, task enforcement, and quality reviewers
Harness engineering for Claude Code — hook-enforced dual review, state-machine gates, and fail-closed safety where it counts.
Lightweight standalone ControlFlow plugin for Claude Code: high-quality plan generation in the shared ControlFlow format, inline adversarial plan verification (zero subagents), and evidence-backed review with proactive vulnerability/error search layered over the native Claude Code toolset. 3 skills, 0 subagents — designed to coexist with native tools without conflict or token overload.
Build loop engineers: a file-based knowledge base your agents read/write (loops), plus a codebase harness (dev-local stack, e2e gate, an isolated cloud box per agent via crabbox, and verify-before-ship) so loops can run, test, and ship code autonomously.
Workflow orchestration system for coordinating multiple AI agents (Claude, Codex, Gemini, OpenCode). Enables complex multi-model automation.