Agent Plugins Marketplace
All plugins

flow-next

v4.7.1

Zero-dependency, spec-driven agentic SDLC: durable specs, context-fit plans, re-anchored workers, adversarial cross-model review, and receipts. Compatible with Codex, Claude Code, and Factory Droid.

CodexClaude Code32 Skills

By Gordon MickelLicense: MIT689 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
32 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add flow-next@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gmickel/flow-next

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/flow-next/.

Plugin files

plugins/flow-next/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/flow-next/SKILL.md
├── skills/flow-next-audit/SKILL.md
├── skills/flow-next-capture/SKILL.md
├── skills/flow-next-chart/SKILL.md
├── skills/flow-next-deps/SKILL.md
├── skills/flow-next-drive/SKILL.md
├── skills/flow-next-export-context/SKILL.md
├── skills/flow-next-guide/SKILL.md
├── skills/flow-next-impl-review/SKILL.md
├── skills/flow-next-interview/SKILL.md
├── skills/flow-next-land/SKILL.md
├── skills/flow-next-make-pr/SKILL.md
├── skills/flow-next-map/SKILL.md
├── skills/flow-next-memory-migrate/SKILL.md
├── skills/flow-next-pilot/SKILL.md
├── skills/flow-next-plan/SKILL.md
├── skills/flow-next-plan-review/SKILL.md
├── skills/flow-next-prime/SKILL.md
├── skills/flow-next-prose/SKILL.md
├── skills/flow-next-prospect/SKILL.md
├── skills/flow-next-qa/SKILL.md
├── skills/flow-next-ralph-init/SKILL.md
├── skills/flow-next-resolve-pr/SKILL.md
├── skills/flow-next-setup/SKILL.md
├── skills/flow-next-spec-completion-review/SKILL.md
├── skills/flow-next-strategy/SKILL.md
├── skills/flow-next-sync/SKILL.md
├── skills/flow-next-tracker-sync/SKILL.md
├── skills/flow-next-visual/SKILL.md
├── skills/flow-next-work/SKILL.md
├── skills/flow-next-work-rolling/SKILL.md
└── skills/flow-next-worktree-kit/SKILL.md

Included Skills32

flow-nextskills/flow-next/SKILL.md

Manage .flow/ tasks and specs. Triggers: 'show me my tasks', 'list specs', 'what tasks are there', 'add a task', 'create task', 'what's ready', 'task status', 'show fn-1-add-oauth'. NOT for /flow-next:plan or /flow-next:work.

flow-next-auditskills/flow-next-audit/SKILL.md

Audit `.flow/memory/` entries against the current codebase and decide Keep / Update / Consolidate / Replace / Delete / Harden per entry. Triggers on /flow-next:audit, "audit memory", "review memory", "refresh learnings", "sweep stale memory", "consolidate overlapping memory entries", "graduate a recurring lesson into a gate". Optional `mode:autofix` token in arguments runs without questions and marks ambiguous as stale (Harden is never auto-applied). Optional scope hint after the mode token (concept, category, module, or path) narrows what gets audited.

flow-next-captureskills/flow-next-capture/SKILL.md

Synthesize the current conversation context into a flow-next spec at `.flow/specs/<spec-id>.md` via `flowctl spec create + spec set-plan` — agent-native, source-tagged, with mandatory read-back before write. Triggers on /flow-next:capture, "capture spec", "lock down what we discussed", "make a spec from this conversation", "convert conversation to spec". Optional `mode:autofix` token runs without questions and requires `--yes` to commit. Optional `--rewrite <spec-id>` overwrites an existing spec; `--from-compacted-ok` overrides the incomplete-evidence refusal after compaction; `--override-strategy` proceeds despite a contradiction with an active STRATEGY.md track (and prompts to record the override as a decision).

flow-next-chartskills/flow-next-chart/SKILL.md

