dart-ultrawork
Use this skill in Codex to run the DART dart-ultrawork workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
Invocation
- Claude Code:
/dart-ultrawork <arguments>
- Codex:
$dart-ultrawork <arguments>
Treat the text after the skill name as $ARGUMENTS. When the workflow
references $1, $2, etc., map those to the positional values supplied by the
user.
Command Body
Start a team-scale or autonomous DART task: $ARGUMENTS
Required Reading
@AGENTS.md
@docs/ai/principles.md
@docs/ai/north-star.md
@docs/ai/orchestration.md
@docs/dev_tasks/README.md
@docs/ai/verification.md
Load additional owners only when the matching phase needs them:
- placement or cleanup:
docs/README.md;
- numbered-plan selection or packet state:
docs/plans/dashboard.md;
- version control, changelog, tools, or review:
docs/onboarding/{contributing,changelog,ai-tools}.md.
Arguments
$ARGUMENTS is a task brief plus optional mode flags:
mode=interview: ask one up-front batch of critical questions.
mode=brief: treat provided context as sufficient unless escalation applies.
mode=resume: start from the existing docs/dev_tasks/<task>/ project home
and run the session-start protocol before changing files.
interview=skip: skip maintainer questions only when the brief already
answers all consequential decisions.
The brief may be prose or a structured TASK / CONTEXT block. Extract north
star, deliverable, acceptance criteria, constraints, risks, references, paths,
issues/PRs/branches, commands, and first step when present.
Workflow
Own understanding, decomposition, sequencing, review, and honest evidence for
the whole task. Follow the orchestrator/executor and packet-sizing contracts in
docs/ai/orchestration.md. Delegate only when the user explicitly requested it
and the current surface permits it; otherwise execute packets serially. Use
dart-new-task for bounded single-session work unless the user asked for the
autonomous project-home loop.
- Session start and current reality - Follow
docs/dev_tasks/README.md's
Session Start protocol for the docs/dev_tasks/<task>/ project home:
current snapshot and next action first, history only as needed, then verify
live branch/PR/plan state before acting. Run pixi run ai-doctor when setup,
discovery, instruction, agent, or hook state is uncertain. Create or refresh
the project home before implementation when the session policy requires it.
- Understand and scout - Restate the north star, final deliverable,
acceptance criteria, quality bar, non-goals, constraints, risks, and target
branch line (DART 7
main, DART 6 LTS, or both). Scout the territory first
with named docs/code, read-only searches, a dart-analyze pass, the Codex
dart_scout profile, or focused reference review; draft a candidate
decomposition privately before asking anything.
- Interview decisions; self-resolve uncertainties - Ask at most one
up-front batch of critical questions, only for choices or authority missing
from the brief and prior decisions. Escalate before destructive
operations, history rewrites, irreversible migrations, meaningful cost,
security/credential/secret handling, legal or privacy-sensitive decisions,
major product-direction choices not covered by the brief, conflicts with
stated constraints, or any assumption whose wrong answer could cause
significant harm. If input is unavailable, choose the safest reversible path,
document the assumption, and continue only with non-blocked work. Then split
consequential unknowns:
- Maintainer decisions: preference, scope, public API, release,
quality-bar, or roadmap calls that evidence cannot settle. Ask the human
now in one batched interview (focused questions with 2-4 concrete
options each, recommendation first). Defer work that depends on an open
decision; continue independent work already authorized. Skip this discretionary interview when
mode=brief; also skip when interview=skip and the prompt already
answers everything consequential. In both cases, still follow the
escalation rules above.
- Evidence-resolvable uncertainties: anything a focused A/B test,
benchmark, throwaway spike, reference lookup, or blind-spot review can
settle. Do not ask the human; schedule these as spike/research packets
and record the method and result as evidence (see "Discovering unknowns
before committing" in
docs/ai/orchestration.md).
- Create or refresh the tracking surface - Populate the project home with
value, north star, deliverable, scope, non-goals, assumptions, risks,
acceptance evidence, gates, dependencies, milestone, next actions, and
blockers. Claim-dependent 3D structure or behavior work routes through
dart-verify-sim.
Keep RESUME.md as the handoff; add decisions.md, verification.md,
and progress-log.md sidecars when they improve resumability or evidence.
- Set the goal contract - Express done-when as verifiable outcomes
(files, tests, gates, artifacts). Activate a persistent goal or stop-hook
mode only when the user explicitly requests it and the tool supports it.
Stop once the
acceptance criteria are satisfied, verification is recorded, docs are
current, known gaps are documented, and unnecessary work has been removed or
deferred. Every delegated packet gets its own contract: GOAL (one
sentence), DONE WHEN (verifiable), EVIDENCE (what to record), RISKS, and
NEXT STEP.
- Decompose and route - Cut work packets per
docs/ai/orchestration.md
and route by docs/ai/README.md. Execute serially by default. When the user
explicitly requested delegation, use a read-only scout for territory
mapping, bounded workers or dart-execute-packet for implementation, an
independent reviewer for acceptance review, and a release auditor for
branch adaptation; Codex supplies these roles as the .codex/agents/
profiles and other tools use separate sessions. Use parallel writers only
with user-approved implementation delegation and explicit disjoint ownership;
research/review approval alone is insufficient. Record the phase-specific
mode and delegation decision per docs/ai/orchestration.md.
- Run the autonomous work/review cycle - For each meaningful chunk: plan,
execute, verify, then run an independent/specialized review lane. Treat
review findings as hypotheses: investigate, fix or record no-fix evidence,
clean up, re-verify, and re-review. A packet is not done until the current
post-fix state has at least two clean review passes recorded.
- Supervise and steer - Monitor progress; unblock, reassign, or re-cut
packets on scope mismatch. Workers return Task, Summary, Files changed,
Evidence/tests, Risks, and Recommended next step. Use another tool, an
independent session, or the bounded specialist profiles within the approved
model/effort and delegation scope; use role-separated local review when an
independent route is unavailable under that scope. Root-cause
failures and fold newly discovered unknowns back into step 3.
Author role separation cannot clear publication; use the independent local
gate in
docs/onboarding/ai-reviews.md before any branch push.
- Update docs at each stopping point - Follow
docs/dev_tasks/README.md's
Session End protocol. Keep the current snapshot sufficient for a fresh
session to resume without hidden chat memory or reading the entire history.
- Version-control and closeout - Keep commits and PRs coherent: separate
feature work, bug fixes, refactors, docs, experiments, and AI-infra changes
when practical; review the diff, remove unrelated changes, make the
changelog decision, and run
pixi run lint before commits. Run
task-specific gates from docs/ai/verification.md, record evidence per
packet, and complete the principle audit. A project is complete only when
the north star and acceptance criteria are met, verification evidence is
recorded, docs are current, known gaps are documented, unnecessary work is
removed or deferred, and final state is summarized in RESUME.md or a
durable owner. Promote durable artifacts out of docs/dev_tasks/<task>/
and remove the folder in the completing PR. GitHub mutations (push, PR,
comments, re-triggers) only with explicit maintainer/user approval.
Prompt Shape
Use an outcome-first brief. Do not repeat this workflow's logistics or required
reading in the task prompt; the capability loads them.
TASK: <one-sentence objective>
Done when:
- <verifiable outcome: a file, test, gate, benchmark, or artifact>
- <verifiable outcome>
Constraints/evidence:
- <task-specific must/never rules and owner references>
- <known risks, branch/PR facts, or required comparison>
Put this brief after /dart-ultrawork or $dart-ultrawork. When goal mode is
available, make the same Done when list the goal contract.
Output
- Interview record, uncertainty-resolution evidence, and project-home path
- Packet list, routing, goal contracts, gates, and review-loop status
- Per-packet evidence, GUI/demo artifacts when relevant, and updated docs
- Principle audit, cleanup status, and approved external mutations
1---2name: dart-ultrawork3description: DART Ultrawork: kick off a large or autonomous DART task with project-home docs, an optional decision interview, and orchestrated execution4---56<!-- AUTO-GENERATED FILE - DO NOT EDIT MANUALLY -->7<!-- Source: .claude/commands/dart-ultrawork.md -->8<!-- Sync script: scripts/sync_ai_commands.py -->9<!-- Run `pixi run sync-ai-commands` to update -->1011# dart-ultrawork1213Use this skill in Codex to run the DART `dart-ultrawork` workflow. The editable14workflow source lives in `.claude/commands/`; this file is its generated adapter15in the shared `.agents/skills/` catalog.1617## Invocation1819- Claude Code: `/dart-ultrawork <arguments>`20- Codex: `$dart-ultrawork <arguments>`2122Treat the text after the skill name as `$ARGUMENTS`. When the workflow23references `$1`, `$2`, etc., map those to the positional values supplied by the24user.2526## Command Body2728Start a team-scale or autonomous DART task: $ARGUMENTS2930## Required Reading3132@AGENTS.md33@docs/ai/principles.md34@docs/ai/north-star.md35@docs/ai/orchestration.md36@docs/dev_tasks/README.md37@docs/ai/verification.md3839Load additional owners only when the matching phase needs them:4041- placement or cleanup: `docs/README.md`;42- numbered-plan selection or packet state: `docs/plans/dashboard.md`;43- version control, changelog, tools, or review:44 `docs/onboarding/{contributing,changelog,ai-tools}.md`.4546## Arguments4748`$ARGUMENTS` is a task brief plus optional mode flags:4950- `mode=interview`: ask one up-front batch of critical questions.51- `mode=brief`: treat provided context as sufficient unless escalation applies.52- `mode=resume`: start from the existing `docs/dev_tasks/<task>/` project home53 and run the session-start protocol before changing files.54- `interview=skip`: skip maintainer questions only when the brief already55 answers all consequential decisions.5657The brief may be prose or a structured `TASK` / `CONTEXT` block. Extract north58star, deliverable, acceptance criteria, constraints, risks, references, paths,59issues/PRs/branches, commands, and first step when present.6061## Workflow6263Own understanding, decomposition, sequencing, review, and honest evidence for64the whole task. Follow the orchestrator/executor and packet-sizing contracts in65`docs/ai/orchestration.md`. Delegate only when the user explicitly requested it66and the current surface permits it; otherwise execute packets serially. Use67`dart-new-task` for bounded single-session work unless the user asked for the68autonomous project-home loop.69701. **Session start and current reality** - Follow `docs/dev_tasks/README.md`'s71 Session Start protocol for the `docs/dev_tasks/<task>/` project home:72 current snapshot and next action first, history only as needed, then verify73 live branch/PR/plan state before acting. Run `pixi run ai-doctor` when setup,74 discovery, instruction, agent, or hook state is uncertain. Create or refresh75 the project home before implementation when the session policy requires it.762. **Understand and scout** - Restate the north star, final deliverable,77 acceptance criteria, quality bar, non-goals, constraints, risks, and target78 branch line (DART 7 `main`, DART 6 LTS, or both). Scout the territory first79 with named docs/code, read-only searches, a `dart-analyze` pass, the Codex80 `dart_scout` profile, or focused reference review; draft a candidate81 decomposition privately before asking anything.823. **Interview decisions; self-resolve uncertainties** - Ask at most one83 up-front batch of critical questions, only for choices or authority missing84 from the brief and prior decisions. Escalate before destructive85 operations, history rewrites, irreversible migrations, meaningful cost,86 security/credential/secret handling, legal or privacy-sensitive decisions,87 major product-direction choices not covered by the brief, conflicts with88 stated constraints, or any assumption whose wrong answer could cause89 significant harm. If input is unavailable, choose the safest reversible path,90 document the assumption, and continue only with non-blocked work. Then split91 consequential unknowns:92 - **Maintainer decisions**: preference, scope, public API, release,93 quality-bar, or roadmap calls that evidence cannot settle. Ask the human94 now in one batched interview (focused questions with 2-4 concrete95 options each, recommendation first). Defer work that depends on an open96 decision; continue independent work already authorized. Skip this discretionary interview when97 `mode=brief`; also skip when `interview=skip` and the prompt already98 answers everything consequential. In both cases, still follow the99 escalation rules above.100 - **Evidence-resolvable uncertainties**: anything a focused A/B test,101 benchmark, throwaway spike, reference lookup, or blind-spot review can102 settle. Do not ask the human; schedule these as spike/research packets103 and record the method and result as evidence (see "Discovering unknowns104 before committing" in `docs/ai/orchestration.md`).1054. **Create or refresh the tracking surface** - Populate the project home with106 value, north star, deliverable, scope, non-goals, assumptions, risks,107 acceptance evidence, gates, dependencies, milestone, next actions, and108 blockers. Claim-dependent 3D structure or behavior work routes through109 `dart-verify-sim`.110 Keep `RESUME.md` as the handoff; add `decisions.md`, `verification.md`,111 and `progress-log.md` sidecars when they improve resumability or evidence.1125. **Set the goal contract** - Express done-when as verifiable outcomes113 (files, tests, gates, artifacts). Activate a persistent goal or stop-hook114 mode only when the user explicitly requests it and the tool supports it.115 Stop once the116 acceptance criteria are satisfied, verification is recorded, docs are117 current, known gaps are documented, and unnecessary work has been removed or118 deferred. Every delegated packet gets its own contract: GOAL (one119 sentence), DONE WHEN (verifiable), EVIDENCE (what to record), RISKS, and120 NEXT STEP.1216. **Decompose and route** - Cut work packets per `docs/ai/orchestration.md`122 and route by `docs/ai/README.md`. Execute serially by default. When the user123 explicitly requested delegation, use a read-only scout for territory124 mapping, bounded workers or `dart-execute-packet` for implementation, an125 independent reviewer for acceptance review, and a release auditor for126 branch adaptation; Codex supplies these roles as the `.codex/agents/`127 profiles and other tools use separate sessions. Use parallel writers only128 with user-approved implementation delegation and explicit disjoint ownership;129 research/review approval alone is insufficient. Record the phase-specific130 mode and delegation decision per `docs/ai/orchestration.md`.1317. **Run the autonomous work/review cycle** - For each meaningful chunk: plan,132 execute, verify, then run an independent/specialized review lane. Treat133 review findings as hypotheses: investigate, fix or record no-fix evidence,134 clean up, re-verify, and re-review. A packet is not done until the current135 post-fix state has at least two clean review passes recorded.1368. **Supervise and steer** - Monitor progress; unblock, reassign, or re-cut137 packets on scope mismatch. Workers return Task, Summary, Files changed,138 Evidence/tests, Risks, and Recommended next step. Use another tool, an139 independent session, or the bounded specialist profiles within the approved140 model/effort and delegation scope; use role-separated local review when an141 independent route is unavailable under that scope. Root-cause142 failures and fold newly discovered unknowns back into step 3.143 Author role separation cannot clear publication; use the independent local144 gate in `docs/onboarding/ai-reviews.md` before any branch push.1459. **Update docs at each stopping point** - Follow `docs/dev_tasks/README.md`'s146 Session End protocol. Keep the current snapshot sufficient for a fresh147 session to resume without hidden chat memory or reading the entire history.14810. **Version-control and closeout** - Keep commits and PRs coherent: separate149 feature work, bug fixes, refactors, docs, experiments, and AI-infra changes150 when practical; review the diff, remove unrelated changes, make the151 changelog decision, and run `pixi run lint` before commits. Run152 task-specific gates from `docs/ai/verification.md`, record evidence per153 packet, and complete the principle audit. A project is complete only when154 the north star and acceptance criteria are met, verification evidence is155 recorded, docs are current, known gaps are documented, unnecessary work is156 removed or deferred, and final state is summarized in `RESUME.md` or a157 durable owner. Promote durable artifacts out of `docs/dev_tasks/<task>/`158 and remove the folder in the completing PR. GitHub mutations (push, PR,159 comments, re-triggers) only with explicit maintainer/user approval.160161## Prompt Shape162163Use an outcome-first brief. Do not repeat this workflow's logistics or required164reading in the task prompt; the capability loads them.165166```text167TASK: <one-sentence objective>168169Done when:170- <verifiable outcome: a file, test, gate, benchmark, or artifact>171- <verifiable outcome>172173Constraints/evidence:174- <task-specific must/never rules and owner references>175- <known risks, branch/PR facts, or required comparison>176```177178Put this brief after `/dart-ultrawork` or `$dart-ultrawork`. When goal mode is179available, make the same `Done when` list the goal contract.180181## Output182183- Interview record, uncertainty-resolution evidence, and project-home path184- Packet list, routing, goal contracts, gates, and review-loop status185- Per-packet evidence, GUI/demo artifacts when relevant, and updated docs186- Principle audit, cleanup status, and approved external mutations