ワンクリックで
define-prd
Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Register work items, create feature branches, track and advance stages, close work items in the VibeFlow docs-first development workflow
Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow
Create Feature Specs for Stage E of the VibeFlow docs-first workflow
Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow
Release preparation for Stages I-L of the VibeFlow docs-first workflow
Document ADRs for non-trivial choices at Stage D of the VibeFlow docs-first workflow
SOC 職業分類に基づく
| name | define-prd |
| description | Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow |
| metadata | {"triggers":["create PRD","write PRD","product requirements","Stage A","plan feature"]} |
Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow.
This skill creates and validates PRD (Product Requirements Document) for Stage A:
Stage A: Initiate
│
├── Create/update PRD
├── Define problem, users, scope
└── Set success metrics
/define-prd
Creates or updates docs/prds/prd.md with required sections.
docs/prds/prd.md)Required sections:
scripts/validate_prd.py — Validate PRD structure and contentSee assets/:
prd-template.md — PRD templateAfter completing Stage A, update docs/workflow-state.yaml:
stage: Adocs.prd: docs/prds/prd.mdAfter completing this stage, ask the user for permission before committing:
git add docs/prds/prd.md docs/workflow-state.yaml
git commit -m "feat(prd): define product requirements (#ft-<ID>)"
Replace <ID> with the actual work item ID.
After the commit is complete, directly run /manage-work advance <ID> to advance to the next stage.