n8n-workflow-lifecycle-official

安装量: 1.1K
排名: #10044

安装

npx skills add https://github.com/n8n-io/skills --skill n8n-workflow-lifecycle-official

n8n Workflow Lifecycle The six stages PLAN. Gather requirements, ask clarifying questions, search for existing workflows / sub-workflows that already do this. BUILD. Write SDK code (with skills: subworkflows, node-config, expressions, code-nodes; readability section below). Use validate_node_config as a side-channel for iteration, debugging, or small single-node edits: clean per-parameter errors without full-graph noise. Not a replacement for validate_workflow in VALIDATE. VALIDATE. validate_workflow + get_workflow_details for connections, then have the user verify per-node credentials and create anything you couldn't (missing credentials, folders, etc). TEST. test_workflow with prepare_test_pin_data ; iterate until output matches intent. PUBLISH. publish_workflow only after stages 3 and 4 are clean. HANDOFF. Production handoff: how to trigger it, what it returns, what to watch, what they should know to use it well. Skipping a stage produces workflows that look done but break in production, or solve the wrong problem entirely. Three most common skips: Build before plan. "User asked for X, I'll start coding" without confirming what X means, whether the same logic already exists as a sub-workflow, or which folder/project it belongs in. Cheaper to ask one clarifying question than to rebuild after. Test before user-side wire-up. Running test_workflow before the user has verified credentials per node hits the wrong service or 401s. Get the user-side setup done as part of VALIDATE. Publish without test. Validation passing means the SDK is well-formed; it does NOT mean the workflow is correct. Non-negotiables Show more Installs 899 Repository n8n-io/skills GitHub Stars 444 First Seen Jul 8, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