What problem does it solve? After a repository reconstruction scan completes, teams still need to turn raw scan packets, ledgers, and machine-readable contracts into a coherent, traceable PRD suite without re-scanning the codebase or losing evidence labels. ## Core Features & Use Cases - Bundle-Grounded Compilation: Builds the master pack and exports strictly from the .specify/prd-runs/<run-id>/ scan package, never from new repository rereads. - Reverse Coverage Validation: Verifies traceability of every reconstruction claim back to scan evidence and preserves Evidence, Inference, and Unknown labels. - Classification-Aware Exports: Keeps ui, service, and mixed project semantics explicit across the exported PRD documents. - Use Case: After sp-prd-scan produces a validated reconstruction package for a legacy service, run this Skill to generate master-pack.md, prd.md, and supporting contract exports with full traceability, or get a structured refusal routing back to the scan step when critical gaps remain. ## Quick Start Invoke /sp-prd-build with the validated PRD run ID to compile the scan package into the final PRD suite.