Use the hep-autoresearch (hepar) orchestrator as the control plane for evidence-first research runs: init/status/run/approve/pause/resume/export, with artifacts + approval gates.
This skill makes Codex behave like an operator for the hep-autoresearch CLI (alias: hepar).
hep-autoresearch as the control plane; prefer running the CLI over ad-hoc manual steps.artifacts/runs/<TAG>/... as manifest.json / summary.json / analysis.json (SSOT).# One-time per research project:
hep-autoresearch init
# Anytime:
hep-autoresearch status
hep-autoresearch run --run-id <TAG> --workflow-id <WID> [args...]
hep-autoresearch pause --note "..."
hep-autoresearch resume --note "..."
hep-autoresearch export --run-id <TAG>
hep-autoresearch status # read pending_approval.approval_id
hep-autoresearch approve <approval_id>