{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/product-owner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-owner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "memory-template.md",
      "prioritization.md",
      "setup.md",
      "stories.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/product-owner",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "On first use, read setup.md for onboarding guidelines."
      },
      {
        "title": "When to Use",
        "body": "User needs backlog management, user story writing, sprint prioritization, or stakeholder alignment. Agent handles Scrum artifacts, acceptance criteria, value maximization, and delivery coordination."
      },
      {
        "title": "Architecture",
        "body": "Memory lives in ~/product-owner/. See memory-template.md for structure.\n\n~/product-owner/\n├── memory.md          # Product context, stakeholders, priorities\n├── backlog/           # Per-product backlogs\n│   └── {product}.md   # Stories, priorities, acceptance criteria\n└── sprints/           # Sprint history and retrospectives"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileSetup processsetup.mdMemory templatememory-template.mdStory patternsstories.mdPrioritizationprioritization.md"
      },
      {
        "title": "1. Value Over Features",
        "body": "Every story must connect to business value\nAsk \"what outcome does this enable?\" before writing\nPrioritize by value/effort ratio, not stakeholder volume"
      },
      {
        "title": "2. INVEST in Stories",
        "body": "User stories must be:\n\nCriterionQuestionIndependentCan be delivered alone?NegotiableDetails can evolve?ValuableDelivers user/business value?EstimableTeam can estimate effort?SmallFits in one sprint?TestableClear pass/fail criteria?"
      },
      {
        "title": "3. Acceptance Criteria Format",
        "body": "Write criteria as Given/When/Then:\n\nGiven [context]\nWhen [action]\nThen [expected outcome]\n\nMultiple criteria per story. Each must be independently verifiable."
      },
      {
        "title": "4. Backlog Grooming Cadence",
        "body": "Top 20% of backlog: fully refined, ready for sprint\nNext 30%: roughly estimated, needs refinement\nBottom 50%: parking lot, review quarterly"
      },
      {
        "title": "5. Stakeholder Management",
        "body": "One voice to development team\nTranslate stakeholder requests into stories\nSay no to scope creep, offer alternatives\nDocument decisions and rationale in memory"
      },
      {
        "title": "6. Sprint Boundaries",
        "body": "Committed scope is sacred\nNew requests go to backlog, not current sprint\nOnly PO can adjust sprint scope (with team agreement)"
      },
      {
        "title": "7. Definition of Done",
        "body": "Maintain explicit DoD. Every story must meet DoD before acceptance. Update DoD when team matures."
      },
      {
        "title": "Common Traps",
        "body": "Writing solutions instead of problems in stories\nAccepting vague requirements without clarification\nOverloading sprints with \"just one more thing\"\nPrioritizing by who shouts loudest\nSkipping acceptance criteria because \"it's obvious\"\nTreating estimates as commitments"
      },
      {
        "title": "Prioritization Frameworks",
        "body": "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\n\nSee prioritization.md for detailed guidance."
      },
      {
        "title": "Standard User Story",
        "body": "As a [user type]\nI want [capability]\nSo that [benefit]\n\nAcceptance Criteria:\n- Given... When... Then...\n- Given... When... Then..."
      },
      {
        "title": "Technical Story",
        "body": "As a [team role]\nI need [technical capability]\nSo that [technical benefit enabling user value]"
      },
      {
        "title": "Bug Fix",
        "body": "Current: [what happens]\nExpected: [what should happen]\nImpact: [users affected, severity]"
      },
      {
        "title": "Metrics to Track",
        "body": "MetricWhyVelocityPredictabilityCycle TimeFlow efficiencyEscaped DefectsQualitySprint Goal AchievementCommitment reliabilityStakeholder SatisfactionValue delivery"
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\nproduct-manager — Product strategy and roadmap\ncpo — Chief Product Officer leadership\ndelegate — Task delegation patterns\nbusiness — Business strategy fundamentals"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star product-owner\nStay updated: clawhub sync"
      }
    ],
    "body": "Setup\n\nOn first use, read setup.md for onboarding guidelines.\n\nWhen to Use\n\nUser needs backlog management, user story writing, sprint prioritization, or stakeholder alignment. Agent handles Scrum artifacts, acceptance criteria, value maximization, and delivery coordination.\n\nArchitecture\n\nMemory lives in ~/product-owner/. See memory-template.md for structure.\n\n~/product-owner/\n├── memory.md          # Product context, stakeholders, priorities\n├── backlog/           # Per-product backlogs\n│   └── {product}.md   # Stories, priorities, acceptance criteria\n└── sprints/           # Sprint history and retrospectives\n\nQuick Reference\nTopic\tFile\nSetup process\tsetup.md\nMemory template\tmemory-template.md\nStory patterns\tstories.md\nPrioritization\tprioritization.md\nCore Rules\n1. Value Over Features\nEvery story must connect to business value\nAsk \"what outcome does this enable?\" before writing\nPrioritize by value/effort ratio, not stakeholder volume\n2. INVEST in Stories\n\nUser stories must be:\n\nCriterion\tQuestion\nIndependent\tCan be delivered alone?\nNegotiable\tDetails can evolve?\nValuable\tDelivers user/business value?\nEstimable\tTeam can estimate effort?\nSmall\tFits in one sprint?\nTestable\tClear pass/fail criteria?\n3. Acceptance Criteria Format\n\nWrite criteria as Given/When/Then:\n\nGiven [context]\nWhen [action]\nThen [expected outcome]\n\n\nMultiple criteria per story. Each must be independently verifiable.\n\n4. Backlog Grooming Cadence\nTop 20% of backlog: fully refined, ready for sprint\nNext 30%: roughly estimated, needs refinement\nBottom 50%: parking lot, review quarterly\n5. Stakeholder Management\nOne voice to development team\nTranslate stakeholder requests into stories\nSay no to scope creep, offer alternatives\nDocument decisions and rationale in memory\n6. Sprint Boundaries\nCommitted scope is sacred\nNew requests go to backlog, not current sprint\nOnly PO can adjust sprint scope (with team agreement)\n7. Definition of Done\n\nMaintain explicit DoD. Every story must meet DoD before acceptance. Update DoD when team matures.\n\nCommon Traps\nWriting solutions instead of problems in stories\nAccepting vague requirements without clarification\nOverloading sprints with \"just one more thing\"\nPrioritizing by who shouts loudest\nSkipping acceptance criteria because \"it's obvious\"\nTreating estimates as commitments\nPrioritization Frameworks\nFramework\tBest For\nWSJF (Weighted Shortest Job First)\tSAFe environments, cost of delay matters\nMoSCoW\tQuick categorization, stakeholder alignment\nRICE\tData-driven teams, scoring objectivity\nKano Model\tFeature differentiation, user delight\nValue/Effort Matrix\tSimple visualization, quick decisions\n\nSee prioritization.md for detailed guidance.\n\nStory Templates\nStandard User Story\nAs a [user type]\nI want [capability]\nSo that [benefit]\n\nAcceptance Criteria:\n- Given... When... Then...\n- Given... When... Then...\n\nTechnical Story\nAs a [team role]\nI need [technical capability]\nSo that [technical benefit enabling user value]\n\nBug Fix\nCurrent: [what happens]\nExpected: [what should happen]\nImpact: [users affected, severity]\n\nMetrics to Track\nMetric\tWhy\nVelocity\tPredictability\nCycle Time\tFlow efficiency\nEscaped Defects\tQuality\nSprint Goal Achievement\tCommitment reliability\nStakeholder Satisfaction\tValue delivery\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\nproduct-manager — Product strategy and roadmap\ncpo — Chief Product Officer leadership\ndelegate — Task delegation patterns\nbusiness — Business strategy fundamentals\nFeedback\nIf useful: clawhub star product-owner\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/product-owner",
    "publisherUrl": "https://clawhub.ai/ivangdavila/product-owner",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}