# SYNAPSE Workflow Domain: epic_creation
# Layer 3: Phase-aware rules for Epic Creation
# Source: DESIGN-SYNAPSE-ENGINE.md section 8, .claude/rules/workflow-execution.md

# Phase: planning — @pm gathering requirements and defining epic scope
WORKFLOW_EPIC_CREATE_RULE_0=Phase planning: Gather requirements from stakeholders and existing documentation
WORKFLOW_EPIC_CREATE_RULE_1=Phase planning: Define epic scope, objectives, and success criteria

# Phase: breakdown — @pm breaking epic into stories with @sm
WORKFLOW_EPIC_CREATE_RULE_2=Phase breakdown: Break epic into stories using wave-based sequencing
WORKFLOW_EPIC_CREATE_RULE_3=Phase breakdown: Each story must have clear dependencies and acceptance criteria

# Phase: tech_review — @architect reviewing technical feasibility
WORKFLOW_EPIC_CREATE_RULE_4=Phase tech_review: Assess complexity across 5 dimensions (scope, integration, infrastructure, knowledge, risk)
WORKFLOW_EPIC_CREATE_RULE_5=Phase tech_review: Validate architecture decisions and technology choices
WORKFLOW_EPIC_CREATE_RULE_6=Phase tech_review: Identify technical risks and propose mitigations
