PUDO should scale to the risk of the task. Use the smallest mode that gives enough structure to avoid rework.
| Mode | Use For | Process | Required Evidence |
|---|---|---|---|
| PUDO Lite | Small fixes, scripts, docs edits, tasks under 30 minutes | Three checks: scope, relevant files, verification | One-sentence scope, files touched, check run or skipped |
| PUDO Standard | Normal features, real bugs, focused refactors | Plan -> Understand -> Develop -> Optimize | Plan, inspected files, tests/checks, self-review |
| PUDO Enterprise | Team work, production, security, compliance, migrations | Full PUDO plus release discipline | Owner, rollback, monitoring, migration notes, risk log |
Use Lite when ceremony would cost more than the change.
Prompt shape:
Scope:
Relevant files:
Verification:
Rules:
Use Standard for most feature and bug work.
Required flow:
Exit evidence:
Use Enterprise when failure has real operational, security, financial, compliance, or team coordination cost.
Additional requirements:
Enterprise is not “more prompts.” It is stronger evidence before release.