ralph-prd 1.0.1 → 1.0.2
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.
- package/bin/install.mjs +2 -0
- package/install.sh +2 -0
- package/package.json +1 -1
package/bin/install.mjs
CHANGED
|
@@ -101,5 +101,7 @@ info('Quick start:');
|
|
|
101
101
|
info(' 1. Write a PRD: claude then /write-a-prd');
|
|
102
102
|
info(' 2. Create a plan: claude then /prd-to-plan');
|
|
103
103
|
info(' 3. Execute: node .claude/ralph/ralph-claude.mjs docs/<feature>/plan.md');
|
|
104
|
+
info('');
|
|
105
|
+
info(' Tip: run /grill-me anytime to stress-test your idea');
|
|
104
106
|
console.log('');
|
|
105
107
|
info('Docs: https://github.com/tahaJemmali/ralph-prd');
|
package/install.sh
CHANGED
|
@@ -120,5 +120,7 @@ info "Quick start:"
|
|
|
120
120
|
info " 1. Write a PRD: claude then /write-a-prd"
|
|
121
121
|
info " 2. Create a plan: claude then /prd-to-plan"
|
|
122
122
|
info " 3. Execute: node .claude/ralph/ralph-claude.mjs docs/<feature>/plan.md"
|
|
123
|
+
info ""
|
|
124
|
+
info " Tip: run /grill-me anytime to stress-test your idea"
|
|
123
125
|
echo ""
|
|
124
126
|
info "Docs: https://github.com/$REPO"
|