Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By gmickel
Structured, multi-agent planning and execution for software projects: define epics/tasks in .flow/, implement with isolated worker agents per task, and enforce quality gates via multi-model code reviews, spec compliance checks, and pre-commit hooks. Assess codebase readiness for AI agents across 48 criteria and auto-fix gaps.
npx claudepluginhub gmickel/flow-next --plugin flow-nextEpic completion review - verify implementation matches spec
John Carmack-level implementation review via RepoPrompt or Codex
Interview & refine an epic, task, or spec file in-depth
Carmack-level plan review via RepoPrompt or Codex
Draft a structured build plan from a short request
Used by /flow-next:prime to analyze build system, scripts, and CI configuration. Do not invoke directly.
Used by /flow-next:prime to analyze CLAUDE.md and AGENTS.md quality and completeness. Do not invoke directly.
Token-efficient codebase exploration using RepoPrompt codemaps and slices. Use when you need deep codebase understanding without bloating context.
Identify documentation that may need updates based on the planned changes.
Find the most relevant framework/library docs for the requested change.
Browser automation via agent-browser CLI. Use when you need to navigate websites, verify deployed UI, test web apps, read online documentation, scrape data, fill forms, capture baseline screenshots before design work, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign".
Show epic dependency graph and execution order. Use when asking 'what's blocking what', 'execution order', 'dependency graph', 'what order should epics run', 'critical path', 'which epics can run in parallel'.
Epic completion review - verifies all epic tasks implement spec requirements. Triggers on /flow-next:epic-review.
Export RepoPrompt context for external LLM review (ChatGPT, Claude web, etc.). Use when you want to review code or plans with an external model. Triggers on /flow-next:export-context.
John Carmack-level implementation review via RepoPrompt or Codex. Use when reviewing code changes, PRs, or implementations. Triggers on /flow-next:impl-review.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous plan execution with Claude Code - task execution, monitoring, and plan creation
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
Opinionated 5-phase development lifecycle for Claude Code โ language-agnostic, repo-local bin/* delegation
HarnessFlow โ From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
๐ฌ 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.
| Claude Code | OpenAI Codex | Factory Droid |
|
|
|
Update Codex: cd flow-next && git pull, then /plugins โ uninstall โ install.
๐ Full docs ยท Codex install guide ยท OpenCode port
| 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