💬 Join the Discord — discussions, updates, feature requests, bug reports
🔄 Update issues? Run:
claude plugin update flow-next@gmickel-claude-marketplace💡 Force update (most reliable):
/plugin→ Marketplaces → gmickel-claude-marketplace → Update marketplace🆕 /flow-next:prime: Assess codebase readiness. 8 pillars (48 criteria), GitHub API checks, two-tier scoring (agent vs production).
🤖 Ralph mode: Ship features while you sleep. Fresh context per iteration, multi-model review gates, auto-blocks stuck tasks.
💪 Stable features: Plan-first workflow, re-anchoring, receipt-based gating, structured task management
📡 Cross-platform reviews: RepoPrompt (macOS) or Codex CLI (any OS)
🧪 OpenCode user? Try flow-next-opencode (experimental port)
Process failures, not model failures:
- Starting to code before understanding the codebase
- Reinventing patterns already there
- Forgetting the plan mid-implementation
- Skipping edge cases obvious in hindsight
This marketplace ships plugins that fix these problems.
Plan first, work second. Zero external dependencies.
# Install
/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace
/plugin install flow-next
# Setup (configures review backend + CLI tools)
/flow-next:setup
# Use
/flow-next:plan Add a contact form with validation
/flow-next:work fn-1| Problem | Solution |
|---|---|
| Context drift | Re-anchoring before EVERY task — re-reads specs + git state from .flow/ |
| 200K token limits | Fresh context per task — worker subagent starts clean each task |
| Single-model blind spots | Cross-model reviews — RepoPrompt or Codex as second opinion |
| Forgotten requirements | Dependency graphs — tasks declare blockers, nothing runs out of order |
| "It worked on my machine" | Evidence recording — commits, test output, PRs tracked per task |
| Infinite retry loops | Auto-block stuck tasks — fails after N attempts, moves on |
| Team conflicts | Multi-user safe — scan-based IDs, soft claims, no coordination server |
| 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:plan-review |
Cross-model plan review |
/flow-next:impl-review |
Cross-model implementation review |
/flow-next:prime |
Assess codebase agent-readiness, propose fixes |
/flow-next:ralph-init |
Scaffold autonomous loop |
📖 Full documentation — CLI reference, workflow details, troubleshooting
🤔 Confused when to use Interview vs Plan vs Work? See When to Use What
Run overnight, walk away. Fresh context per iteration + multi-model review gates.
/flow-next:ralph-init # One-time setup
scripts/ralph/ralph.sh # Run from terminalHow Ralph differs:
| Aspect | Typical Agents | Ralph |
|---|---|---|
| Context | Accumulates (drift) | Fresh each iteration |
| Review | Self-review only | Cross-model gates |
| Stuck tasks | Infinite retry | Auto-block after N failures |
| Validation | Tests only | Tests + receipts + reviews |
📖 Ralph deep dive — guard hooks, receipt gating, sentinel controls
🖥️ Ralph TUI — Terminal UI for monitoring (bun add -g @gmickel/flow-next-tui)
# Add marketplace
/plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplace
# Install flow-next
/plugin install flow-next
# Setup (configures review backend + CLI tools)
/flow-next:setup| Plugin | Status |
|---|---|
| flow-next | Active development. Recommended. |
| flow | Legacy. Documentation |
| 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
- Create
plugins/<name>/with.claude-plugin/plugin.json - Add commands/agents/skills under that plugin root
- Update
.claude-plugin/marketplace.json - Validate:
jq . .claude-plugin/marketplace.json
Made by Gordon Mickel · @gmickel · gordon@mickel.tech