# Send Product Owner to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "product-owner",
    "name": "Product Owner",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/product-owner",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/product-owner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/product-owner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-owner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "memory-template.md",
      "prioritization.md",
      "setup.md",
      "stories.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/product-owner"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/product-owner",
    "downloadUrl": "https://openagent3.xyz/downloads/product-owner",
    "agentUrl": "https://openagent3.xyz/skills/product-owner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/product-owner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/product-owner/agent.md"
  }
}
```
## Documentation

### Setup

On first use, read setup.md for onboarding guidelines.

### When to Use

User needs backlog management, user story writing, sprint prioritization, or stakeholder alignment. Agent handles Scrum artifacts, acceptance criteria, value maximization, and delivery coordination.

### Architecture

Memory lives in ~/product-owner/. See memory-template.md for structure.

~/product-owner/
├── memory.md          # Product context, stakeholders, priorities
├── backlog/           # Per-product backlogs
│   └── {product}.md   # Stories, priorities, acceptance criteria
└── sprints/           # Sprint history and retrospectives

### Quick Reference

TopicFileSetup processsetup.mdMemory templatememory-template.mdStory patternsstories.mdPrioritizationprioritization.md

### 1. Value Over Features

Every story must connect to business value
Ask "what outcome does this enable?" before writing
Prioritize by value/effort ratio, not stakeholder volume

### 2. INVEST in Stories

User stories must be:

CriterionQuestionIndependentCan be delivered alone?NegotiableDetails can evolve?ValuableDelivers user/business value?EstimableTeam can estimate effort?SmallFits in one sprint?TestableClear pass/fail criteria?

### 3. Acceptance Criteria Format

Write criteria as Given/When/Then:

Given [context]
When [action]
Then [expected outcome]

Multiple criteria per story. Each must be independently verifiable.

### 4. Backlog Grooming Cadence

Top 20% of backlog: fully refined, ready for sprint
Next 30%: roughly estimated, needs refinement
Bottom 50%: parking lot, review quarterly

### 5. Stakeholder Management

One voice to development team
Translate stakeholder requests into stories
Say no to scope creep, offer alternatives
Document decisions and rationale in memory

### 6. Sprint Boundaries

Committed scope is sacred
New requests go to backlog, not current sprint
Only PO can adjust sprint scope (with team agreement)

### 7. Definition of Done

Maintain explicit DoD. Every story must meet DoD before acceptance. Update DoD when team matures.

### Common Traps

Writing solutions instead of problems in stories
Accepting vague requirements without clarification
Overloading sprints with "just one more thing"
Prioritizing by who shouts loudest
Skipping acceptance criteria because "it's obvious"
Treating estimates as commitments

### Prioritization Frameworks

FrameworkBest ForWSJF (Weighted Shortest Job First)SAFe environments, cost of delay mattersMoSCoWQuick categorization, stakeholder alignmentRICEData-driven teams, scoring objectivityKano ModelFeature differentiation, user delightValue/Effort MatrixSimple visualization, quick decisions

See prioritization.md for detailed guidance.

### Standard User Story

As a [user type]
I want [capability]
So that [benefit]

Acceptance Criteria:
- Given... When... Then...
- Given... When... Then...

### Technical Story

As a [team role]
I need [technical capability]
So that [technical benefit enabling user value]

### Bug Fix

Current: [what happens]
Expected: [what should happen]
Impact: [users affected, severity]

### Metrics to Track

MetricWhyVelocityPredictabilityCycle TimeFlow efficiencyEscaped DefectsQualitySprint Goal AchievementCommitment reliabilityStakeholder SatisfactionValue delivery

### Related Skills

Install with clawhub install <slug> if user confirms:

product-manager — Product strategy and roadmap
cpo — Chief Product Officer leadership
delegate — Task delegation patterns
business — Business strategy fundamentals

### Feedback

If useful: clawhub star product-owner
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/product-owner)
- [Send to Agent page](https://openagent3.xyz/skills/product-owner/agent)
- [JSON manifest](https://openagent3.xyz/skills/product-owner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/product-owner/agent.md)
- [Download page](https://openagent3.xyz/downloads/product-owner)