Task Scope Validator Decision Tree and Dispatch Policy¶
This diagram documents the pre-dispatch scope check used by the Task Scope Validator agent.
- Source diagram: task-scope-validator-decision-tree-and-dispatch-policy.excalidraw
- Primary source terminology:
agents/basecoat-60-workflow-task-scope-validator.agent.mdandskills/task-decomposition/automation-fitness-matrix.md
What it covers¶
- Ordered checks for single issue, deterministic path, measurable success, and time bound.
- Classification and confidence bands map to JSON output fields:
checks.*drive classification; top-levelconfidence,approved_for_dispatch, andrecommended_agentare the dispatch outputs. automatable+confidence >= 0.8→approved_for_dispatch: true,recommended_agent: task | general-purposegather-findings-only+confidence 0.6–0.79→approved_for_dispatch: true,recommended_agent: explore(explore-only dispatch;taskandgeneral-purposeare not valid targets)deferorconfidence < 0.6→approved_for_dispatch: false,recommended_agent: escalate- Dispatch mapping from classification to agent choice:
taskorgeneral-purpose(automatable),explore(gather-findings-only), or refinement/escalation (defer). - Remediation path when scope is too broad, success criteria are vague, or timing is unbounded.
Intended operator usage¶
- Run the validator before dispatching a sub-agent.
- Route narrow, measurable work to
taskorgeneral-purpose, evidence gathering toexplore, and ambiguous work back for refinement. - Treat
deferor confidence< 0.6as a prompt rewrite signal unless an explicit human override exists.