Repeatability
High
The task runs monthly on the same schema with the same rules each time. Once the logic is defined, it executes identically — high repeatability strongly favors automation.
Ambiguity Tolerance
High
Success criteria are crisp: deduplicate by domain, map to 15 provided categories, backfill from a provided lookup table, output a clean CSV. The user has pre-resolved the two biggest judgment calls by supplying the taxonomy and lookup table.
Data & Tool Availability
High
The agent needs the CSV export, the taxonomy list, and the lookup table — all of which the user says they will provide. No live API access or external permissions are required to execute the transformation.
Error Cost
Low
The output is a CSV for internal reporting, not a live database write or a customer-facing action. Errors are visible on review and the source data is preserved, making mistakes easy to catch and reverse.
Human Judgment Required
Low
The rules are fully specified by the user. The only residual judgment is handling ambiguous domain-level deduplication edge cases (e.g., subsidiaries sharing a domain), which a human spot-check of flagged rows can cover in minutes.