CO

Core Principles

Simplicity first, no laziness, and minimal impact — senior developer standards for every change

Details

Language / Topic
_UUniversal
Category
Agent Workflow

Rules

balanced

Core Principles

- **Simplicity First**: Make every change as simple as possible. Impact minimal code.
- **No Laziness**: Find root causes. No temporary fixes. Senior developer standards.
- **Minimal Impact**: Changes should only touch what's necessary.

Core Principles

- **Simplicity First**: Make every change as simple as possible. The minimum complexity that solves the problem is the right amount.
- **No Laziness**: Find root causes, not symptoms. No temporary fixes or workarounds. Apply senior developer standards to every change.
- **Minimal Impact**: Changes should only touch what's necessary. Avoid introducing bugs in adjacent code by limiting scope.