ソース情報
- リポジトリ
- hardness1020/VibeFlow
- ソースの最終更新活動
- 2026年3月19日 21:49
- 検出された SKILL.md の言語
- 英語
- スター
- 8
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/hardness1020/VibeFlow --skill define-prdコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| 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.