executing-epic-workflowlisted
Install: claude install-skill aiskillstore/marketplace
# Executing EPIC Workflow
## 1. Context
- Main Objective: Execute feature development using the EPIC methodology (Explore, Research, Plan, Validate, Implement, Review, Iterate)
- Secondary Objective: Ensure proper delegation to specialized subagents for each phase
- User Input: Feature description, requirements, or task specification
- Workflow: Explore → Research → Plan → Validate Plan → Implement → Review → Iterate (main agent only implements)
### CRITICAL: Session Directory Initialization
**BEFORE starting any EPIC phase, the main agent MUST:**
1. Create session directory: `.claude/sessions/[NN]-[session-description]/`
- `[NN]`: Two-digit sequential number (01, 02, 03, etc.)
- `[session-description]`: Short hyphenated description (e.g., user-auth-feature, payment-integration)
2. Store the session directory path for use throughout the workflow
3. **ALWAYS instruct ALL subagents to save their reports to this session directory**
**Example:**
- Session directory: `.claude/sessions/01-user-auth-feature/`
- When delegating to any subagent, ALWAYS include: "Save your report to `.claude/sessions/01-user-auth-feature/[required-filename].md`"
## 2. Workflow
### Phase 1: Explore
**Objective:** Gather comprehensive context about the codebase and existing implementations
- T001: Initialize session directory [P0]
- Determine next sequential number by checking existing `.claude/sessions/` directories
- Create new session directory: `.claude/sessions/[NN]-[session-descr