Skip to content
Development
Command

/flow-new

Generate a new n8n workflow scaffold from a description or clone an existing template.

From plugin
flowforge-n8n
412 skills4 agents12 commands
Install
> /plugin marketplace add mOHAD44DSFASF/flowforge-n8n
> /plugin install flowforge-n8n@flowforge-n8n

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/flow-new

Context preview

What this command does when you run it.

Generate a new n8n workflow scaffold from a description or clone an existing template.

Command definition

flow-new.md

Slash Command: /flow:new

Purpose

Generate a new n8n workflow scaffold from a description or clone an existing template.

Execution Guide

Instruct the agent to execute:

flowforge new "<description>" --out <optional-filepath>

Or to use a template:

flowforge new --template <template-name>

Guidance

  • Always let the user know that generated parameters are stubs and placeholders.
  • Prompt the user to review the workflow JSON structure before importing into n8n.
Ships withflowforge-n8n

FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.

Get the whole plugin

Other commands on flowforge-n8n.