---
title: "create workflow"
description: "Generate an n8n workflow JSON from a natural language description of the automation."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/create-workflow
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:19:08.984Z
license: CC-BY-4.0
attribution: "create workflow — Claudary (https://claudary.paisolsolutions.com/skills/create-workflow)"
---

# create workflow
Generate an n8n workflow JSON from a natural language description of the automation.

## Overview

Generate an n8n workflow JSON from a natural language description of the automation.

## Steps


1. Parse the automation description:
2. Design the workflow node graph:
3. Generate the n8n workflow JSON:
4. Add error handling:
5. Add workflow metadata:
6. Test the workflow structure for validity.
7. Provide setup instructions for required credentials.

## Format


```json
{
  "name": "<workflow name>",
  "nodes": [...],
  "connections": {...},
```


## Rules

- Use the latest n8n node types and API formats.
- Include credential placeholders, never hardcode secrets.
- Add error handling nodes for production workflows.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/create-workflow) · https://claudary.paisolsolutions.com
