Skill collection for structured PRD authoring. 5-phase workflow, optional top-tier polish pass, optional idea stress-testing.
Two install patterns are supported. Pick one.
cd ~/.claude/skills
git clone <repo-url> prd-writer
# 子 skill symlink(绝对路径,和 setup 脚本保持一致)
ln -s ~/.claude/skills/prd-writer/write-prd ~/.claude/skills/write-prd
ln -s ~/.claude/skills/prd-writer/prd-refine ~/.claude/skills/prd-refine
ln -s ~/.claude/skills/prd-writer/grill-me ~/.claude/skills/grill-me
ln -s ~/.claude/skills/prd-writer/opus-prd-polish ~/.claude/skills/opus-prd-polish
ln -s ~/.claude/skills/prd-writer/prd-score ~/.claude/skills/prd-scoregit clone <repo-url> ~/path/to/prd-writer
ln -s ~/path/to/prd-writer ~/.claude/skills/prd-writer
ln -s ~/path/to/prd-writer/write-prd ~/.claude/skills/write-prd
ln -s ~/path/to/prd-writer/prd-refine ~/.claude/skills/prd-refine
ln -s ~/path/to/prd-writer/grill-me ~/.claude/skills/grill-me
ln -s ~/path/to/prd-writer/opus-prd-polish ~/.claude/skills/opus-prd-polish
ln -s ~/path/to/prd-writer/prd-score ~/.claude/skills/prd-scoreFor Pattern A (repo lives at ~/.claude/skills/prd-writer):
bash ~/.claude/skills/prd-writer/scripts/setup-dependencies.shFor Pattern B, substitute your actual clone path:
bash ~/path/to/prd-writer/scripts/setup-dependencies.shThe script prints exact ln -s commands for anything missing — copy and run them.
- Codex: see
platforms/codex/INSTALL.md - OpenClaw: see
platforms/openclaw/INSTALL.md
| Skill | Trigger | Description |
|---|---|---|
/write-prd |
"write a PRD", "create product requirements" | Full 5-phase PRD workflow |
/prd-refine |
"refine this PRD", "polish the PRD" | Quick edit pass, preserves detail |
/opus-prd-polish |
"opus polish", "final polish" | Top-tier clarity and structure pass (uses highest-reasoning model available) |
/grill-me |
"grill me", "stress-test this" | Relentless interrogation of a plan or idea |
/write-prd [brief file or topic]
The workflow will:
- Load context from files or user input
- Optionally offer
/grill-meif the idea is vague - Ask one question at a time about market, users, scope, business model
- Present assumptions and implementation options
- Draft a structured PRD with 14 sections
- Review against a quality checklist
- Optionally run
/opus-prd-polish(top-tier polish pass) and commit
Bundled: write-prd, prd-refine, opus-prd-polish, grill-me
External (optional): gstack — for QA, design review, deployment verification
See docs/DEPENDENCIES.md for details.
- Never fabricate RTP, odds, regulatory, or market facts
- Assumptions and confirmed facts must be visually distinct
- Every variable/state/event/config field gets a readable English identifier
- Art/design requirements stay in a dedicated section
- Output language follows user preference
Keep it small and portable. See CONTRIBUTING.md.
MIT