What problem does it solve? Older documentation, aliases, or operators may still invoke the deprecated sp-prd compatibility entrypoint, which no longer represents the correct reverse-PRD reconstruction workflow. This Skill detects those legacy invocations and redirects the work into the canonical two-step flow so reconstruction artifacts are produced correctly. ## Core Features & Use Cases - Deprecation Routing: Detects invocations arriving through the deprecated sp-prd path and explains that it is compatibility-only. - Canonical Handoff: Directs operators to run sp-prd-scan first, then sp-prd-build, producing .specify/prd-runs/<run-id>/prd-scan.md and exported PRD artifacts. - Blocked Exit Contract: Preserves workflow state via .specify/templates/workflow-blocker-template.md instead of returning bare errors when blocked. - Use Case: A team member follows an old runbook that says to run sp-prd on a legacy codebase; the Skill intercepts this, explains the deprecation, and starts the scan-then-build reconstruction flow instead. ## Quick Start Ask the agent to reverse-document an existing project into a PRD, and it will route the request through sp-prd-scan followed by sp-prd-build.