원클릭으로
po
Product Owner commands -- backlog management, prioritization, grooming, review, and status. Routes to the product-owner agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Product Owner commands -- backlog management, prioritization, grooming, review, and status. Routes to the product-owner agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Behavioral floor management. Propose changes, review proposals, apply approved changes, view status. Routes to COO as behavioral floor guardian.
Compliance program management. Propose changes, review proposals, apply approved changes, audit conformance, view change log.
Generic floor management. Routes to the declared guardian for any governance floor. Use /floor propose <floor-name> <change> to propose changes to any active floor.
Structured agent-to-agent handoff. Validates artifact, logs metrics event, dispatches receiving agent.
Run a retrospective for the last completed work item. Pulls DORA metrics, summarizes flow, captures keep/stop/start.
Interactive project setup: copy templates, configure fleet, define compliance floor, add first specialist agent.
| name | po |
| description | Product Owner commands -- backlog management, prioritization, grooming, review, and status. Routes to the product-owner agent. |
| argument-hint | [groom|promote <item>|review|triage|next|backlog] |
Route PO commands to the product-owner agent.
/po -- WIP status overview (what is in progress, what is next, grooming needs)/po next -- Recommend the highest-priority ready item to work on/po groom -- Scan active tiers, propose refinements for items missing DoR fields/po promote <item> -- Expand a tier file item into a full work item with story + AC, create feature branch and draft PR/po review -- Review completed work against acceptance criteria + DoD/po review <item> -- Review a specific item/po triage -- Phase 0: triage the backlog. Collect signals, assess priorities, write triage report, surface summary to user/po backlog -- Full backlog health report| Subcommand | Model | Rationale |
|---|---|---|
/po (status) | Sonnet | Data lookup, structured reporting |
/po next | Sonnet | Data lookup with simple priority logic |
/po groom | Opus | Judgment: writing AC, WSJF scoring, NFR drafting |
/po promote | Sonnet | Template expansion, structured output |
/po review | Opus | Judgment: AC verification, accept/reject |
/po triage | Opus | Judgment: signal assessment, prioritization, triage report |
/po backlog | Sonnet | Data aggregation, structured reporting |
When the subcommand is review, the PO verifies work against acceptance criteria on the deployed environment:
ops/metrics-log.sh item-accepted <item-id>. Item moves to Done. Proceed to Retro (Phase 8).ops/metrics-log.sh item-rejected-at-acceptance <item-id> --reason "<description>". Item returns to Fix (Phase 5), then back through Build → Review → Deploy → Accept. The original author agent fixes the issue on the existing branch. See .claude/COLLABORATION.md § Acceptance Failure for the full process.When the subcommand is promote, after the PO agent expands the item into a full work item:
git checkout -b <type>/<item-id>-<slug> where type is feat, fix, chore, or docs based on the item category. Push: git push -u origin <branch-name>.create_pull_request with draft: true. PR body includes the work item's story, acceptance criteria, and NFR flags. PR title format: <type>: <description> (#<item-id>).ops/metrics-log.sh branch-created <item-id> --branch <branch-name> and ops/metrics-log.sh pr-opened <item-id> --pr <pr-number>.When the subcommand is triage, the PO runs Phase 0:
docs/plans/triage-YYYY-MM-DD.md file. If none exists, this is the first triage.item-rejected-at-build events, task-blocked events without corresponding task-unblocked, compliance violations. Check .claude/findings/register.md for findings with severity > normal. Check tier files for items unchanged since last triage.docs/plans/triage-YYYY-MM-DD.md using the template from the spec.ops/metrics-log.sh backlog-triaged --items-reviewed <N> --items-added <N> --items-dropped <N> --items-reordered <N>/findings.