← ClaudeAtlas

prdlisted

Structured workflow for creating Product Requirements Documents (PRDs). Use when writing new PRDs or defining WHAT to build and WHY before implementation. Triggers on "write requirements for X", "define scope for Y", "draft a spec", "what should we build for Z", "I need a PRD", or any request to capture requirements. Do NOT use for technical architecture decisions (/design) or open-ended exploration (/explore). Drives a multi-phase workflow: conversational scoping, parallel research agents, structured drafting, and a 3-agent jury review.
tsukumogami/shirabe · ★ 0 · AI & Automation · score 67
Install: claude install-skill tsukumogami/shirabe
@.claude/shirabe-extensions/prd.md @.claude/shirabe-extensions/prd.local.md # Product Requirements Documents PRDs capture WHAT to build and WHY -- the problem, goals, requirements, and acceptance criteria. They complement design documents (which capture HOW) and are the input for /design (which produces technical architecture). **Writing style:** Read `skills/writing-style/SKILL.md` for guidance. ## Artifact Lifecycle **Lifecycle:** Durable. Stays in `docs/prds/` after completion. PRD is durable because the requirements captured at PRD-Accepted time are the audit trail of what was promised. Future readers checking whether a shipped feature met its requirements need the PRD to remain in place. ## PRD Format See `references/prd-format.md` for PRD structure, frontmatter, lifecycle states, validation rules, and quality guidance. Load it during Phases 3 and 4. ## File Location PRDs live at `docs/prds/PRD-<name>.md` (kebab-case). No directory movement based on status -- stable paths keep cross-references durable and git blame readable. ## Repo Visibility Before writing content, detect visibility from CLAUDE.md (`## Repo Visibility: Public|Private`). If not found, infer from repo path (`private/` -> Private, `public/` -> Public; default to Private). Load the appropriate content governance skill: - **Private repos:** Read `skills/private-content/SKILL.md` - **Public repos:** Read `skills/public-content/SKILL.md` Public PRDs must not reference private artifacts. --- ##