---
description: Inspect, plan, run, resume, retry, cancel, or audit deterministic PRD Plugin workflows
argument-hint: <list|actions|audit|plan|run|status|resume|retry|cancel> [arguments]
---

Use the deterministic workflow authority rather than reconstructing lifecycle mechanics in the model.

Run:

```bash
python .prd_plugin/scripts/prd_workflows.py --repo-root . $ARGUMENTS --json
```

Rules:

- Start with `list`, `actions`, `audit`, or `plan` when discovering behavior.
- Supply a stable `--idempotency-key` for repeatable `run` calls.
- A `waiting_judgment` result is not completion. Give the hash-bound request to the configured external executor, then pass its envelope to `resume`.
- Never edit workflow run state or receipts by hand.
- Never retry `outcome_unknown`; reconcile the canonical mutation first.
- `hub.release` is the only shipped workflow that deliberately invokes release-wide verification.
