mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Restored 26 additional commands from commitd4a17fc, bringing total from 5 to 30 commands. ## New Commands Added (26): - /analyze - Code and architecture analysis - /brainstorm - Structured brainstorming sessions - /build - Build and compilation workflows - /business-panel - Multi-expert business analysis - /cleanup - Code cleanup and refactoring - /design - System design and architecture - /document - Documentation generation - /estimate - Effort and time estimation - /explain - Code explanation - /git - Git operations and workflows - /help - Command help and usage - /implement - Implementation workflows - /improve - Code improvement suggestions - /index - Project indexing (alias for index-repo) - /load - Load saved sessions - /pm - Project management workflows - /reflect - Reflection and retrospectives - /save - Save current session - /select-tool - Tool selection guidance - /spawn - Spawn parallel tasks - /spec-panel - Multi-expert specification analysis - /task - Task management - /test - Testing workflows - /troubleshoot - Debugging and troubleshooting - /workflow - Custom workflow automation ## Documentation Updates: - Created docs/reference/commands-list.md with categorized command reference - Updated README.md with expandable 30-command list - Updated README-zh.md with Chinese translations - Updated README-ja.md with Japanese translations - Updated README-kr.md with Korean translations - Changed statistics: "3 plugins" → "30 commands" - Added command categories: Planning & Design, Development, Testing & Quality, Documentation, Version Control, Project Management, Research & Analysis, Utilities ## Files Changed: - 60 files changed, 7930 insertions(+), 267 deletions(-) - Added 26 commands to plugins/superclaude/commands/ - Added 26 commands to src/superclaude/commands/ - Created comprehensive command documentation Commands restored from:d4a17fc(superclaude/commands/) Total: 30 commands now available 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
97 lines
4.5 KiB
Markdown
97 lines
4.5 KiB
Markdown
---
|
|
name: workflow
|
|
description: "Generate structured implementation workflows from PRDs and feature requirements"
|
|
category: orchestration
|
|
complexity: advanced
|
|
mcp-servers: [sequential, context7, magic, playwright, morphllm, serena]
|
|
personas: [architect, analyzer, frontend, backend, security, devops, project-manager]
|
|
---
|
|
|
|
# /sc:workflow - Implementation Workflow Generator
|
|
|
|
## Triggers
|
|
- PRD and feature specification analysis for implementation planning
|
|
- Structured workflow generation for development projects
|
|
- Multi-persona coordination for complex implementation strategies
|
|
- Cross-session workflow management and dependency mapping
|
|
|
|
## Usage
|
|
```
|
|
/sc:workflow [prd-file|feature-description] [--strategy systematic|agile|enterprise] [--depth shallow|normal|deep] [--parallel]
|
|
```
|
|
|
|
## Behavioral Flow
|
|
1. **Analyze**: Parse PRD and feature specifications to understand implementation requirements
|
|
2. **Plan**: Generate comprehensive workflow structure with dependency mapping and task orchestration
|
|
3. **Coordinate**: Activate multiple personas for domain expertise and implementation strategy
|
|
4. **Execute**: Create structured step-by-step workflows with automated task coordination
|
|
5. **Validate**: Apply quality gates and ensure workflow completeness across domains
|
|
|
|
Key behaviors:
|
|
- Multi-persona orchestration across architecture, frontend, backend, security, and devops domains
|
|
- Advanced MCP coordination with intelligent routing for specialized workflow analysis
|
|
- Systematic execution with progressive workflow enhancement and parallel processing
|
|
- Cross-session workflow management with comprehensive dependency tracking
|
|
|
|
## MCP Integration
|
|
- **Sequential MCP**: Complex multi-step workflow analysis and systematic implementation planning
|
|
- **Context7 MCP**: Framework-specific workflow patterns and implementation best practices
|
|
- **Magic MCP**: UI/UX workflow generation and design system integration strategies
|
|
- **Playwright MCP**: Testing workflow integration and quality assurance automation
|
|
- **Morphllm MCP**: Large-scale workflow transformation and pattern-based optimization
|
|
- **Serena MCP**: Cross-session workflow persistence, memory management, and project context
|
|
|
|
## Tool Coordination
|
|
- **Read/Write/Edit**: PRD analysis and workflow documentation generation
|
|
- **TodoWrite**: Progress tracking for complex multi-phase workflow execution
|
|
- **Task**: Advanced delegation for parallel workflow generation and multi-agent coordination
|
|
- **WebSearch**: Technology research, framework validation, and implementation strategy analysis
|
|
- **sequentialthinking**: Structured reasoning for complex workflow dependency analysis
|
|
|
|
## Key Patterns
|
|
- **PRD Analysis**: Document parsing → requirement extraction → implementation strategy development
|
|
- **Workflow Generation**: Task decomposition → dependency mapping → structured implementation planning
|
|
- **Multi-Domain Coordination**: Cross-functional expertise → comprehensive implementation strategies
|
|
- **Quality Integration**: Workflow validation → testing strategies → deployment planning
|
|
|
|
## Examples
|
|
|
|
### Systematic PRD Workflow
|
|
```
|
|
/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
|
|
```
|
|
|
|
### Agile Feature Workflow
|
|
```
|
|
/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
|
|
```
|
|
|
|
### Enterprise Implementation Planning
|
|
```
|
|
/sc:workflow enterprise-prd.md --strategy enterprise --validate
|
|
# Enterprise-scale workflow with comprehensive validation
|
|
# Security, devops, and architect personas for compliance and scalability
|
|
```
|
|
|
|
### Cross-Session Workflow Management
|
|
```
|
|
/sc:workflow project-brief.md --depth normal
|
|
# Serena MCP manages cross-session workflow context and persistence
|
|
# Progressive workflow enhancement with memory-driven insights
|
|
```
|
|
|
|
## Boundaries
|
|
|
|
**Will:**
|
|
- Generate comprehensive implementation workflows from PRD and feature specifications
|
|
- Coordinate multiple personas and MCP servers for complete implementation strategies
|
|
- Provide cross-session workflow management and progressive enhancement capabilities
|
|
|
|
**Will Not:**
|
|
- Execute actual implementation tasks beyond workflow planning and strategy
|
|
- Override established development processes without proper analysis and validation
|
|
- Generate workflows without comprehensive requirement analysis and dependency mapping |