Skip to content

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).


WorkflowCommandDescription
adversarial-research/research /investigate-topic /deep-diveAdversarial deep research on a topic (parallel explorers + critic)
approval-gateDemo — build → human approval interrupt → deploy. Bundled example for #369 Phase 3C interrupts.
brainstormPre-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-autopilotEnd-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 /crRun comprehensive multi-agent code review
code-review-autopilot/code-review-autopilot /cr-auto /review-loopIterative 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-reviewCross-feature composition demo — fan-out per-file reviews → user approval interrupt → conditional apply/skip → report (#369 Phase 3A + 3B + 3C)
feature-pipeline7-phase feature planning pipeline (brainstorm → requirements → research → design → validation → DoD → tasks) — drives the /feature slash command
fixer-loop/fixer-loopAuto-pilot loop that reviews, triages, fixes, and verifies. Iterates until convergence or budget exhausted.
freeformNo-op workflow for ad-hoc/freeform crew operation
full-review/full-review /cr-full /full-crFull-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-autopilotGitHub-issues-driven autopilot: triage open issues, fix, validate with tests, generate proof artifacts, and ship as a draft PR.
init-investigation/init /investigateWorkflow-driven /init — parallel investigators + critic + synthesizer
per-file-reviewDemo — fan-out per-file reviews and gather into a single digest (#369 Phase 3B)
planningMulti-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-auditDefensive 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-binaryBinary-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-autopilotCoordinated-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-exampleDemo — parent workflow that invokes code-review as a subgraph stage
triageInvestigate then branch — fix / review / skip — based on artifacts, placeholders, and ifResult