Создание PRD через интервью и анализ кодовой базы

documentation

write-a-prd is a Claude Code skill that guides users through a structured product requirements document (PRD) creation process, covering problem discovery, codebase exploration, and module design. It starts by gathering a detailed problem description and potential solutions, then explores the repository to verify assumptions and understand the current codebase. Through relentless iterative interviewing, it resolves design dependencies and identifies deep modules — those encapsulating substantial functionality behind a simple, stable, testable interface. The final PRD follows a built-in template with sections for Problem Statement, Solution, User Stories, Implementation Decisions, Testing Decisions, and Out of Scope; it is saved as a Markdown file in `./ai-context/prds/` and submitted as a GitHub issue. Ideal for developers and product teams who need to thoroughly plan a new feature and align on technical and product decisions before writing any code.