PRD Docs — Documentation skill for Claude Code
/prd-docs — Refresh Project Documentation.
How to install PRD Docs
Installs to ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs/SKILL.md
mkdir -p ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs && curl -fsSL https://raw.githubusercontent.com/rodrigorjsf/prd-generator-plugin/HEAD/commands/prd-docs.md -o ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What PRD Docs does
/prd-docs — Refresh Project Documentation
Manually trigger the `project-docs` skill to update the `docs/` tree for the current project.
When to Use
- After implementing a significant feature or refactor
- When onboarding a new contributor and docs feel stale
- When you want to force a full docs review
- As a spot-check that documentation reflects current implementation
Execution
- Verify project context: Confirm
docs/prd/PRD.mdexists. If not, warn: *"No PRD foun
Alternatives in Documentation
- Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
- OpenAI Docs — Provide authoritative guidance from OpenAI developer documentation 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Refresh Docs
Regenerate documentation from code sources of truth
Skill Init Project
Slash command /init-project pour Claude Code — initialise ou bootstrap la documentation structuree d'un projet
Doc Refresh
Refresh documentation after version bumps, feature additions, or periodic maintenance: $ARGUMENTS
Speck.Refresh Website
Identify changes since last website refresh and update documentation
PM PRD Writer
Write Product Requirements Documents
PRD To JSON
Convert a PRD markdown file to prd.json for Ralf execution
Related Agents
Codemap Writer
Generate or refresh docs/CODEMAPS/ for the current repo. Use when the user runs /update-codemaps, when context
Gsd Doc Classifier
Classifies a single planning document as ADR, PRD, SPEC, DOC, or UNKNOWN. Extracts title, scope summary, and c
Docs Reconciler
Drift detection agent for any software project. Use every 3–5 merged PRs, before a release, or when picking up