🎯

flow-impl-review

🎯Skill

from gmickel/gmickel-claude-marketplace

VibeIndex|
What it does

Reviews implementation details of a code flow, checking for adherence to project patterns, potential edge cases, and consistency with the original implementation plan.

flow-impl-review

Installation

Install skill:
npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-impl-review
2
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# gmickel claude marketplace

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[![Claude Code](https://img.shields.io/badge/Claude_Code-Plugin_Marketplace-blueviolet)](https://claude.ai/code)

[![Flow-next](https://img.shields.io/badge/Flow--next-v0.18.24-green)](plugins/flow-next/)

[![Flow-next Docs](https://img.shields.io/badge/Docs-πŸ“–-informational)](plugins/flow-next/README.md)

[![Author](https://img.shields.io/badge/Author-Gordon_Mickel-orange)](https://mickel.tech)

[![Twitter](https://img.shields.io/badge/@gmickel-black?logo=x)](https://twitter.com/gmickel)

[![Sponsor](https://img.shields.io/badge/Sponsor-❀-ea4aaa)](https://github.com/sponsors/gmickel)

[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](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

🎯
flow-plan-review🎯Skill

Reviews and validates project implementation plans, ensuring they align with existing codebase patterns, architectural constraints, and potential edge cases before actual coding begins.

🎯
flow-next-plan🎯Skill

Generates a structured, step-by-step implementation plan for a coding task, breaking down complex objectives into manageable subtasks while considering existing codebase patterns and potential edge...

🎯
flow-next-work🎯Skill

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

flow-next-impl-review skill from gmickel/gmickel-claude-marketplace

🎯
flow-next-interview🎯Skill

flow-next-interview skill from gmickel/gmickel-claude-marketplace

🎯
flow-next-prime🎯Skill

Generates the next prime number in a sequence using Flow type system, supporting efficient numerical computations and mathematical operations.

🎯
flow-plan🎯Skill

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...

🎯
flow-next-sync🎯Skill

Synchronizes project files and context across different development environments or iterations, ensuring consistent state and reducing drift during AI-assisted code generation and refactoring.

🎯
rp-explorer🎯Skill

rp-explorer skill from gmickel/gmickel-claude-marketplace

🎯
flow-next-plan-review🎯Skill

Generates structured project plans and reviews next steps for software development workflows using AI-driven analysis and strategic recommendations