by gmickel
Claude Code plugins for reliable AI coding. Flow-Next: plan-first workflows, Ralph autonomous mode (overnight coding with fresh context), multi-model review gates via RepoPrompt/Codex, re-anchoring to prevent drift, receipt-based gating.
# Add to your Claude Code skills
git clone https://github.com/gmickel/gmickel-claude-marketplacePlugins that make AI agents actually work.
</div>π¬ Join the Discord β discussions, updates, feature requests, bug reports
π Update issues? Run:
claude plugin update flow-next@gmickel-claude-marketplaceπ /flow-next:epic-review: Epic-completion review gate. Catches requirement gaps that per-task reviews missβbefore epic closes.
π€ Ralph mode: Ship features while you sleep. Fresh context per iteration, multi-model review gates, auto-blocks stuck tasks.
π‘ Cross-platform reviews: (macOS) or (any OS)
π§ͺ OpenCode user? Try flow-next-opencode (experimental port)
[!TIP] π€ Works on Factory Droid too! Claude Code plugins are fully compatible:
droid plugin marketplace add https://github.com/gmickel/gmickel-claude-marketplaceThen
/pluginsβ Marketplace β install flow-next. Commands don't autocomplete yet but work when typed (e.g./flow-next:plan). Skills load automatically.
Process failures, not model failures:
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...