flow
NewTwo-step planning + execution workflow with optional Beads integration. Includes 6 subagents, 5 commands, 7 skills.
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/flow.md
@flowUse Cases
Usage Examples
/flow Plan and implement a new authentication module with JWT support
Use flow to refactor the database layer: first plan the changes, then execute with subagents for each model
/flow Deploy the latest release: plan the steps, then execute with subagents for build, test, and deploy
Security Audits
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..