Simplicity Review banner
naimkatiman naimkatiman

Simplicity Review

AI community

Description

--- name: simplicity-review tier: "2" description: Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Reviews the current diff for over-engineering (code that could reuse an existing file, a stdlib or native feature, or fewer lines) and reports trim findings without touching code, so 'it works' is never mistaken for 'it is the minimum that works'. origin: continuous-improvement user-invocable: true --- # Simplicity Review — Flag the Over-Build Before It Ships Law 4

Installation

Installs to ~/.claude/skills/naimkatiman-continuous-improvement-simplicity-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naimkatiman-continuous-improvement-simplicity-review && curl -fsSL https://raw.githubusercontent.com/naimkatiman/continuous-improvement/HEAD/skills/simplicity-review.md -o ~/.claude/skills/naimkatiman-continuous-improvement-simplicity-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository