Initial commit
This commit is contained in:
44
skills/agileflow-story-writer/templates/story-template.md
Normal file
44
skills/agileflow-story-writer/templates/story-template.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# [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
|
||||
Reference in New Issue
Block a user