thrivekit 2.0.20 → 2.0.21

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.
@@ -163,7 +163,35 @@ Break the idea into small, executable PRDs following the JSON structure below.
163
163
 
164
164
  **STOP and wait for user response. Do not proceed until they approve.**
165
165
 
166
- ### Step 7: Final Instructions
166
+ ### Step 7: Final Review
167
+
168
+ Before finishing, do a quick sanity check on the PRD:
169
+
170
+ 1. **Read the PRD back:**
171
+ ```bash
172
+ cat .ralph/prd.json | jq '.'
173
+ ```
174
+
175
+ 2. **Review for common issues:**
176
+ - Are story IDs sequential and unique?
177
+ - Does each story have testable acceptance criteria?
178
+ - Are file paths specific (not vague like "src/")?
179
+ - Are dependencies correctly ordered?
180
+ - Are testSteps actually executable shell commands?
181
+ - Is any story too large (>4 acceptance criteria)?
182
+
183
+ 3. **If issues found**, say:
184
+ "I found some issues with the PRD:
185
+ - [issue 1]
186
+ - [issue 2]
187
+
188
+ Fixing now..."
189
+
190
+ Then fix the issues and rewrite the PRD.
191
+
192
+ 4. **If no issues**, proceed to final instructions.
193
+
194
+ ### Step 8: Final Instructions
167
195
 
168
196
  Once the user approves the PRD, say:
169
197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Tools to thrive with agentic coding - RALPH autonomous loop, Claude Code hooks, PRD-driven development",
5
5
  "author": "Allie Jones <allie@allthrive.ai>",
6
6
  "license": "MIT",