What problem does it solve?
Convert a large single-file product specification into a structured directory format to improve readability, navigation, and context loading across teams.
Core Features & Use Cases
- Detects the single-file PRD at specs_dir/product_specs.md and validates prerequisites.
- Splits into a predefined directory structure with _index.md, 01-product-context.md, 02-non-functional.md, 03-features/<code>.md, 04-traceability.md, 05-open-questions.md.
- Creates per-feature files from headings like "### 3.1" with codes; handles missing codes by slugging the feature name (e.g., "### 3.5 Signature Display" → "signature-display.md").
- Supports automatic thresholds and manual invocation for splitting.
- Provides post-split verification and optional cleanup steps.
Quick Start
Run the split-specifications skill on your single-file PRD to generate the product_specs directory and delete the original product_specs.md.