.claude/skills/prd-enhance/SKILL.md
After MVP completion, interactively discuss the next scope and create a new PRD directory
npx skillsauth add peintangos/deep-agents-example prd-enhanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Receives the new PRD slug as an argument: $ARGUMENTS
After the current MVP or existing PRD is complete, interactively discuss the next scope and create a new PRD directory.
Use docs/prds/_template/ as the baseline for file structure and formatting.
Read the following documents to understand the current state:
docs/prds/*/prd.md (all PRDs)docs/roadmap.mddocs/prds/*/progress.md (all PRDs)docs/prds/*/specifications/spec-*.md (all PRDs)docs/ubiquitous/glossary.md — review existing terms for terminology consistencyDiscuss the following topics with the user:
Create the discussion results in docs/prds/prd-{new-slug}/. Same directory structure as /prd-create:
prd.md — PRD body (including ## Branch section)progress.md — Specification-level progress trackingtodo.md — Next tasksknowledge.md — Initialize with empty templatedependencies.md — Initialize with empty templateFor progress.md, follow the template exactly:
## Specification StatusSpecification | Title | Status | Completed On | NotesStatus column must be the third columnpending, in-progress, or donespec-*.md file## Summary so the done count and current focus are accurateCorrect shape:
# Progress - [PRD Title]
Use only these status values: `pending`, `in-progress`, `done`
## Specification Status
| Specification | Title | Status | Completed On | Notes |
|---------------|-------|--------|--------------|-------|
| spec-001-xxx | [Title] | pending | | |
| spec-002-xxx | [Title] | pending | | |
## Summary
- Done: 0/2
- Current focus: spec-001-xxx
# Product Requirements Document (PRD) - [Title]
## Branch
`ralph/{new-slug}`
## Overview
[What this PRD achieves]
## Background
[Why this PRD is needed. Context from existing PRDs]
## Product Principles
[Design principles and values for this PRD]
## Scope
### In Scope
- [Feature 1]
- [Feature 2]
### Out of Scope
- [Features not included]
## Target Users
[Updated personas and target users]
## Use Cases
[Key use cases]
## Functional Requirements
[Specific functional requirements]
## UX Requirements
[User experience requirements]
## System Requirements
[Technical and system requirements]
## Milestones
| Milestone | Description | Target Date |
|-----------|-------------|-------------|
| ... | ... | ... |
/spec-createdocs/roadmap.md to add the new PRD visionprogress.md so filenames, titles, and row count all match the specifications/ directorydocs/ubiquitous/glossary.mddata-ai
監査レポートを Zenn 技術記事向けの文体 (だ/である調 + 比較表 + 階層化された見出し) に整えるスキル。`src/reporter.ts` の骨組みを LLM が整形してレポート (`out/*.md`) を仕上げるときに読み込む。
testing
OSS リポジトリの既知脆弱性 (OSV / GHSA) を照合し、重大度と影響範囲を分類するスキル。セキュリティ監査を実行するときに読み込む。
data-ai
OSS リポジトリのメンテナンス健全性 (リリース頻度・Issue 対応速度・放置 PR) を定量的に評価するスキル。メンテナンス監査を実行するときに読み込む。
tools
OSS リポジトリのメインライセンスを特定し、商用利用制約・依存互換性・NG ライセンスの検出までを行うスキル。ライセンス監査を実行するときに読み込む。