원클릭으로
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.