/flow-create
Flow template generator - create workflow templates for meta-skill/flow-coordinator with interactive step definition.
Overview
The /flow-create command generates workflow templates that can be used by the flow-coordinator skill for executing predefined command chains.
Usage: /flow-create [template-name] [--output <path>]
Features
- Interactive Design - Guided template creation process
- Complexity Levels - 4 levels from rapid to full workflows
- Step Definition - Define workflow steps with commands and parameters
- Command Selection - Choose from available CCW commands
- Template Validation - Ensures template structure correctness
Usage
# Create template with default name
/flow-create
# Create specific template
/flow-create bugfix-v2
# Create with custom output
/flow-create my-workflow --output ~/.claude/skills/my-skill/templates/
Execution Flow
User Input → Phase 1: Template Design → Phase 2: Step Definition → Phase 3: Generate JSON
↓ ↓ ↓
Name + Description Define workflow steps Write template file
Phase 1: Template Design
Gather basic template information:
- Template Name - Identifier for the template
- Purpose - What the template accomplishes
- Complexity Level - 1-4 (Rapid to Full)