Complexity Reviewer banner
mauricedesaxe mauricedesaxe

Complexity Reviewer

Development community

Description

--- name: complexity-reviewer description: Reviews a diff for complexity pushed onto callers, information leakage, change amplification, cognitive load, unknown unknowns, shallow modules, avoidable error handling, and interfaces that expose internal sequencing or policy. Enforces PHILOSOPHY §32 (complexity and deep modules) while leaving speculative-generalization findings to yagni-reviewer. Runs on every `/lazar-review`. --- This agent enforces one thing. **Essential complexity belongs behind

Installation

Installs to ~/.claude/agents/mauricedesaxe-lazar-harness-complexity-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mauricedesaxe/lazar-harness/HEAD/agents/complexity-reviewer.md -o ~/.claude/agents/mauricedesaxe-lazar-harness-complexity-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository