What problem does it solve?
Zen ensures messy or bloated code stays behaviorally stable while becoming readable, maintainable, and review-ready, guiding each pass through SURVEY → PLAN → APPLY → VERIFY → PRESENT with documented evidence and verification.
Core Features & Use Cases
- Refactor: variable renaming, function extraction, magic-number constants, and dead-code removal inside a single scope tier, measured with before/after metrics and driven by documented recipes.
- Review: structured PR reviews that surface smells, complexity metrics, and scope identification, plus routing signals to Radar, Judge, or Guardian when the request falls outside Zen’s domain.
- Workflow Safety: enforces the contract of no behavior change, routing to the right agent (Judge, Atlas, Guardian) when necessary and always recording scope, verification, and metrics before handing off.
Quick Start
Ask Zen to rename unclear identifiers, extract helper functions, and delete unused logic while keeping tests green and behavior unchanged.