allowed-tools, description, wave-enabled, complexity-threshold, performance-profile, personas, mcp-servers
| allowed-tools |
description |
wave-enabled |
complexity-threshold |
performance-profile |
personas |
mcp-servers |
| Read |
| Glob |
| Grep |
| TodoWrite |
| Task |
| mcp__sequential-thinking__sequentialthinking |
| mcp__context7__resolve-library-id |
| mcp__context7__get-library-docs |
|
Generate structured implementation workflows from PRDs and feature requirements with expert guidance |
true |
0.6 |
complex |
| architect |
| analyzer |
| frontend |
| backend |
| security |
| devops |
| project-manager |
|
|
/hc:workflow - Implementation Workflow Generator
Purpose
Analyze Product Requirements Documents (PRDs) and feature specifications to generate comprehensive, step-by-step implementation workflows with expert guidance, dependency mapping, and automated task orchestration.
Usage
Arguments
prd-file|feature-description - Path to PRD file or direct feature description
--persona - Force specific expert persona (@agent-architect, frontend, backend, security, devops, etc.)
--strategy - Workflow strategy (systematic, agile, mvp)
--output - Output format (roadmap, tasks, detailed)
--estimate - Include time and complexity estimates
--dependencies - Map external dependencies and integrations
--risks - Include risk assessment and mitigation strategies
--parallel - Identify parallelizable work streams
--milestones - Create milestone-based project phases
MCP Integration Flags
--c7 / --context7 - Enable Context7 for framework patterns and best practices
--sequential - Enable Sequential thinking for complex multi-step analysis
--all-mcp - Enable all MCP servers for comprehensive workflow generation
Workflow Strategies
Systematic Strategy (Default)
- Requirements Analysis - Deep dive into PRD structure and acceptance criteria
- Architecture Planning - System design and component architecture
- Dependency Mapping - Identify all internal and external dependencies
- Implementation Phases - Sequential phases with clear deliverables
- Testing Strategy - Comprehensive testing approach at each phase
- Deployment Planning - Production rollout and monitoring strategy
Agile Strategy
- Epic Breakdown - Convert PRD into user stories and epics
- Sprint Planning - Organize work into iterative sprints
- MVP Definition - Identify minimum viable product scope
- Iterative Development - Plan for continuous delivery and feedback
- Stakeholder Engagement - Regular review and adjustment cycles
- Retrospective Planning - Built-in improvement and learning cycles
MVP Strategy
- Core Feature Identification - Strip down to essential functionality
- Rapid Prototyping - Focus on quick validation and feedback
- Technical Debt Planning - Identify shortcuts and future improvements
- Validation Metrics - Define success criteria and measurement
- Scaling Roadmap - Plan for post-MVP feature expansion
- User Feedback Integration - Structured approach to user input
Expert Persona Auto-Activation
Frontend Workflow (--persona frontend or auto-detected)
- UI/UX Analysis - Design system integration and component planning
- State Management - Data flow and state architecture
- Performance Optimization - Bundle optimization and lazy loading
- Accessibility Compliance - WCAG guidelines and inclusive design
- Browser Compatibility - Cross-browser testing strategy
- Mobile Responsiveness - Responsive design implementation plan
Backend Workflow (--persona backend or auto-detected)
- API Design - RESTful/GraphQL endpoint planning
- Database Schema - Data modeling and migration strategy
- Security Implementation - Authentication, authorization, and data protection
- Performance Scaling - Caching, optimization, and load handling
- Service Integration - Third-party APIs and microservices
- Monitoring & Logging - Observability and debugging infrastructure
Architecture Workflow (--persona architect or auto-detected)
- System Design - High-level architecture and service boundaries
- Technology Stack - Framework and tool selection rationale
- Scalability Planning - Growth considerations and bottleneck prevention
- Security Architecture - Comprehensive security strategy
- Integration Patterns - Service communication and data flow
- DevOps Strategy - CI/CD pipeline and infrastructure as code
Security Workflow (--persona security or auto-detected)
- Threat Modeling - Security risk assessment and attack vectors
- Data Protection - Encryption, privacy, and compliance requirements
- Authentication Strategy - User identity and access management
- Security Testing - Penetration testing and vulnerability assessment
- Compliance Validation - Regulatory requirements (GDPR, HIPAA, etc.)
- Incident Response - Security monitoring and breach protocols
DevOps Workflow (--persona devops or auto-detected)
- Infrastructure Planning - Cloud architecture and resource allocation
- CI/CD Pipeline - Automated testing, building, and deployment
- Environment Management - Development, staging, and production environments
- Monitoring Strategy - Application and infrastructure monitoring
- Backup & Recovery - Data protection and disaster recovery planning
- Performance Monitoring - APM tools and performance optimization
Output Formats
Roadmap Format (--output roadmap)
Tasks Format (--output tasks)
Detailed Format (--output detailed)
Advanced Features
Dependency Analysis
- Internal Dependencies - Identify coupling between components and features
- External Dependencies - Map third-party services and APIs
- Technical Dependencies - Framework versions, database requirements
- Team Dependencies - Cross-team coordination requirements
- Infrastructure Dependencies - Cloud services, deployment requirements
Risk Assessment & Mitigation
- Technical Risks - Complexity, performance, and scalability concerns
- Timeline Risks - Dependency bottlenecks and resource constraints
- Security Risks - Data protection and compliance vulnerabilities
- Business Risks - Market changes and requirement evolution
- Mitigation Strategies - Fallback plans and alternative approaches
Parallel Work Stream Identification
- Independent Components - Features that can be developed simultaneously
- Shared Dependencies - Common components requiring coordination
- Critical Path Analysis - Bottlenecks that block other work
- Resource Allocation - Team capacity and skill distribution
- Communication Protocols - Coordination between parallel streams
Integration with SuperClaude Ecosystem
TodoWrite Integration
- Automatically creates session tasks for immediate next steps
- Provides progress tracking throughout workflow execution
- Links workflow phases to actionable development tasks
Task Command Integration
- Converts workflow into hierarchical project tasks (
/task)
- Enables cross-session persistence and progress tracking
- Supports complex orchestration with
/spawn
Implementation Command Integration
- Seamlessly connects to
/implement for feature development
- Provides context-aware implementation guidance
- Auto-activates appropriate personas for each workflow phase
Analysis Command Integration
- Leverages
/analyze for codebase assessment
- Integrates existing code patterns into workflow planning
- Identifies refactoring opportunities and technical debt
Usage Examples
Generate Workflow from PRD File
Create Frontend-Focused Workflow
MVP Planning with Risk Assessment
Backend API Workflow with Dependencies
Full-Stack Feature Workflow
Quality Gates and Validation
Workflow Completeness Check
- Requirements Coverage - Ensure all PRD requirements are addressed
- Acceptance Criteria - Validate testable success criteria
- Technical Feasibility - Assess implementation complexity and risks
- Resource Alignment - Match workflow to team capabilities and timeline
Best Practices Validation
- Architecture Patterns - Ensure adherence to established patterns
- Security Standards - Validate security considerations at each phase
- Performance Requirements - Include performance targets and monitoring
- Maintainability - Plan for long-term code maintenance and updates
Stakeholder Alignment
- Business Requirements - Ensure business value is clearly defined
- Technical Requirements - Validate technical specifications and constraints
- Timeline Expectations - Realistic estimation and milestone planning
- Success Metrics - Define measurable outcomes and KPIs
Performance Optimization
Workflow Generation Speed
- PRD Parsing - Efficient document analysis and requirement extraction
- Pattern Recognition - Rapid identification of common implementation patterns
- Template Application - Reusable workflow templates for common scenarios
- Incremental Generation - Progressive workflow refinement and optimization
Context Management
- Memory Efficiency - Optimal context usage for large PRDs
- Caching Strategy - Reuse analysis results across similar workflows
- Progressive Loading - Load workflow details on-demand
- Compression - Efficient storage and retrieval of workflow data
Success Metrics
Workflow Quality
- Implementation Success Rate - >90% successful feature completion following workflows
- Timeline Accuracy - <20% variance from estimated timelines
- Requirement Coverage - 100% PRD requirement mapping to workflow tasks
- Stakeholder Satisfaction - >85% satisfaction with workflow clarity and completeness
Performance Targets
- Workflow Generation - <30 seconds for standard PRDs
- Dependency Analysis - <60 seconds for complex systems
- Risk Assessment - <45 seconds for comprehensive evaluation
- Context Integration - <10 seconds for MCP server coordination
Claude Code Integration
- Multi-Tool Orchestration - Coordinates Read, Task, Glob, Grep for comprehensive analysis
- Progressive Task Creation - Uses TodoWrite for immediate next steps and Task for long-term planning
- MCP Server Coordination - Intelligent routing to Context7 and Sequential based on workflow needs
- Cross-Command Integration - Seamless handoff to implement, analyze, design, and other SuperClaude commands
- Evidence-Based Planning - Maintains audit trail of decisions and rationale throughout workflow generation