Product Owner workflows — ticket refinement, sprint planning, requirements analysis, impact assessment for Repo
From claude-toolkitnpx claudepluginhub johwer/marketplace --plugin claude-toolkitThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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: