--- name: workflow description: List and describe available workflows aliases: [workflows, wf] invokes: command:workflow --- # Workflow Command List and describe available workflows. ## Usage ``` /workflow # List all workflows /workflow # Show workflow details /workflow --category # Filter by category ``` ## Implementation Run the workflow info script: ```bash python3 ~/.claude/automation/workflow-info.py [options] [name] ``` ## Categories | Category | Examples | |----------|----------| | `health` | cluster-health-check, cluster-daily-summary | | `deploy` | deploy-app | | `incidents` | pod-crashloop, node-issue-response | | `sysadmin` | health-check, system-update | ## Note Workflows are design documents - they guide Claude's actions but aren't auto-executed. Use this command to understand available procedures.