workflows
SolidExecute 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
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
workflows
Create and run reusable multi-agent pipelines. Bundle an orchestrator prompt with optional subagents, skills, and plugins into a named workflow invoked as `agents run <workflow-name>`. Triggers on: 'workflow', 'orchestrator', 'WORKFLOW.md', 'multi-agent pipeline', 'reusable agent task'.
14 Updated 6 days ago
phnx-labs AI & Automation Featured
workflows
Delegate a big or high-stakes job to a fleet of parallel subagents, orchestrated deterministically; runs unattended and reports back
1,097 Updated today
vellum-ai