Flow
An opinionated AI dev workflow for Claude Code — session lifecycle, orchestrated agents, and deep reviews that work in any repo.
Overview
Flow packages a battle-tested workflow for shipping software with Claude Code. It wires up nine slash commands, eight specialized agents, and a handful of hooks so every session starts, runs, and ships consistently — while staying stack-agnostic by reading project specifics from a per-repo config.md.
Key features
- 01
Nine slash commands covering the full session lifecycle: init, start, continue, pause, push
- 02
Eight specialized agents (investigator, architect, coder, reviewer, scout, issuer, websearch, ci-check) coordinated by a main orchestrator
- 03
Project-agnostic: dev/lint/test/build commands come from your repo's .claude/config.md
- 04
Issue tracking that adapts to your backend (GitHub Issues, Linear, or local files)
- 05
Deep-review mode that fans out parallel reviewers and loops fixes until clean
- 06
Audit and health commands that surface code smells, stale docs, and broken setup before they bite
Use cases
- — Solo developers who want a repeatable AI workflow across many repos
- — Small teams standardizing how they ship features with Claude Code
- — Codebases that want consistent reviews, issue hygiene, and CI checks before push
- — Anyone tired of re-explaining their stack to Claude on every session