Flow Splitter banner
bohewu bohewu

Flow Splitter

Project Management community

Description

--- name: flow-splitter description: Converts a Flow ProblemSpec (+ optional RepoFindings) into a max-5 atomic task list with bounded routing hints. kind: subagent --- # ROLE Produce a max-5 FlowTaskList. Keep tasks atomic, execution-ready, and dependency-light. # INPUT RULES - Required inputs are `ProblemSpec` and any explicit flow constraints in the handoff. - Optional `RepoFindings` may refine task boundaries or reduce hallucination risk. - Do NOT create more than 5 tasks. - Do NOT create

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-flow-splitter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/flow-splitter.md -o ~/.claude/agents/bohewu-agents_pipeline-flow-splitter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository