From c6ad8e53b979b4e10dca9d971cfffbf3f0ca0c3c Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 30 Jan 2026 15:42:08 +0800 Subject: [PATCH] Add flow template generator documentation for meta-skill/flow-coordinator - Introduced a comprehensive guide for generating workflow templates. - Detailed usage instructions with examples for creating templates. - Outlined execution flow across three phases: Template Design, Step Definition, and JSON Generation. - Included JavaScript code snippets for each phase to facilitate implementation. - Provided suggested step templates for various development scenarios. - Documented command port references and minimum execution units for clarity. --- .claude/commands/{meta-skill => }/flow-create.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .claude/commands/{meta-skill => }/flow-create.md (100%) diff --git a/.claude/commands/meta-skill/flow-create.md b/.claude/commands/flow-create.md similarity index 100% rename from .claude/commands/meta-skill/flow-create.md rename to .claude/commands/flow-create.md