src/superclaude/commands/workflow.md
/sc:workflow [prd-file|feature-description] [--strategy systematic|agile|enterprise] [--depth shallow|normal|deep] [--parallel]
Key behaviors:
/sc:workflow Claudedocs/PRD/feature-spec.md --strategy systematic --depth deep
# Comprehensive PRD analysis with systematic workflow generation
# Multi-persona coordination for complete implementation strategy
/sc:workflow "user authentication system" --strategy agile --parallel
# Agile workflow generation with parallel task coordination
# Context7 and Magic MCP for framework and UI workflow patterns
/sc:workflow enterprise-prd.md --strategy enterprise --validate
# Enterprise-scale workflow with comprehensive validation
# Security, devops, and architect personas for compliance and scalability
/sc:workflow project-brief.md --depth normal
# Serena MCP manages cross-session workflow context and persistence
# Progressive workflow enhancement with memory-driven insights
Will:
Will Not:
STOP AFTER PLAN CREATION
This command produces an IMPLEMENTATION PLAN ONLY - no code execution.
Explicitly Will NOT:
Output: Workflow plan document (claudedocs/workflow_*.md) containing:
Next Step: After workflow completes, use /sc:implement to execute the plan step by step.