Dirac Planner Skill
Use When
- A run must choose or confirm benchmark case.
- Acceptance thresholds need explicit confirmation.
- Retry, timeout, and iteration budget need deterministic bounds.
Outputs
- selected_case
- threshold
- max_iterations
- execution_budget.retry_budget
- execution_budget.timeout_seconds
- workflow.stage_order
- workflow.main_controls
- review_plan.benchmark_delta_required
Checklist
- Confirm case is enabled in case registry.
- Confirm threshold comes from registry or approved override.
- Set max_iterations in range [1,10].
- Provide explicit retry and timeout budgets.
- Ensure workflow uses setup -> execute -> review and main controls remain Execute/Pause.
- Mark benchmark delta review as required gate before release.