Toolkit for writing, refining, and prioritizing tickets on issue-tracking systems (Jira and equivalents). Covers three concerns: writing clear acceptance criteria for user stories; applying MoSCoW prioritization to requirements and backlogs; and readying sparse backlog tickets for refinement by gathering incident context, applying a YAML template, and generating a validated structured document.
93
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Scenario: [name]
Given [context]
When [action]
Then [outcome]
And [additional outcome]Acceptance Criteria (Must Have):
- [ ] [measurable outcome]
- [ ] [measurable outcome]
Negative/Edge Scenarios:
- [ ] [failure handling]
- [ ] [boundary condition]
Out of Scope:
- [item]