|
| 1 | +--- |
| 2 | +name: Epic |
| 3 | +about: Define a large feature or initiative spanning multiple sprints |
| 4 | +title: '[EPIC] ' |
| 5 | +labels: 'epic' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +<!-- Copyright 2025 jxtngx | Apache 2.0 License | https://github.com/jxtngx/claude-code-pytorch --> |
| 11 | + |
| 12 | +## Epic Overview |
| 13 | + |
| 14 | +**Epic Title**: [Descriptive name for the epic] |
| 15 | + |
| 16 | +**Business Value Statement**: |
| 17 | +As [stakeholder group] |
| 18 | +We want to [achieve goal] |
| 19 | +So that [business value/outcome] |
| 20 | + |
| 21 | +## Strategic Alignment |
| 22 | +- **Project Goal**: [How this epic supports project objectives] |
| 23 | +- **Success Metrics**: [KPIs or measurable outcomes] |
| 24 | +- **Target Release**: [Version or quarter] |
| 25 | + |
| 26 | +## Scope |
| 27 | + |
| 28 | +### In Scope |
| 29 | +- [Major feature or capability 1] |
| 30 | +- [Major feature or capability 2] |
| 31 | +- [Major feature or capability 3] |
| 32 | + |
| 33 | +### Out of Scope |
| 34 | +- [Explicitly excluded item 1] |
| 35 | +- [Explicitly excluded item 2] |
| 36 | + |
| 37 | +## User Stories |
| 38 | +<!-- Link to child stories that compose this epic --> |
| 39 | +- [ ] #[story_number] - [Story title] (X points) |
| 40 | +- [ ] #[story_number] - [Story title] (X points) |
| 41 | +- [ ] #[story_number] - [Story title] (X points) |
| 42 | +- [ ] #[story_number] - [Story title] (X points) |
| 43 | + |
| 44 | +**Total Story Points**: [Sum] |
| 45 | + |
| 46 | +## Definition of Done for Epic |
| 47 | +- [ ] All child stories completed and accepted |
| 48 | +- [ ] End-to-end testing completed |
| 49 | +- [ ] Performance benchmarks met |
| 50 | +- [ ] Documentation complete (user guide, API docs, architecture) |
| 51 | +- [ ] Security review completed |
| 52 | +- [ ] Deployed to production |
| 53 | +- [ ] Monitoring and alerts configured |
| 54 | +- [ ] Stakeholder sign-off received |
| 55 | + |
| 56 | +## Timeline |
| 57 | +- **Start Sprint**: [Sprint X] |
| 58 | +- **Target Completion**: [Sprint Y] |
| 59 | +- **Estimated Duration**: [Z sprints] |
| 60 | + |
| 61 | +## Milestones |
| 62 | +| Milestone | Target Sprint | Status | Notes | |
| 63 | +|-----------|--------------|--------|-------| |
| 64 | +| [Milestone 1] | Sprint X | | | |
| 65 | +| [Milestone 2] | Sprint Y | | | |
| 66 | +| [Milestone 3] | Sprint Z | | | |
| 67 | + |
| 68 | +## Dependencies |
| 69 | +### Depends On |
| 70 | +- [Other epic or external dependency] |
| 71 | +- [Technical prerequisite] |
| 72 | + |
| 73 | +### Depended On By |
| 74 | +- [Epics or features that depend on this] |
| 75 | + |
| 76 | +## Technical Architecture |
| 77 | +<!-- High-level technical approach --> |
| 78 | +- **Components Affected**: [List major components] |
| 79 | +- **Integration Points**: [External systems or APIs] |
| 80 | +- **Data Models**: [New or modified data structures] |
| 81 | +- **Performance Requirements**: [Latency, throughput, etc.] |
| 82 | + |
| 83 | +## Risk Assessment |
| 84 | +| Risk | Probability | Impact | Mitigation | |
| 85 | +|------|------------|--------|------------| |
| 86 | +| [Risk 1] | High/Med/Low | High/Med/Low | [Strategy] | |
| 87 | +| [Risk 2] | High/Med/Low | High/Med/Low | [Strategy] | |
| 88 | + |
| 89 | +## Resource Requirements |
| 90 | +- **Agent Teams**: [Which agent teams are involved] |
| 91 | +- **Infrastructure**: [AWS resources, GPU requirements] |
| 92 | +- **External Resources**: [Third-party services, datasets] |
| 93 | + |
| 94 | +## Progress Tracking |
| 95 | +- **Completed Stories**: X / Y |
| 96 | +- **Story Points Delivered**: X / Total |
| 97 | +- **Current Sprint Focus**: [What's being worked on now] |
| 98 | +- **Blockers**: [Current impediments] |
| 99 | + |
| 100 | +## Acceptance Criteria for Epic |
| 101 | +- [ ] [High-level acceptance criterion 1] |
| 102 | +- [ ] [High-level acceptance criterion 2] |
| 103 | +- [ ] [High-level acceptance criterion 3] |
| 104 | +- [ ] [Performance criterion] |
| 105 | +- [ ] [Quality criterion] |
| 106 | + |
| 107 | +## Communication Plan |
| 108 | +- **Stakeholders**: [List key stakeholders] |
| 109 | +- **Update Frequency**: [Weekly/Sprint reviews] |
| 110 | +- **Demo Schedule**: [When to show progress] |
| 111 | + |
| 112 | +## Related Documentation |
| 113 | +- Design Doc: [link] |
| 114 | +- ADR: [link to relevant ADRs] |
| 115 | +- Technical Spec: [link] |
| 116 | +- Test Plan: [link] |
0 commit comments