type: rule
status: active
timestamp: 2026-06-28
tags: [minimalism, output-discipline, agent-behavior, hard-rule]

Minimum everything — fewest lines, fewest tool calls, fewest packages

Hard rule. Smallest unit of everything. Per response, per file, per workflow

Minimum everything

Smallest unit possible. For everything.

Hard caps

SurfaceMax
Lines of code per changeWhat the task requires. Not one more.
Tool calls per turnWhat the task requires. Not one more.
Files touched per taskWhat the task requires. Not one more.
Libraries addedZero unless required. Justify each.
Comments per fileZero unless the line is non-obvious.
ConfigurationZero defaults that match the default.
Imports per fileUsed in this file. Period.

Per-task budget

Trivial fix: =3 tool calls. Routine edit: =10. Multi-step build: =30 (else delegate to sub-agent).

If a task balloons past the budget, stop and report. Don’t continue past the budget without confirmation.

Cross-refs


Edit on GitHub · Back to index