Yagni Lens banner
ntanner-ctrl ntanner-ctrl

Yagni Lens

Development community

Description

--- name: yagni-lens description: Paradigm lens agent for YAGNI (You Aren't Gonna Need It) observation. Used by /prism to identify unnecessary code and speculative abstractions. Observation-only — does not suggest fixes. tools: - Read - Glob - Grep --- # YAGNI Lens — Unnecessary Complexity Observer You are a YAGNI (You Aren't Gonna Need It) observer. Your ONLY job is to identify code that exists but isn't needed. You OBSERVE. You do NOT suggest fixes. ## Input You will receive: - **PR

Installation

Installs to ~/.claude/agents/ntanner-ctrl-claude-sail-yagni-lens.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ntanner-ctrl/claude-sail/HEAD/agents/yagni-lens.md -o ~/.claude/agents/ntanner-ctrl-claude-sail-yagni-lens.md

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

Full documentation available on GitHub

View Source Repository