Workflows Reference
20 workflows ship with agents-fleet. A workflow is a declarative, named multi-stage process (*.workflow.md frontmatter) resolved by name and run by a workflow-driven slash command or injected into a crew as <active-workflow>.
New to workflows? Start with the Building Workflows guide — a progressive, tutorial-style walkthrough from minimal to advanced. For the crew contract see Crews.
Generated for agents-fleet v0.52.0 · 20 bundled workflows (11 expose a slash command).
| Workflow | Command | Description |
|---|---|---|
adversarial-research | /research /investigate-topic /deep-dive | Adversarial deep research on a topic (parallel explorers + critic) |
approval-gate | — | Demo — build → human approval interrupt → deploy. Bundled example for #369 Phase 3C interrupts. |
brainstorm | — | Pre-feature brainstorming workflow. Spawns 3 parallel adversarial inquisitor agents (UX, technical, edge-cases) in round 1 to grill the user with questions until consensus is reached. Standalone (/brainstorm) writes 00-brainstorming.{md,context.md} in its own slug dir; chained via /feature --deep-brainstorm writes 01-brainstorming.md inline in the feature slug. |
bug-autopilot | /bug-autopilot /bugfix-autopilot | End-to-end bug-fix autopilot: reproduce → fix → regression-test → code-review loop → open PR → wait for human approval → iterate on feedback → merge. |
code-review | /code-review /review /cr | Run comprehensive multi-agent code review |
code-review-autopilot | /code-review-autopilot /cr-auto /review-loop | Iterative code-review auto-pilot: review → triage → fix → validate, looping until convergence; optional PR handoff via --ship. Pass --scope=full to audit the whole codebase instead of a diff. |
compose-review | — | Cross-feature composition demo — fan-out per-file reviews → user approval interrupt → conditional apply/skip → report (#369 Phase 3A + 3B + 3C) |
feature-pipeline | — | 7-phase feature planning pipeline (brainstorm → requirements → research → design → validation → DoD → tasks) — drives the /feature slash command |
fixer-loop | /fixer-loop | Auto-pilot loop that reviews, triages, fixes, and verifies. Iterates until convergence or budget exhausted. |
freeform | — | No-op workflow for ad-hoc/freeform crew operation |
full-review | /full-review /cr-full /full-cr | Full-codebase report-only review (no fixes): audits the ENTIRE tree via the empty-tree..HEAD range with 5 parallel reviewers and writes CODE_REVIEW.md. Nothing is modified. |
github-issue-worker-autopilot | /github-issue-worker-autopilot | GitHub-issues-driven autopilot: triage open issues, fix, validate with tests, generate proof artifacts, and ship as a draft PR. |
init-investigation | /init /investigate | Workflow-driven /init — parallel investigators + critic + synthesizer |
per-file-review | — | Demo — fan-out per-file reviews and gather into a single digest (#369 Phase 3B) |
planning | — | Multi-step planning workflow with a bounded up-front grill, adversarial research, grill-derived DoD, task breakdown, and execution |
security-autopilot | /security-autopilot /sec-audit /security-audit | Defensive application-security audit autopilot: recon → hunt (per-class fan-out) → triage → PoC → fix → verify → report. Static analysis + local sandboxed PoCs only; never touches live/third-party systems. Pass --ship to open a PR with the fixes; default writes SUMMARY.md + report.md only. |
security-binary-autopilot | /security-binary-autopilot /binary-autopilot /sec-binary | Binary-analysis autopilot: target recon → static RE + patch-diff → coverage-guided fuzzing in ISOLATED-DISPOSABLE Azure VMs → crash triage + exploitability + minimal impact PoC → MSRC-format report → disclosure package. Authorized-scope only; isolated/disposable VMs; coordinated disclosure via MSRC only; no weaponization. |
security-disclosure-autopilot | /security-disclosure-autopilot /sec-disclose /msrc-autopilot | Coordinated-disclosure autopilot: recon → scan → triage → local PoC → ISOLATED-DISPOSABLE Azure-VM detonation + evidence capture → MSRC-format report → optional fix → disclosure package. Authorized-scope only; MSRC coordinated disclosure only; isolated/disposable VMs (no prod/third-party, auto-teardown); evidence integrity (hash+timestamp). |
subgraph-example | — | Demo — parent workflow that invokes code-review as a subgraph stage |
triage | — | Investigate then branch — fix / review / skip — based on artifacts, placeholders, and ifResult |