Flow Next Plan Review
Coordinates a Carmack-style AI plan review for Flow Next specs via Codex, Copilot, Cursor, or RepoPrompt.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 475c638
⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 13, 2026; it's queued for a re-test.
Coordinates AI-backend plan review (Codex/Copilot/Cursor/RepoPrompt) for the Flow Next spec workflow correctly suppressing every mention of the macOS-only RepoPrompt backend when RP_ELIGIBLE=0, but it's marked user-invocable: false and depends on a bundled flowctl binary plus one of those CLIs already configured — this is plugin internals, not a drop-in standalone skill.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 3/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Flow Next Plan Review does
Acts as review coordinator (not reviewer) for Flow Next spec plans, resolving a backend (RepoPrompt on macOS, or Codex/Copilot/Cursor CLIs elsewhere) via a strict priority chain and driving that backend's plan-review command with derived code-file context. Intended to trigger on /flow-next:plan-review or when reviewing a Flow spec/design doc before implementation, but is marked user-invocable: false, meaning it's really internal machinery for the flow-next plugin's slash command rather than a freestanding skill.
How to install Flow Next Plan Review
git clone https://github.com/gmickel/flow-next
cd flow-next
mkdir -p ~/.claude/skills
cp -r plugins/flow-next/codex/skills/flow-next-plan-review ~/.claude/skills/flow-next-plan-review
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Flow Next Plan Review
-
/flow-next-plan-reviewCoordinates a Carmack-style AI plan review for Flow Next specs via Codex, Copilot, Cursor, or RepoPrompt.
It also activates on plain-language prompts like these:
-
Coordinate an AI review of this Flow Next spec plan before we build it -
Get a Carmack-style critique of this plan using our CLI reviewer -
Run a plan review on this design doc before implementation starts
Frequently asked questions
- Is the Flow Next Plan Review skill free?
- Yes. The skill itself is free from gmickel/flow-next. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Flow Next Plan Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Coordinates AI-backend plan review (Codex/Copilot/Cursor/RepoPrompt) for the Flow Next spec workflow correctly suppressing every mention of the macOS-only RepoPrompt backend when RP_ELIGIBLE=0, but it's marked user-invocable: false and depends on a bundled flowctl binary plus one of those CLIs already configured — this is plugin internals, not a drop-in standalone skill.
- What is the Flow Next Plan Review SkillProof Score?
- 7.2/10 — installs cleanly 4/5, triggers reliably 3/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Flow Next Plan Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Flow Next Plan Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.