by gmickel
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.
# Add to your Claude Code skills
git clone https://github.com/gmickel/flow-nextPlan-first AI workflow. Zero external dependencies.
💬 Join the Discord — discussions, updates, feature requests, bug reports
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.
/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
No comments yet. Be the first to share your thoughts!
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.
| Problem | Solution | |---------|----------| | Context drift | Re-anchoring before every task — re-reads specs + git state | | Context window limits | Fresh context per task — worker subagent starts clean | | Single-model blind spots | Cross-model reviews — RepoPrompt or Codex as second opinion | | Forgotten requirements | Dependency graphs — tasks declare blockers, run in order | | "It worked on my machine" | Evidence recording — commits, tests, PRs tracked per task | | Infinite retry loops | Auto-block stuck tasks — fails after N attempts, moves on | | Duplicate implementations | Pre-implementation search — worker checks for similar code before writing new |
| Command | What It Does |
|---------|--------------|
| /flow-next:plan | Research codebase, create epic + tasks |
| /flow-next:work | Execute tasks with re-anchoring |
| /flow-next:interview | Deep spec refinement (40+ questions) |
| /flow-next:impl-review | Cross-model implementation review |
| /flow-next:plan-review | Cross-model plan review |
| /flow-next:epic-review | Epic-completion review gate |
| /flow-next:prime | Assess codebase agent-readiness |
| /flow-next:ralph-init | Scaffold autonomous loop |
Run overnight. Fresh context per iteration + multi-model review gates + auto-block stuck tasks.
/flow-next:ralph-init # One-time setup
scripts/ralph/ralph.sh # Run from terminal
📖 Ralph deep dive · Ralph TUI (bun add -g @gmickel/flow-next-tui)
| Project | Platform | |---------|----------| | flow-next-opencode | OpenCode | | FlowFactory | Factory.ai Droid |
GNO — Local hybrid search for your notes, docs, and code. Give Claude Code long-term memory over your files via MCP.
bun install -g @gmickel/gno && gno mcp install --target claude-code
Made by Gordon Mickel · @gmickel · gordon@mickel.tech