/ Annuaire / Playground / Flow Next
● Communauté gmickel ⚡ Instantané

Flow Next

par gmickel · gmickel/flow-next

Plan-first orchestration: every non-trivial ask becomes a checkable plan you can edit before any code is written.

Flow Next slots between you and the agent: it prompts for a structured plan first, you approve, then execution. Works across Claude Code, OpenAI Codex, and Factory Droid.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

prêt

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "flow-next-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/gmickel/flow-next"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "flow-next-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/gmickel/flow-next"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "flow-next-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/gmickel/flow-next"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flow-next-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/gmickel/flow-next"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "flow-next-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/gmickel/flow-next"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "flow-next-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/gmickel/flow-next"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add flow-next-skill -- git clone https://github.com/gmickel/flow-next

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Flow Next

Plan a feature before coding

👤 Claude Code users ⏱ ~15 min intermediate

Quand l'utiliser : You want to align on approach before agents start writing.

Déroulement
  1. Trigger
    Invoke flow-next with your feature description.✓ Copié
    → Plan emitted
  2. Edit
    Tweak / reorder / drop steps.✓ Copié
    → Approved plan
  3. Execute
    Run the plan; agent ticks steps as they complete.✓ Copié
    → Feature built per plan

Résultat : Reviewed plan executed without surprise scope creep.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

flow-next-skill + github

Attach the plan to the PR for reviewer context

Combine flow-next-skill with github: Attach the plan to the PR for reviewer context✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
plan / approve / execute (see docs) Three-phase command surface 1 call

Coût et limites

Coût d'exécution

Quota d'API
N/A
Tokens par appel
Plans add ~1 plan-sized round-trip
Monétaire
Free
Astuce
Save plans alongside the PR — great for retros

Sécurité

Permissions, secrets, portée

Portées minimales : fs-read fs-write
Stockage des identifiants : None
Sortie de données : None

Dépannage

Erreurs courantes et correctifs

Plan too vague

Ask for "concrete file paths" in the brief

Alternatives

Flow Next vs autres

AlternativeQuand l'utiliserCompromis
Direct executionTrivial changeRiskier on bigger work

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills