workflows

Solid

Execute a workflow script that orchestrates multiple subagents deterministically. Use for multi-agent orchestration, parallel or sequential agent pipelines, structured outputs, and durable background workflow runs.

AI & Automation 2,482 stars 282 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# BB workflows A workflow structures work across many agents — to be comprehensive (decompose and cover in parallel), to be confident (independent perspectives and adversarial checks before committing), or to take on scale one context can't hold (migrations, audits, broad sweeps). The script is where you encode that structure: what fans out, what verifies, what synthesizes. ONLY run a workflow when the user has explicitly opted into multi-agent orchestration. The user directly asking you to run a workflow, use multi-agent orchestration, fan out agents, invoke this skill, or run a specific named or saved workflow counts as explicit opt-in. For any other task — even one that would clearly benefit from parallelism — do not call `bb_workflow_run`. Use ordinary BB delegation, or briefly describe what a multi-agent workflow could do and how much it would roughly cost, and ask the user whether to run it. When you do call it, the right move is often **hybrid**: scout inline first (list the files, find the channels, scope the diff) to discover the work-list, then run a workflow to pipeline over it. You don't need to know the shape before the _task_ — only before the _orchestration step_. `bb_workflow_run` returns immediately. After a successful call, copy its `previewDirective` into your response exactly once as a standalone line. Do not wrap it in backticks or a code fence, and do not invent or edit the run ID. BB replaces that line with a live progress card; its action opens the...

Details

Author
get-bb
Repository
get-bb/bb
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category