tasq/node_modules/agentic-flow/.claude/commands/workflows/workflow-create.md

491 B

workflow-create

Create reusable workflow templates.

Usage

npx claude-flow workflow create [options]

Options

  • --name <name> - Workflow name
  • --from-history - Create from history
  • --interactive - Interactive creation

Examples

# Create workflow
npx claude-flow workflow create --name "deploy-api"

# From history
npx claude-flow workflow create --name "test-suite" --from-history

# Interactive mode
npx claude-flow workflow create --interactive