# Dirac Executor

> Use for Dirac execution stage to run harness and Octopus with endpoint fallback and audit artifacts.

- Skill: `photonics-dhl/dirac-executor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add photonics-dhl/dirac-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/photonics-dhl/dirac-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: photonics-dhl (https://skillmd.com/u/photonics-dhl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/photonics-dhl/dirac-executor

---


# Dirac Executor Skill

## Use When
- Planner handoff is complete and execution can start.
- Environment may expose inconsistent endpoint sets.

## Outputs
- execution_mode
- simple_harness.passed
- simple_harness.best_relative_error
- octopus.passed
- benchmark_review.final_verdict
- benchmark_review.delta.relative_error
- benchmark_review.next_action

## Checklist
1. Try iterate endpoint first.
2. If iterate endpoint fails, fallback to run_case endpoint.
3. Trigger Octopus only when simple_harness.passed is true.
4. Persist JSON/MD artifact paths for reviewer.
5. Run benchmark delta review for the selected case and expose reviewer next action.

