Search the documentation
34 pages for /workflows.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Subagents in the SDK
Claude Code CLI · in the page
agent-sdk/subagents
…tes outside the conversation context. See [dynamic workflows](/docs/en/workflows) for how workflows differ from turn-by-turn subagent delegation. The `Workflow` tool is available in the TypeScript Ag…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…h runs the session at `xhigh` effort and turns on [ultracode](/docs/en/workflows#let-claude-decide-with-ultracode). `applyFlagSettings()` declares `effortLevel` without that value, so pass the equival…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…aude Code doesn't wait for the subagents a [dynamic workflow](/docs/en/workflows) is running. When a workflow has subagents running, Claude Code shows the `Background this session?` dialog instead. C…
Run agents in parallel
Claude Code CLI · in the page
agents
…[agent teams](/docs/en/agent-teams), and [dynamic workflows](/docs/en/workflows) each parallelize work in a different way. The right one depends on whether you want to stay in each conversation yours…
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…cation subagent](/docs/en/sub-agents) or a [dynamic workflow](/docs/en/workflows) that checks its own findings has a fresh model try to refute the result, so the agent doing the work isn't the one gra…
Claude Code changelog
Claude Code CLI · in the page
changelog
…ges; the conversation now stays pinned above the panel * Fixed the `/workflows` detail dialog overflowing the terminal and losing its header off-screen when opened while Claude is still responding…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…, description: <>Each <C>.js</C> file is a <A href="/docs/en/workflows">dynamic workflow</A>: a script the runtime executes to spawn and coordinate many subagents. Workflows are written by C…
Scan your codebase for vulnerabilities
Claude Code CLI · in the page
claude-security
…v2.1.154 or later on a paid plan, for the [dynamic workflows](/docs/en/workflows) the scan uses to orchestrate its agents. On Pro, turn them on from the Dynamic workflows row in `/config`. * Python 3.…
CLI reference
Claude Code CLI · in the page
cli-reference
…racode` starts the session at `xhigh` effort with [ultracode](/docs/en/workflows#let-claude-decide-with-ultracode) turned on, and requires Claude Code v2.1.203 or later. Overrides the [`effortLevel`](…
Commands
Claude Code CLI · in the page
commands
…5, Claude could also run `/verify` on its own. * **[Workflow](/docs/en/workflows#bundled-workflows)**: a bundled [dynamic workflow](/docs/en/workflows) that fans work out across many subagents and run…
Desktop application
Claude Code CLI · in the page
desktop
…subagents, background shell commands, and [dynamic workflows](/docs/en/workflows). Open it from the **Views** menu or drag it into your layout. Click any entry to see its output in the subagent pane…
Environment variables
Claude Code CLI · in the page
env-vars
…` | Set to `1` to disable [workflows](/docs/en/workflows#turn-workflows-off). Equivalent to the [`disableWorkflows`](/docs/en/settings-reference#disableworkflows) setting…
Feature availability
Claude Code CLI · in the page
feature-availability
…pointing), [sandboxing](/docs/en/sandboxing), and [Workflows](/docs/en/workflows) * [OpenTelemetry metrics](/docs/en/monitoring-usage) and the [managed settings file](/docs/en/managed-settings#deliver…
Extend Claude Code
Claude Code CLI · in the page
features-overview
…isolated context, returning summaries * **[Dynamic workflows](/docs/en/workflows)** run many subagents from a script Claude writes, returning one result * **[Cross-session messaging](/docs/en/cross-se…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…-action/blob/main/examples/claude.yml) into your repository's `.github/workflows/` directory. The file is a working workflow, not just an example. As committed, Claude responds whenever someone mentio…
Use Claude Code GitHub Actions with cloud providers
Claude Code CLI · in the page
github-actions-cloud-providers
…file"> Create a workflow file for your provider, such as `.github/workflows/claude.yml`. Each example responds to `@claude` mentions, authenticates to GitHub with a custom app, and includes the `…
Glossary
Claude Code CLI · in the page
glossary
…al`](/docs/en/goal), unattended runs, and [dynamic workflows](/docs/en/workflows): without one, the only thing deciding the agent is finished is the agent itself. Learn more: [Give Claude a way to ve…
Model configuration
Claude Code CLI · in the page
model-config
…l and additionally has Claude orchestrate [dynamic workflows](/docs/en/workflows) for substantive tasks. For where it can be set persistently, see the [`ultracode`](/docs/en/settings-reference#ultraco…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…low.run_id` | Run identifier of the [Workflow](/docs/en/workflows) tool run that spawned this agent, prefixed `wf_`. Absent for agents not spawned by a workflow |…
Overview
Claude Code CLI · in the page
overview
…aude-code): how the Claude Code team uses [dynamic workflows](/docs/en/workflows) to orchestrate subagents at scale * [Settings](/docs/en/settings): customize Claude Code for your workflow * [Troubles…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…lows` | string\|array | Custom [workflow](/docs/en/workflows) script files or directories (replaces default `workflows/`)…
How Claude Code uses prompt caching
Claude Code CLI · in the page
prompt-caching
…sation, such as [subagents](/docs/en/sub-agents), [workflows](/docs/en/workflows), in-process [teammates](/docs/en/agent-teams), forks, compaction, and session titles Unless you choose a TTL yourself…
Continue local sessions from any device with Remote Control
Claude Code CLI · in the page
remote-control
…s of [subagents](/docs/en/sub-agents) and [dynamic workflows](/docs/en/workflows) stay in sync across all connected devices, so you can send messages from your terminal, browser, and phone interchange…
Configure the sandboxed Bash tool
Claude Code CLI · in the page
sandboxing
…mcp.json`, and the files Claude Code runs on its own, such as `.claude/workflows` and `.claude/scheduled_tasks.json` * **In your working directory only**: shell startup files such as `.bashrc` and `.z…
Catch security issues as Claude writes code
Claude Code CLI · in the page
security-guidance
….innerHTML =`, `document.write` * Workflow files: edits under `.github/workflows/`, which can grant repository-level permissions The check runs after the edit lands and appends the warning to Claude'…
Claude Code settings
Claude Code CLI · in the page
settings
…| **Default**: `false`. Disable [dynamic workflows](/docs/en/workflows#turn-workflows-off) and the bundled workflow commands. Equivalent to setting `CLAUDE_CODE_DISABLE_WORKFLOWS` to `1`…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…the [skills](/docs/en/skills#bundled-skills) and [workflows](/docs/en/workflows) included with Claude Code…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…past it. Agents that other features run, such as [workflow](/docs/en/workflows) agents and [agent team](/docs/en/agent-teams) teammates, follow their own limits instead. ### Manage subagent context…
Tools reference
Claude Code CLI · in the page
tools-reference
…| | `Workflow` | Runs a [dynamic workflow](/docs/en/workflows): a script that orchestrates many subagents in the background and returns one consolidated result…
Week 22 · May 25–29, 2026
Claude Code CLI · in the page
whats-new/2026-w22
…a research question that needs cross-checking. Manage runs with <code>/workflows</code>.</p> <Frame> <img className="w-full" src="https://mintcdn.com/claude-code/QsIrGXGFg6xd7joy/images/whats-n…
Week 23 · June 1–5, 2026
Claude Code CLI · in the page
whats-new/2026-w23
…st-wins-grid"> <div>The trigger keyword for <a href="/docs/docs/en/workflows">dynamic workflows</a> changed from <code>workflow</code> to <code>ultracode</code>; asking for a workflow in your own…
Orchestrate subagents at scale with dynamic workflows
Claude Code CLI · in the page
workflows
…ep title="Watch progress"> The run starts in the background. Run `/workflows`, use the arrow keys to select the run, and press Enter to open its progress view: ```text wrap theme={null} /…
Configure GitHub access
Claude Documentation · in the page
claude-tag/admins/configure-github
…equest, the same way any other author does * Edit files under `.github/workflows/` and open a pull request with the change, like any other file Claude can't: * Send a `repository_dispatch` event * A…
How to Automate Publishing with GitHub Actions
Model Context Protocol · in the page
registry/github-actions
…e a Workflow File In your server project directory, create a `.github/workflows/publish-mcp.yml` file. Here is an example for npm-based local server, but the MCP Registry publishing steps are the sam…