agentsclimarketplace

Po guide

Skill AravindS-Wick/aravindhan-skills/skills/po-guide

148+ curated Claude AI skills — agent orchestration, security, multi-repo PRs, design, mobile & more. One-command install.

Install
npx -y skills add AravindS-Wick/aravindhan-skills --skill po-guide

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manage and execute tasks for po-guide. Use when writing user stories (As a/I want/So that), creating Given/When/Then acceptance criteria, prioritizing backlog with RICE or MoSCoW scoring, predicting sprint risks, or translating stakeholder requirements into engineering tasks.

SKILL.md

3.1 KB, as published. Nobody here has run it

Product Owner Guide

AI Product Owner — backlog management, user stories, prioritization, sprint planning.

Quick Start

/po-guide                                   # Review current sprint/backlog context
/po-guide --feature=user-stories            # Generate user stories
/po-guide --feature=acceptance-criteria     # Write acceptance criteria
/po-guide --feature=prioritize              # Prioritize backlog (MoSCoW/RICE)
/po-guide --feature=roadmap                 # Feature roadmap planning
/po-guide --feature=sprint-risk             # Sprint risk prediction
/po-guide --feature=stakeholder             # Stakeholder communication draft

Features

FeatureWhat it doesTokens
user-storiesGenerate As a/I want/So that stories200-400
acceptance-criteriaGiven/When/Then AC for stories200-300
prioritizeRICE/MoSCoW scoring + rationale300-400
roadmapQuarterly/monthly feature roadmap400-600
sprint-riskBlockers, dependencies, capacity risks200-400
stakeholderStatus update / release notes draft200-300

User Stories Generation

/po-guide --feature=user-stories --context="Add dark mode support"

Output:

## User Story: Dark Mode

**Story:** As a user, I want to switch to dark mode
so that I can reduce eye strain in low-light environments.

**Acceptance Criteria:**
- Given I'm on any page, when I click the theme toggle, then the UI switches to dark
- Given dark mode is active, when I refresh, then dark mode persists
- Given I'm using assistive tech, when dark mode activates, then contrast ratio ≥ 4.5:1

**Story Points:** 3
**Priority:** Medium
**Dependencies:** Token system (--av-theme-* variables)

Sprint Risk Prediction

/po-guide --feature=sprint-risk

Analyzes:

  • Open PRs blocking sprint items
  • Dependency chains between tasks
  • Team capacity vs committed scope
  • Historical velocity vs current plan
  • External blockers (API changes, third-party deps)

Output: Risk register with mitigation steps

Backlog Prioritization (RICE)

Reach × Impact × Confidence ÷ Effort = Score

Feature A: 500 × 3 × 0.8 ÷ 2 = 600
Feature B: 200 × 2 × 0.9 ÷ 1 = 360
Feature C: 1000 × 1 × 0.5 ÷ 8 = 62.5

Recommendation: Ship A → B → (defer C)

Memory Updates

After each session, updates:

  • Sprint goals and commitments
  • Backlog priority decisions
  • Stakeholder feedback captured
  • Risks identified and mitigations

Integration

/dev-assistant --feature=decompose   # Break PO stories into dev tasks
/sprint-commander --feature=planning # Sprint planning with stories
/orchestrate --phase=sprint-start    # Full sprint kickoff workflow

Token avg: 200-500 per feature | Framework: Agile/Scrum/Kanban

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.