pudo-code-system

Token Budget Rules

Token discipline is part of PUDO quality. The goal is to give the AI enough context to be correct without flooding the session with irrelevant files, logs, or generated text.

Small Tasks

Use for one-line fixes, docs edits, small scripts, and obvious config changes.

Medium Tasks

Use for focused features, real bugs, and small refactors.

Large Tasks

Use for multi-file features, migrations, security work, and team handoff.

Waste Signals

Minimal Context Prompt

Use a token budget.

Task:


Before editing:
1. Search for the smallest relevant context.
2. Read only files needed for this change.
3. Summarize what you found.
4. Implement the smallest safe patch.
5. Run the cheapest relevant check.