Decision-map discovery for one oversized/unclear idea before capture. Triggers on /flow-next:chart with an unshaped idea, chart id, decision pin, --status, or stored tracker URL. Prompt-first adaptive loop - ground, chart a frontier, resolve one D-ID per invocation, brief for capture.

flow-next-depsskills/flow-next-deps/SKILL.md

Show spec dependency graph and execution order. Use when asking 'what's blocking what', 'execution order', 'dependency graph', 'what order should specs run', 'critical path', 'which specs can run in parallel'.

flow-next-driveskills/flow-next-drive/SKILL.md

Drive any UI surface like a real user - a web app, a Chromium-backed desktop app (Electron / WebView2, reached over CDP), or a genuinely native app (macOS AppKit/SwiftUI, or a non-CDP webview) reached via the Cua Driver / Computer Use. Detects the surface, picks the best available driver, degrades gracefully. Use to navigate sites, verify deployed UI, test web or desktop apps, capture baseline screenshots, drive a sign-in flow, scrape data, fill forms, run an e2e check, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "test this app", "drive the app", "automate this desktop app", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign", "Electron app", "native app".

flow-next-export-contextskills/flow-next-export-context/SKILL.md

Export RepoPrompt context to a markdown file for review with an external LLM (ChatGPT, Claude web, etc.). Use when you want Carmack-level review but prefer an external model. Triggers on "export context", "export for external review", "export plan for ChatGPT", "export impl review context", "review with an external model", "export review context".

flow-next-guideskills/flow-next-guide/SKILL.md

Prompt-first router that recommends the smallest sufficient flow-next workflow. Use when unsure which command to run next, which pre-build stage applies, or whether to skip chart/interview/plan. Triggers on /flow-next:guide with a free-form situation description.

flow-next-impl-reviewskills/flow-next-impl-review/SKILL.md

John Carmack-level implementation review via RepoPrompt or Codex. Use when reviewing code changes, PRs, or implementations. Triggers on /flow-next:impl-review.

flow-next-interviewskills/flow-next-interview/SKILL.md

Interview user in-depth about a spec, task, or spec file to extract complete implementation details. Use when user wants to flesh out a spec, refine requirements, or clarify a feature before building. Triggers on /flow-next:interview with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2) or file paths.

flow-next-landskills/flow-next-land/SKILL.md

Cadence-tick autonomous babysitter for build-loop-authored PRs (/loop-shaped ship loop). Each invocation is one tick over all open PRs the build loop authored — keep CI green (bounded fix budget), wait out the reviewer patience window, resolve feedback via resolve-pr, and once converged merge + close the spec + follow the project's release instructions. Ends with a terminal LAND_VERDICT line for the driver to read. Triggers on /flow-next:land, optionally with --dry-run. Autonomous by design — never asks the user questions; reports NEEDS_HUMAN instead.

flow-next-make-prskills/flow-next-make-pr/SKILL.md

Render a cognitive-aid PR body from flow-next state and open via gh. Triggers on /flow-next:make-pr with optional spec id and flags (--draft, --ready, --no-mermaid, --base <ref>, --memory, --dry-run). Auto-detects spec from current branch when no id given. NOT Ralph-blocked — autonomous loops can surface a draft PR for human review.

flow-next-mapskills/flow-next-map/SKILL.md

Wrap `clawpatch map` to produce a semantic feature index of the repo (~20 languages, persisted at `.clawpatch/features/*.json`). Detects install, runs `clawpatch init` when `.clawpatch/` absent, invokes provider-free `clawpatch map --source heuristic` by default; `--source auto|agent` flows through as passthrough. Opt-in enrichment — scouts and prime read the resulting index, but flowctl never depends on clawpatch.

flow-next-memory-migrateskills/flow-next-memory-migrate/SKILL.md

Migrate pre-fn-30 legacy flat memory files (`.flow/memory/pitfalls.md`, `conventions.md`, `decisions.md`) into the categorized YAML schema. Triggers on /flow-next:memory-migrate, "migrate memory", "convert legacy memory", "lift pitfalls into categorized schema", "convert old memory format". Optional `mode:autofix` token in arguments runs without questions and accepts mechanical defaults for ambiguous classifications. Optional scope hint after the mode token narrows the migration to a specific legacy file (e.g. `pitfalls.md`).

flow-next-pilotskills/flow-next-pilot/SKILL.md

Single-tick autonomous build-loop conductor for host drivers (/loop, /goal). Each invocation advances exactly ONE ready spec by ONE pipeline stage (plan, plan-review, work, qa [opt-in, gated on pipeline.qa==on], make-pr) and ends with a terminal PILOT_VERDICT line for the driver to read. Triggers on /flow-next:pilot, optionally with --spec <id>, --dry-run, --review=<backend>, --research=<grep|rp>, --depth=<level>. Autonomous by design — never asks the user questions; reports NEEDS_HUMAN instead.

flow-next-planskills/flow-next-plan/SKILL.md

Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flow-next:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

flow-next-plan-reviewskills/flow-next-plan-review/SKILL.md

Carmack-level plan review via RepoPrompt or Codex. Use when reviewing Flow specs or design docs. Triggers on /flow-next:plan-review.

flow-next-primeskills/flow-next-prime/SKILL.md

Comprehensive codebase assessment for agent and production readiness. Classifies the project (lifecycle, topology, size, stack, shape), scans 8 pillars, verifies commands actually run, checks GitHub settings. Leads with a verdict + ranked next-actions; fixes agent readiness only. Triggers on /flow-next:prime.

flow-next-proseskills/flow-next-prose/SKILL.md

Use while drafting any substantial reply, report, review walkthrough, or summary for the user - read the artifact prose contract before writing, not after, and draft under its rules. Do not use for short conversational turns, tool-call narration, the visual digest, or output that lands in a file, PR, or tracker (those artifact surfaces carry their own pointers). Also invocable directly as /flow-next:prose [draft].

flow-next-prospectskills/flow-next-prospect/SKILL.md

Generate ranked candidate ideas grounded in the repo, upstream of /flow-next:plan. Triggers on /flow-next:prospect with an optional focus hint (concept, path, constraint, or volume).

flow-next-qaskills/flow-next-qa/SKILL.md

Live-app real-user QA pass derived from the spec. Drives the running app via flow-next-drive, derives scenarios from the spec's AC / R-IDs / boundaries, files structured P0/P1/P2 findings with evidence, and ends with a YES/NO ship verdict receipt. Triggers on /flow-next:qa with a spec id. Runs user-invoked OR as the optional `pipeline.qa` pilot stage (default off). Augments — never replaces — CI/staging/manual QA. FORBIDDEN from marking PASS by reading source — the verdict rests on captured evidence from the live app, never on agent narration.

flow-next-ralph-initskills/flow-next-ralph-init/SKILL.md

Scaffold repo-local Ralph autonomous harness under scripts/ralph/. Use when user runs /flow-next:ralph-init.

flow-next-resolve-prskills/flow-next-resolve-pr/SKILL.md

Resolve PR review feedback — fetch unresolved threads, triage, dispatch per-thread resolver agents, validate, commit, reply + resolve via GraphQL. Triggers on /flow-next:resolve-pr.

flow-next-setupskills/flow-next-setup/SKILL.md

Optional local install of flowctl CLI and CLAUDE.md/AGENTS.md instructions, plus a commented model-routing example proposed into the project instruction file. Use when user runs /flow-next:setup.

flow-next-spec-completion-reviewskills/flow-next-spec-completion-review/SKILL.md

Spec completion review - verifies all spec tasks implement the spec requirements. Triggers on /flow-next:spec-completion-review.

flow-next-strategyskills/flow-next-strategy/SKILL.md

Create or maintain `STRATEGY.md` — the product's target problem, our approach, who it's for, key metrics, and tracks of work. Use when starting a new product, updating direction, or when prompts like 'write our strategy', 'update the roadmap', 'what are we working on', or 'set up the strategy doc' come up. Also fires when `/flow-next:prospect`, `/flow-next:plan`, `/flow-next:interview`, or `/flow-next:capture` need upstream grounding and no strategy doc exists yet.

flow-next-syncskills/flow-next-sync/SKILL.md

Manually trigger plan-sync to update downstream task specs after implementation drift. Use when code changes outpace specs.

flow-next-tracker-syncskills/flow-next-tracker-sync/SKILL.md

Project a flow-next spec to Linear, GitHub, GitLab, or Jira and reconcile body, status, and comments. Use for tracker discovery, linking, create-first, push, pull, reconcile, comment, or unlink. Not /flow-next:sync, which is plan-sync.

flow-next-visualskills/flow-next-visual/SKILL.md

Restate a spec, a task, a diff, or the current topic visually as a compact markdown digest. Use when asked to 'show me', 'explain this visually', 'restate that', 'digest the plan', 'walk me through the spec', 'walk me through the tasks', 'walk me through the diff', or when the output is too much text and a shape would land faster. Triggers on /flow-next:visual with an optional spec id, task id, git range, or free-form topic.

flow-next-workskills/flow-next-work/SKILL.md

Execute a Flow spec or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

flow-next-work-rollingskills/flow-next-work-rolling/SKILL.md

Rolling-frontier variant of /flow-next:work - admits a new ready task at every worker-return event instead of at wave boundaries, with isolated per-task workspaces, conductor-owned review, and a shared outside-tree notes surface. Triggers on /flow-next:work-rolling with the same inputs as /flow-next:work. User-invoked only - pilot and land never dispatch it. (experimental - can change or disappear)

flow-next-worktree-kitskills/flow-next-worktree-kit/SKILL.md

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

Plugin manifests2

plugins/flow-next/.codex-plugin/plugin.json
{
  "name": "flow-next",
  "version": "4.7.1",
  "description": "Zero-dependency, spec-driven agentic SDLC: durable specs, context-fit plans, re-anchored workers, adversarial cross-model review, and receipts. Compatible with Codex, Claude Code, and Factory Droid.",
  "author": {
    "name": "Gordon Mickel",
    "email": "[email protected]",
    "url": "https://mickel.tech"
  },
  "homepage": "https://flow-next.dev",
  "repository": "https://github.com/gmickel/flow-next",
  "license": "MIT",
  "keywords": [
    "workflow",
    "planning",
    "execution",
    "automation",
    "ai"
  ],
  "skills": "./codex/skills/",
  "interface": {
    "displayName": "Flow-Next",
    "shortDescription": "Plan-first workflow with subagent execution",
    "longDescription": "Structured plan-first workflow engine. Tracks specs and tasks in .flow/ directory. Spawns isolated worker subagents per task to prevent context bleed. Ralph mode enables fully autonomous execution with multi-model review gates. Prime delivers an opinionated, structure-aware agent-readiness assessment: it classifies the project, judges substance over existence, and leads with an operability verdict + ranked next-actions. 20 subagents, 28 commands, 32 skills.",
    "developerName": "Gordon Mickel",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://flow-next.dev",
    "brandColor": "#3B82F6"
  }
}
plugins/flow-next/.claude-plugin/plugin.json
{
  "name": "flow-next",
  "version": "4.7.1",
  "description": "Zero-dependency, spec-driven agentic SDLC: durable specs, context-fit plans, re-anchored workers, adversarial cross-model review, and receipts. Includes 20 subagents, 28 commands, 32 skills.",
  "author": {
    "name": "Gordon Mickel",
    "email": "[email protected]",
    "url": "https://mickel.tech"
  },
  "homepage": "https://flow-next.dev",
  "repository": "https://github.com/gmickel/flow-next",
  "license": "MIT",
  "keywords": [
    "workflow",
    "planning",
    "execution",
    "automation",
    "ai"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[flow-next on Agent Plugins Marketplace](https://pluginsmp.com/plugins/flow-next)