humanize
01Plugin Claude Code
Plugin marketplace listing 1 plugin: humanize.
Plugin Claude Code
Plugin marketplace listing 1 plugin: humanize.
Plugin Claude Code
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.
Agent
Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task.
Agent
Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command.
Agent
Checks plan relevance and compliance before RLCR loop. Use when validating plan files for start-rlcr-loop command.
Agent
Analyzes a plan and generates multiple-choice technical comprehension questions to verify user understanding before RLCR loop. Use when validating user readiness for start-rlcr-loop command.
Command
Cancel active RLCR loop.
Command
Generate a repo-grounded idea draft via directed-swarm exploration.
Command
Generate implementation plan from draft document.
Command
Refine an annotated implementation plan and generate a QA ledger.
Command
Start iterative loop with Codex review.
Hook
Runs when you submit a prompt, before the agent sees it, executing loop-plan-file-validator.sh. From PolyArch/humanize.
Hook
Runs before the agent uses a tool for Write, Edit, Read and Bash tool calls, executing loop-write-validator.sh, loop-edit-validator.sh, loop-read-validator.sh and loop-bash-validator.sh (4 commands). From PolyArch/humanize.
Hook
Runs after a tool call finishes for Bash tool calls, executing loop-post-bash-hook.sh. From PolyArch/humanize.
Hook
Runs when the agent finishes a response, executing loop-codex-stop-hook.sh. From PolyArch/humanize.
Skill Claude CodeCodex
Consult Codex as an independent expert. Sends a question or task to codex exec and returns the response.
Skill Claude CodeCodex
Consult Gemini as an independent expert with deep web research. Sends a question or task to Gemini CLI and returns a research-backed response.
Skill Claude CodeCodex
Generate a structured implementation plan from a draft document. Validates input, checks relevance, analyzes for issues, and generates a complete plan.md with acceptance criteria.
Skill Claude CodeCodex
Refine an annotated implementation plan into a comment-free plan and a QA ledger while preserving the gen-plan schema.
Skill Claude CodeCodex
Start RLCR (Ralph-Loop with Codex Review) on Codex using the native Stop hook.
Skill Claude CodeCodex
Iterative development with AI review. Provides RLCR (Ralph-Loop with Codex Review) for implementation planning and code review loops.