By tiendung
Zero-dependency planning + execution with .flow/ task tracking and Ralph autonomous mode (multi-model review gates). Worker subagent per task for context isolation. Prime assesses 8 pillars (48 criteria) with GitHub API integration. Includes 20 subagents, 11 commands, 16 skills.
Epic 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
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub tiendung/flow-nextBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Active development. Changelog | Report issues
🌐 Prefer a visual overview? See the Flow-Next app page for diagrams and examples.
New: Codex Review Backend. Cross-model reviews now work on Linux/Windows via OpenAI Codex CLI. Same Carmack-level criteria as RepoPrompt. See Cross-Model Reviews for setup.
/flow-next:primeFlow-Next is a Claude Code plugin for plan-first orchestration. 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/ (and scripts/ralph/ if enabled).
![]() | ![]() |
| Planning: dependency-ordered tasks | Execution: fixes, evidence, review |
Flow-Next does not support standalone tasks.
Every unit of work belongs to an epic fn-N (even if it's a single task).
Tasks are always fn-N.M and inherit context from the epic spec.
Flow-Next always creates an epic container (even for one-offs) so every task has a durable home for context, re-anchoring, and automation. You never have to think about it.
Rationale: keeps the system simple, improves re-anchoring, makes automation (Ralph) reliable.
"One-off request" -> epic with one task.
Work task-by-task with full review cycles for maximum control. Or throw the whole epic at it and let Flow-Next handle everything. Same guarantees either way.
# One task at a time (review after each)
/flow-next:work fn-1.1
# Entire epic (review after all tasks complete)
/flow-next:work fn-1
Both get: re-anchoring before each task, evidence recording, cross-model review (if rp-cli available).
Review timing: The RepoPrompt review runs once at the end of the work package—after a single task if you specified fn-N.M, or after all tasks if you specified fn-N. For tighter review loops on large epics, work task-by-task.
.flow/ specs before each taskNever worry about 200K token limits again.
If drift happens despite re-anchoring, a different model catches it before it compounds:
SHIP verdictTwo models catch what one misses.
.flow/ (and scripts/ralph/ if enabled).# Add marketplace
/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace
# Install flow-next
/plugin install flow-next
Zero-dependency planning + execution with .flow/ task tracking and Ralph autonomous mode (multi-model review gates). Worker subagent per task for context isolation. Prime assesses 8 pillars (48 criteria) with GitHub API integration. Includes 20 subagents, 11 commands, 16 skills.
Framework for AI-powered multi-step workflows with quality gates
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
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions