Product Owner workflows — ticket refinement, sprint planning, requirements analysis, impact assessment for Repo
As a [HR administrator / employee / system admin],
I want to [specific action],
So that [business value].
**Acceptance Criteria:**
- Given [context], when [action], then [result]
- Given [context], when [action], then [result]
**Out of scope:**
- [What this ticket does NOT include]
**Dependencies:**
- [Other tickets or services needed]
When evaluating a feature request:
Identify affected services
# Search for related code in the monorepo
grep -r "EntityName" services/ --include="*.cs" -l
grep -r "relatedEndpoint" apps/web/src/ --include="*.ts" -l
Check API contracts
Database impact
Frontend impact
Cross-cutting concerns
# View ticket
acli jira workitem view PROJ-1234
# Update ticket status
acli jira workitem update PROJ-1234 --status "In Progress"
# Add comment
acli jira workitem comment PROJ-1234 "Analysis complete — see AC below"
# Download attachments
bash ~/.claude/scripts/jira-download-attachments.sh PROJ-1234
For enhanced product management: