45 lines
857 B
Markdown
45 lines
857 B
Markdown
# [STORY-###] {Title}
|
|
|
|
**Owner**: {AG-UI | AG-API | AG-CI | AG-DEVOPS}
|
|
**Status**: TODO
|
|
**Epic**: {Link to epic if applicable}
|
|
**Priority**: {P0 | P1 | P2 | P3}
|
|
**Estimate**: {1-13 story points}
|
|
|
|
## User Story
|
|
|
|
As a {user type},
|
|
I want to {action/capability},
|
|
So that {benefit/value}.
|
|
|
|
## Acceptance Criteria
|
|
|
|
### AC1: {Criterion Name}
|
|
**Given** {initial context/state}
|
|
**When** {action/trigger}
|
|
**Then** {expected outcome}
|
|
|
|
### AC2: {Another Criterion}
|
|
**Given** {context}
|
|
**When** {action}
|
|
**Then** {outcome}
|
|
|
|
## Technical Notes
|
|
|
|
- {Implementation details}
|
|
- {Dependencies}
|
|
- {Risks/Considerations}
|
|
|
|
## Testing Strategy
|
|
|
|
- {How to test this story}
|
|
- {Edge cases to verify}
|
|
|
|
## Definition of Done
|
|
|
|
- [ ] Code implemented and reviewed
|
|
- [ ] Tests written and passing
|
|
- [ ] Documentation updated
|
|
- [ ] Deployed to staging
|
|
- [ ] Acceptance criteria validated
|