Operates the DDx toolkit for document-driven development. Covers beads (work items), the queue, executions, agents, harnesses, personas, reviews, spec-id. Use when the user says "do work", "drain the queue", "run the next bead", "execute a bead", "review this", "review with fresh eyes", "fold in this guidance", "review again", "break this down into specs and beads", "make this testable", "check against spec", "what's on the queue", "what's ready", "what's blocking the queue", "create a bead", "file this as work", "run an agent", "dispatch", "use a persona", "how am I doing", "ddx doctor", or mentions any ddx CLI command.
Operates the DDx toolkit for document-driven development. Covers beads (work items), the queue, executions, agents, harnesses, personas, reviews, spec-id. Use when the user says "do work", "drain the queue", "run the next bead", "execute a bead", "review this", "review with fresh eyes", "fold in this guidance", "review again", "break this down into specs and beads", "make this testable", "check against spec", "what's on the queue", "what's ready", "what's blocking the queue", "create a bead", "file this as work", "run an agent", "dispatch", "use a persona", "how am I doing", "ddx doctor", or mentions any ddx CLI command.
Assess readiness, score, classify, and refine ddx beads. Used by ddx try/work hooks before claim or dispatch, after failed attempts, and for operator-invoked refinement.
Run an adversarial review of a plan, spec, bead, or PR by dispatching to multiple harnesses with adversarial framing and aggregating findings. Use when you want pressure-testing against a single-model blindspot, high-stakes review, or multi-round critique before committing to a direction.
Break a spec, plan, epic, or free-form task into execution-ready beads by filing `ddx bead create` calls with inline context, acceptance criteria, and dependency wiring. Use when a governing artifact, approved plan, or epic needs to be translated into a queue of actionable beads.
Run a repeatable prompt or task benchmark across a matrix of agent conditions, aggregate comparable outputs, and produce a concise report. Use when evaluating prompt changes, model/power choices, harness passthrough constraints, or regression behavior across a suite. Composes `ddx run` and the compare-prompts workflow; replaces benchmark behavior that should not live in core CLI routing.
Dispatch the same prompt across N agent invocations (different harnesses, models, personas, or prompt variants) and aggregate the results into a single comparison report. Use when you need to benchmark prompt variants, run a quorum-style consensus check, compare model outputs side-by-side, or replay a prompt under altered conditions. Replaces the removed core quorum flag and benchmark CLI.
Estimate effort for a bead, spec, or task by dispatching to one or more harnesses and aggregating structured complexity, time, and risk findings. Use before scheduling work, breaking into beads, or prioritizing a backlog.