Orchestrate the full implementation pipeline after spec review. Runs /ctdd, /simplify, /cverify, /cupdate-arch, /cdocs, then creates a PR β with flexible phase resume and autonomous decision-making.
/creview (or /creview-spec) approves a spec β this runs the entire implementation pipeline/cspec and /creview first)/cauto is the pipeline orchestrator. Instead of manually running /ctdd β /cverify β /cdocs β PR, /cauto runs them all in sequence, handling failures, retries, and escalation. It respects the same workflow state machine as manual invocation β skills still run in separate agents with context: fork. The orchestrator invokes skills; skills do not auto-continue on their own.
review through documented. Rejects spec and model (spec must be reviewed first)..correctless/ paths were modified.gh pr create (default), skip, or custom command. PR body includes summary, test plan, QA findings, and verification status.When a failure persists after N attempts (3 at standard, 2 at high/critical), the pipeline stops and writes a structured escalation file. Re-running /cauto after the human resolves the issue resumes from where it left off.
Decisions are routed through a tiered hierarchy: Policy (deterministic) β Worker (self-resolution) β Decision Agent (ephemeral) β Supervisor (lightweight) β Hard Stop (human). Token and time budgets are enforced with warn at 75% and hard stop at 100%.
When no workflow exists, /cauto can start from scratch β running /cspec interactively or accepting a provided spec file. Autonomous review with supervisor triage incorporates findings automatically. A mandatory spec approval gate always requires human confirmation before implementation begins.
Agent: Reading workflow state... phase is "review". Full pipeline ahead.
Checking install freshness... all hooks current.
Reading preferences... pr_creation: gh, defaults for all others.
Starting /ctdd...
[RED β test audit β GREEN β /simplify β QA β mini-audit]
/ctdd complete. Committing TDD changes.
Running /simplify... accepted (tests pass, no protected paths modified).
Starting /cverify...
Verification complete β 5/5 rules covered, 0 smells.
Skipping /cupdate-arch (standard intensity).
Starting /cdocs...
Documentation updated.
Consolidation: staging pipeline outputs...
Pushed to origin/feature/my-feature.
Creating PR via gh...
PR #42 created: https://github.com/user/repo/pull/42
Pipeline Summary:
ββββββββββββββββ¬βββββββββββ¬βββββββββ¬βββββββββ
β Step β Duration β Tokens β Result β
ββββββββββββββββΌβββββββββββΌβββββββββΌβββββββββ€
β ctdd β 8m 12s β 45,200 β pass β
β simplify β 0m 34s β β β pass β
β cverify β 1m 05s β 8,300 β pass β
β cupdate-arch β β β β β skip β
β cdocs β 2m 18s β 12,100 β pass β
ββββββββββββββββ΄βββββββββββ΄βββββββββ΄βββββββββ
| Reads | Writes |
|---|---|
Workflow state (.correctless/artifacts/workflow-state-{slug}.json) |
All artifacts from invoked skills |
.correctless/config/workflow-config.json |
.correctless/artifacts/audit-trail-{slug}.jsonl |
.correctless/preferences.md |
.correctless/artifacts/escalation-{slug}.md (on failure) |
.correctless/config/auto-policy.json (Phase 2) |
.correctless/meta/overrides/{slug}-{date}.json |
| Approved spec | PR on GitHub |
| Aspect | Standard | High | Critical |
|---|---|---|---|
| Pipeline | ctdd β simplify β cverify β cdocs β PR | + cupdate-arch | + cupdate-arch |
| Failure threshold | 3 attempts | 2 attempts | 2 attempts |
| Supervisor activations | Same | Same | Same |
/cauto can run. Run /creview or /creview-spec first.pr_creation: skip in .correctless/preferences.md or install gh.context: fork. If the orchestrator itself overflows, re-run β the checkpoint system saves progress.