speccrew 0.6.24 → 0.6.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1753,6 +1753,29 @@ and invoke the Feature Designer Agent (speccrew-feature-designer).
1753
1753
  DO NOT proceed to Feature Design in this conversation.
1754
1754
  ```
1755
1755
 
1756
+ **5.3.5 Cleanup PRD Intermediate Files**
1757
+
1758
+ After PRD verification passes and user has confirmed, delete intermediate process files that are no longer needed:
1759
+
1760
+ **Files to delete:**
1761
+ - `{iteration_path}/01.product-requirement/.checkpoints.json` (execution checkpoint tracking)
1762
+ - `{iteration_path}/01.product-requirement/.prd-generation-report.md` (intermediate generation report)
1763
+ - `{iteration_path}/01.product-requirement/.prd-completion-report.md` (completion report)
1764
+ - `{iteration_path}/01.product-requirement/.sub-prd-dispatch-plan.json` (Sub-PRD dispatch plan)
1765
+
1766
+ **Files to KEEP (referenced by downstream phases):**
1767
+ - Master PRD and all Sub-PRD documents (`*-prd.md`, `*-sub-*.md`)
1768
+ - `.clarification-summary.md`
1769
+ - `.module-design.md`
1770
+ - `.clarification-questions-round-*.md` (optional, for reference)
1771
+
1772
+ ⚠️ **Only execute cleanup AFTER:**
1773
+ - All Sub-PRDs are verified and confirmed
1774
+ - User has explicitly confirmed in Phase 6.2
1775
+ - WORKFLOW-PROGRESS.json has been updated to "confirmed" status
1776
+
1777
+ > 🛑 **FORBIDDEN**: DO NOT delete PRD documents or clarification-related files.
1778
+
1756
1779
  **END** — Do not invoke or suggest transitioning to the next stage agent.
1757
1780
 
1758
1781
  # Deliverables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.6.24",
3
+ "version": "0.6.25",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {