πŸ—‚οΈ
AutomationPython

Flow Next Plan

by gmickel

Flow Next Plan is an Automation skill for Claude Code, published by gmickel in flow-next.

685 stars54 forkson gmickel/flow-nextAdded 2026/08/23Repository updated 2026/08/22
agentic-workflowai-agentai-workflowanthropicautonomous-agentclaude-codeclaude-code-pluginclicode-reviewcodexexecutionfactory-droidmarketplaceopenai-codexplanningpluginralph-modesdlcspec-driven-developmentworkflow
Install in seconds
Install Flow Next Plan
Copy Flow Next Plan into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gmickel/flow-next/tree/main/optimization/plan/baseline ~/.claude/skills/baseline

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gmickel/flow-next.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
optimization/plan/baseline/SKILL.md in gmickel/flow-next
Installs to
~/.claude/skills/baseline
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Flow Next Plan does

Flow Next Plan creates structured specs and task lists from feature requests or Flow IDs. Use it when planning a feature or refining an implementation plan without writing code.

Flow Next Plan is cataloged under Automation on DirSkills. Flow Next Plan comes from a repository tagged agentic-workflow, ai-agent, ai-workflow, anthropic and autonomous-agent.

Documentation

README

Flow plan

Turn a rough idea into a spec with tasks in .flow/. This skill does not write code.

Follow this skill and linked workflows exactly. Deviations cause drift, bad gates, retries, and user frustration.

IMPORTANT: This plugin uses .flow/ for ALL task tracking. Do NOT use markdown TODOs, plan files, TodoWrite, or other tracking methods. All task state must be read and written via flowctl.

Preamble

CRITICAL: flowctl is BUNDLED β€” NOT installed globally. which flowctl will fail (expected). Define once; subsequent blocks (here and in steps.md) use $FLOWCTL:

FLOWCTL="${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/flowctl"
[ -x "$FLOWCTL" ] || FLOWCTL=".flow/bin/flowctl"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Flow Next Plan

  • What else does gmickel publish alongside Flow Next Plan?

    Flow Next Plan is one of 25 skills that DirSkills catalogs from gmickel/flow-next, the repository it ships in. Its siblings there include Codebase Feature Map, Export Context and Flow Interview. Each one is a separate skill with its own page in this directory, installs the same way Flow Next Plan does, and is maintained by gmickel in that same repository. The rest of the collection is listed on the gmickel/flow-next page.

  • How does Flow Next Plan compare to other Automation skills?

    Flow Next Plan ranks #1079 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Flow Next Plan against them. Open each page to compare what they document and how they install.

More from gmickel/flow-next

Flow Next Plan is one of 25 skills cataloged on DirSkills from gmickel/flow-next.

See all 25 skills β†’
πŸ—ΊοΈ
1w ago

Codebase Feature Map

Codebase Feature Map wraps a feature-mapping CLI to generate and read semantic repo maps. Use it to enrich scout context, inspect detected features, and surface a map as a discoverability aid when one exists.
Automation
68554
πŸ“€
1w ago

Export Context

Export Context builds RepoPrompt review context and saves it as a markdown file for external LLM review. Use it when you want to share plan or implementation context with ChatGPT, Claude web, or another model.
Automation
68554
πŸ—£οΈ
1w ago

Flow Interview

Flow Interview conducts a deep interview about a spec, task, or spec file to capture implementation details before work begins. Use it to refine requirements, clarify scope, and write the results back through Flow task tracking.
AI Engineering
68554
πŸ—£οΈ
1w ago

Flow Interview

Flow Interview conducts a thorough interview about a task, spec, or spec file to capture unresolved implementation details. Use it before building when requirements need refinement or clarification.
AI Engineering
68554
🧠
1w ago

Flow Next Audit

Flow Next Audit reviews `.flow/memory/` entries against the current codebase and decides whether to keep, update, consolidate, replace, or delete each one. Use it to refresh stale memory and resolve overlapping entries.
AI Engineering
68554
🧠
1w ago

Flow Next Audit

Flow Next Audit reviews `.flow/memory/` entries against the current codebase and decides whether to keep, update, consolidate, replace, delete, or harden each one. Use it when memory entries may be stale, overlapping, or ready to become a gate.
AI Engineering
68554