BeClaude

flow

New
582Community RegistryGeneralby Gordon Mickel

Two-step planning + execution workflow with optional Beads integration. Includes 6 subagents, 5 commands, 7 skills.

First seen 6/5/2026

Summary

The flow skill implements a two-step planning and execution workflow for Claude Code, enabling structured task decomposition with up to 6 subagents.

  • It includes 5 commands and 7 skills, with optional Beads integration for enhanced context management, making it ideal for complex multi-step development tasks.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/flow.md

3
Invoke with @agent-name
@flow

Use Cases

Breaking down a large feature implementation into planning and execution phases with automated subagent delegation.
Running a code review workflow where subagents analyze different modules in parallel.
Automating a deployment pipeline with separate planning, testing, and deployment subagents.
Managing a refactoring task by first planning the changes and then executing them with rollback safety.
Integrating with Beads to persist and share context across multiple planning and execution cycles.
Orchestrating a multi-repository update by assigning each repository to a dedicated subagent.

Usage Examples

1

/flow Plan and implement a new authentication module with JWT support

2

Use flow to refactor the database layer: first plan the changes, then execute with subagents for each model

3

/flow Deploy the latest release: plan the steps, then execute with subagents for build, test, and deploy

View source on GitHub
agentclaude-codepluginworkflowplanningexecution

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is flow?

The flow skill implements a two-step planning and execution workflow for Claude Code, enabling structured task decomposition with up to 6 subagents. It includes 5 commands and 7 skills, with optional Beads integration for enhanced context management, making it ideal for complex multi-step development tasks.

How to install flow?

To install flow: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/flow.md. Finally, @flow in Claude Code.

What is flow best for?

flow is a agent categorized under General. It is designed for: agent, claude-code, plugin, workflow, planning, execution. Created by Gordon Mickel.

What can I use flow for?

flow is useful for: Breaking down a large feature implementation into planning and execution phases with automated subagent delegation.; Running a code review workflow where subagents analyze different modules in parallel.; Automating a deployment pipeline with separate planning, testing, and deployment subagents.; Managing a refactoring task by first planning the changes and then executing them with rollback safety.; Integrating with Beads to persist and share context across multiple planning and execution cycles.; Orchestrating a multi-repository update by assigning each repository to a dedicated subagent..