Flow Next banner
gmickel

Flow Next

AI

Description

Plan-first AI workflow plugin for Claude Code, OpenAI Codex, and Factory Droid. Zero-dep task tracking, worker subagents, Ralph autonomous mode, cross-model reviews.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Flow-Next

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Flow-next](https://img.shields.io/badge/Flow--next-v0.29.4-green)](plugins/flow-next/) [![Docs](https://img.shields.io/badge/Docs-πŸ“–-informational)](plugins/flow-next/README.md)

[![Author](https://img.shields.io/badge/Author-Gordon_Mickel-orange)](https://mickel.tech) [![Twitter](https://img.shields.io/badge/@gmickel-black?logo=x)](https://twitter.com/gmickel) [![Sponsor](https://img.shields.io/badge/Sponsor-❀-ea4aaa)](https://github.com/sponsors/gmickel) [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](https://discord.gg/f3DYq8AAm5)

**Plan-first AI workflow. Zero external dependencies.**

πŸ’¬ **[Join the Discord](https://discord.gg/f3DYq8AAm5)** β€” discussions, updates, feature requests, bug reports


What Is This?

Flow-Next is an AI agent orchestration plugin. Bundled task tracking, dependency graphs, re-anchoring, and cross-model reviews. Everything lives in your repo β€” no external services, no global config. Uninstall: delete `.flow/`.

Works on **Claude Code**, **OpenAI Codex** (CLI + Desktop), **Factory Droid**, and **OpenCode**.


Install

Claude Code OpenAI Codex Factory Droid
/plugin marketplace add \
  https://github.com/gmickel/flow-next
/plugin install flow-next
/flow-next:setup
git clone https://github.com/gmickel/flow-next.git
cd flow-next && codex
# /plugins β†’ install Flow-Next
# then: $flow-next-setup
droid plugin marketplace add \
  https://github.com/gmickel/flow-next
# /plugins β†’ install flow-next

**Update Codex:** `cd flow-next && git pull`, then `/plugins` β†’ uninstall β†’ install.

πŸ“– **[Full docs](plugins/flow-next/README.md)** Β· **[Codex install guide](plugins/flow-next/READM