What problem does it solve? Large product requirement documents (Markdown, PDF, or screenshots) are hard to process incrementally. This Skill parses them into structured, individually trackable chunk files while preserving the original text verbatim, enabling block-by-block requirement clarification later. ## Core Features & Use Cases - Multi-format parsing: Reads Markdown, PDF (paged, up to 20 pages per read), and image/screenshot input, then archives source files into docs/prd/source/ with a manifest. - Structured chunking with classification: Splits documents by TOC or logical topics into 30-300 line chunks, pre-classifying each as FR (functional) or NFR (non-functional) with continued numbering. - Change detection via dual fingerprints: Uses document-level and chunk-level sha256 fingerprints plus stable chunk_key anchors to detect updates, marking chunks as outdated, pending, or removed without renumbering. - Use Case: You receive a 50-page PRD PDF. Run this Skill to split it into FR-01 through FR-08 chunk files under docs/prd/chunks/, then hand them to prd-brainstorm for per-block clarification. ## Quick Start Ask the AI to parse your PRD file, for example: run /prd-parser on docs/my-product-prd.pdf to split it into classified requirement chunks.