Repeatability
High
The task is structurally identical every time — a fixed format with two well-defined variants. No unique judgment is needed across instances.
Ambiguity Tolerance
High
Success criteria are completely crisp: match 5-digit ZIPs and optionally a hyphen plus 4 digits, reject everything else. A test suite can verify correctness mechanically.
Data & Tool Availability
High
The agent needs only its own knowledge of regex syntax — no external APIs, files, or permissions required. Everything needed is self-contained.
Error Cost
Low
A wrong regex is immediately testable and trivially correctable before deployment. No irreversible consequences exist at this stage.
Human Judgment Required
Low
There is no taste, ethics, or relationship context involved. The correct answer is objectively verifiable against a known format specification.