flow-next-sync
π―Skillfrom gmickel/gmickel-claude-marketplace
Synchronizes project files and context across different development environments or iterations, ensuring consistent state and reducing drift during AI-assisted code generation and refactoring.
Installation
npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-next-syncSkill Details
Overview
# gmickel claude marketplace [](LICENSE) [](https://claude.ai/code) [](plugins/flow-next/) [](plugins/flow-next/README.md) [](https://mickel.tech) [](https://twitter.com/gmickel) [](https://github.com/sponsors/gmickel) [](https://discord.gg/nHEmyJB5tg) Plugins that make AI agents actually work.
> π¬ [Join the Discord](https://discord.gg/nHEmyJB5tg) β 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](plugins/flow-next/README.md#agent-readiness-assessment): Assess codebase readiness. 8 pillars (48 criteria), GitHub API checks, two-tier scoring (agent vs production).
>
> π€ [Ralph mode](plugins/flow-next/docs/ralph.md): 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](https://repoprompt.com/?atp=KJbuL4) (macOS) or [Codex CLI](plugins/flow-next/README.md#cross-model-reviews) (any OS)
>
> π§ͺ OpenCode user? Try [flow-next-opencode](https://github.com/gmickel/flow-next-opencode) (experimental port)
---
The Problem
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.
---
Flow-Next
Plan first, work second. Zero external dependencies.
```bash
# 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
```
Why It Works
| 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 |
Commands
| 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](plugins/flow-next/README.md) β CLI reference, workflow details, troubleshooting
π€ **Confused when to use Inte
More from this repository10
Reviews and validates project implementation plans, ensuring they align with existing codebase patterns, architectural constraints, and potential edge cases before actual coding begins.
Reviews implementation details of a code flow, checking for adherence to project patterns, potential edge cases, and consistency with the original implementation plan.
Helps developers systematically track and prioritize the next work item in a software development workflow, ensuring focused and structured task progression.
flow-next-impl-review skill from gmickel/gmickel-claude-marketplace
flow-next-interview skill from gmickel/gmickel-claude-marketplace
Generates the next prime number in a sequence using Flow type system, supporting efficient numerical computations and mathematical operations.
Generates a structured, step-by-step implementation plan for a coding task, breaking down complex requirements into actionable, sequential development stages with clear milestones and potential cha...
rp-explorer skill from gmickel/gmickel-claude-marketplace
Generates structured project plans and reviews next steps for software development workflows using AI-driven analysis and strategic recommendations
Explores and analyzes repository properties and characteristics using the Flow-next framework, providing insights into project structure, dependencies, and potential development pathways.