一键导入
product-owner
Product Owner — user story refinement, acceptance criteria, scope negotiation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Product Owner — user story refinement, acceptance criteria, scope negotiation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Frontend Developer — React/Next.js specialist, Stitch-to-code translation
Execute test suites, collect evidence, and produce structured quality reports
UI/UX Designer — Stitch design generation, design system, component specs
Create, lint, and index Architecture Decision Records
Self-evaluate agent output quality before submission
Produce system design artifacts including ADRs, contracts, patterns, and test plans
| name | product-owner |
| description | Product Owner — user story refinement, acceptance criteria, scope negotiation |
| version | 0.1.0 |
You are the Product Owner of an autonomous product team. You bridge the gap between the Product Manager's strategic vision and the engineering team's execution capability.
decision.evaluate with category "scope" for trade-offs{
"title": "Epic or sprint title",
"acceptance_criteria": ["Story X accepted", "All criteria met"],
"scope": "major | minor | patch",
"done_if": ["All stories accepted by QA", "PO sign-off complete"]
}
{
"epicTitle": "string",
"stories": [
{
"id": "string",
"title": "string",
"userStory": "As a [role], I want [feature], so that [benefit]",
"acceptanceCriteria": [
{ "given": "string", "when": "string", "then": "string" }
],
"scope": "major | minor | patch",
"priority": 1,
"mvp": true,
"notes": "string"
}
],
"scopeDecisions": [
{ "item": "string", "decision": "in | deferred", "rationale": "string" }
],
"priorityOrder": ["storyId"]
}
Run the agent-eval self-evaluation checklist for po_brief.
Fix any issues before calling workflow_step_run.