BeClaude

humanize

New
998Community RegistryGeneralby PolyArch

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.

First seen 5/23/2026

Overview

Current Version: 1.16.0

Derived from the GAAC (GitHub-as-a-Context) project.

A Claude Code plugin that provides iterative development with independent AI review. Build with confidence through continuous feedback loops.

What is RLCR?

RLCR stands for Ralph-Loop with Codex Review, inspired by the official ralph-loop plugin and enhanced with independent Codex review. The name also reads as Reinforcement Learning with Code Review -- reflecting the iterative cycle where AI-generated code is continuously refined through external review feedback.

Core Concepts

  • Iteration over Perfection -- Instead of expecting perfect output in one shot, Humanize leverages continuous feedback loops where issues are caught early and refined incrementally.
  • One Build + One Review -- Claude implements, Codex independently reviews. No blind spots.
  • Ralph Loop with Swarm Mode -- Iterative refinement continues until all acceptance criteria are met. Optionally parallelize with Agent Teams.
  • Begin with the End in Mind -- Before the loop starts, Humanize verifies that you understand the plan you are about to execute. The human must remain the architect. (Details)

How It Works

<p align="center"> <img src="docs/images/rlcr-workflow.svg" alt="RLCR Workflow" width="680"/> </p>

The loop has two phases: Implementation (Claude works, Codex reviews summaries) and Code Review (Codex checks code quality with severity markers). Issues feed back into implementation until resolved.

Install

bash
# Add PolyArch marketplace
/plugin marketplace add PolyArch/humanize
# If you want to use development branch for experimental features
/plugin marketplace add PolyArch/humanize#dev
# Then install humanize plugin
/plugin install humanize@PolyArch

Requires codex CLI for review. See the full Installation Guide for prerequisites and alternative setup options.

Quick Start

  1. Generate an idea draft from a loose thought (optional — skip if you already have a draft):

``bash /humanize:gen-idea "add undo/redo to the editor" ` Output goes to .humanize/ideas/<slug>-<timestamp>.md by default. Pass a .md path to expand existing rough notes. --n` controls how many parallel directions explore the idea (default 6).

  1. Generate a plan from your draft:

``bash /humanize:gen-plan --input draft.md --output docs/plan.md ``

  1. Refine an annotated plan before implementation when reviewers add comments (CMT: ... ENDCMT, <cmt> ... </cmt>, or <comment> ... </comment>):

``bash /humanize:refine-plan --input docs/plan.md ``

  1. Run the loop:

``bash /humanize:start-rlcr-loop docs/plan.md ``

  1. Consult Gemini for deep web research (requires Gemini CLI):

``bash /humanize:ask-gemini What are the latest best practices for X? ``

  1. Monitor progress (in another terminal, not inside Claude Code):

``bash source <path/to/humanize>/scripts/humanize.sh # Or just add it into your .bashec or .zshrc humanize monitor rlcr # RLCR loop humanize monitor skill # All skill invocations (codex + gemini) humanize monitor codex # Codex invocations only humanize monitor gemini # Gemini invocations only ``

Monitor Dashboard

<p align="center"> <img src="docs/images/monitor.png" alt="Humanize Monitor" width="680"/> </p>

Documentation

License

MIT

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install humanize@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub
code-reviewplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is humanize?

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.

How to install humanize?

To install humanize: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install humanize@<marketplace>. Finally, /plugin in Claude Code.

What is humanize best for?

humanize is a plugin categorized under General. It is designed for: code-review, plugin. Created by PolyArch.