@ckelsoe/prompt-architect 3.0.2 → 3.1.1

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.
Files changed (76) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CHANGELOG.md +264 -264
  4. package/LICENSE +21 -21
  5. package/README.md +1064 -1184
  6. package/adapters/README.md +75 -267
  7. package/adapters/for-windsurf.md +136 -136
  8. package/adapters/system-prompt.md +243 -243
  9. package/package.json +139 -138
  10. package/scripts/build-skill.js +64 -0
  11. package/scripts/install.js +4 -54
  12. package/scripts/test.js +205 -213
  13. package/scripts/validate-skill.js +350 -350
  14. package/skills/prompt-architect/SKILL.md +331 -331
  15. package/skills/prompt-architect/assets/templates/ape_template.txt +5 -5
  16. package/skills/prompt-architect/assets/templates/bab_template.txt +15 -15
  17. package/skills/prompt-architect/assets/templates/broke_template.txt +15 -15
  18. package/skills/prompt-architect/assets/templates/cai-critique-revise_template.txt +18 -18
  19. package/skills/prompt-architect/assets/templates/care_template.txt +16 -16
  20. package/skills/prompt-architect/assets/templates/chain-of-density_template.txt +46 -46
  21. package/skills/prompt-architect/assets/templates/chain-of-thought_template.txt +49 -49
  22. package/skills/prompt-architect/assets/templates/co-star_template.txt +17 -17
  23. package/skills/prompt-architect/assets/templates/crispe_template.txt +14 -14
  24. package/skills/prompt-architect/assets/templates/ctf_template.txt +15 -15
  25. package/skills/prompt-architect/assets/templates/devils-advocate_template.txt +25 -25
  26. package/skills/prompt-architect/assets/templates/hybrid_template.txt +101 -101
  27. package/skills/prompt-architect/assets/templates/least-to-most_template.txt +16 -16
  28. package/skills/prompt-architect/assets/templates/plan-and-solve_template.txt +7 -7
  29. package/skills/prompt-architect/assets/templates/pre-mortem_template.txt +27 -27
  30. package/skills/prompt-architect/assets/templates/race_template.txt +19 -19
  31. package/skills/prompt-architect/assets/templates/rcot_template.txt +31 -31
  32. package/skills/prompt-architect/assets/templates/react_template.txt +27 -27
  33. package/skills/prompt-architect/assets/templates/reverse-role_template.txt +11 -11
  34. package/skills/prompt-architect/assets/templates/rise-ie_template.txt +23 -23
  35. package/skills/prompt-architect/assets/templates/rise-ix_template.txt +28 -28
  36. package/skills/prompt-architect/assets/templates/risen_template.txt +21 -21
  37. package/skills/prompt-architect/assets/templates/rpef_template.txt +26 -26
  38. package/skills/prompt-architect/assets/templates/rtf_template.txt +13 -13
  39. package/skills/prompt-architect/assets/templates/self-refine_template.txt +16 -16
  40. package/skills/prompt-architect/assets/templates/skeleton-of-thought_template.txt +15 -15
  41. package/skills/prompt-architect/assets/templates/step-back_template.txt +10 -10
  42. package/skills/prompt-architect/assets/templates/tidd-ec_template.txt +45 -45
  43. package/skills/prompt-architect/assets/templates/tree-of-thought_template.txt +30 -30
  44. package/skills/prompt-architect/references/frameworks/ape.md +200 -200
  45. package/skills/prompt-architect/references/frameworks/bab.md +242 -242
  46. package/skills/prompt-architect/references/frameworks/broke.md +242 -242
  47. package/skills/prompt-architect/references/frameworks/cai-critique-revise.md +230 -230
  48. package/skills/prompt-architect/references/frameworks/care.md +235 -235
  49. package/skills/prompt-architect/references/frameworks/chain-of-density.md +479 -479
  50. package/skills/prompt-architect/references/frameworks/chain-of-thought.md +424 -424
  51. package/skills/prompt-architect/references/frameworks/co-star.md +256 -256
  52. package/skills/prompt-architect/references/frameworks/crispe.md +253 -253
  53. package/skills/prompt-architect/references/frameworks/ctf.md +207 -207
  54. package/skills/prompt-architect/references/frameworks/devils-advocate.md +206 -206
  55. package/skills/prompt-architect/references/frameworks/least-to-most.md +226 -226
  56. package/skills/prompt-architect/references/frameworks/plan-and-solve.md +210 -210
  57. package/skills/prompt-architect/references/frameworks/pre-mortem.md +197 -197
  58. package/skills/prompt-architect/references/frameworks/race.md +243 -243
  59. package/skills/prompt-architect/references/frameworks/rcot.md +203 -203
  60. package/skills/prompt-architect/references/frameworks/react.md +304 -304
  61. package/skills/prompt-architect/references/frameworks/reverse-role.md +189 -189
  62. package/skills/prompt-architect/references/frameworks/rise.md +555 -555
  63. package/skills/prompt-architect/references/frameworks/risen.md +297 -297
  64. package/skills/prompt-architect/references/frameworks/rpef.md +195 -195
  65. package/skills/prompt-architect/references/frameworks/rtf.md +358 -358
  66. package/skills/prompt-architect/references/frameworks/self-refine.md +205 -205
  67. package/skills/prompt-architect/references/frameworks/skeleton-of-thought.md +186 -186
  68. package/skills/prompt-architect/references/frameworks/step-back.md +206 -206
  69. package/skills/prompt-architect/references/frameworks/tidd-ec.md +470 -470
  70. package/skills/prompt-architect/references/frameworks/tree-of-thought.md +260 -260
  71. package/skills/prompt-architect/scripts/framework_analyzer.py +807 -807
  72. package/skills/prompt-architect/scripts/prompt_evaluator.py +336 -336
  73. package/adapters/for-cursor.mdc +0 -138
  74. package/adapters/for-gemini-cli.md +0 -70
  75. package/adapters/for-github-copilot.md +0 -141
  76. package/adapters/for-openai-codex-cli.md +0 -158
@@ -1,253 +1,253 @@
1
- # CRISPE Framework
2
-
3
- ## Overview
4
-
5
- CRISPE is a comprehensive general-purpose prompting framework covering six dimensions: Capacity and Role, Insight, Instructions, Personality, and Experiment. Its defining feature — the **Experiment** component — sets it apart from similar frameworks by explicitly asking the AI to produce multiple variants, approaches, or versions, enabling the user to compare and choose the best output rather than accepting a single answer.
6
-
7
- **Origin:** Developed by Matt Nigh (community framework, 2022). Since adopted in clinical AI literature (cited in PMC peer-reviewed medical AI studies, 2024-2025) and educational technology research (Springer, 2025).
8
-
9
- ## Components
10
-
11
- ### C — Capacity and Role
12
- **Purpose:** Define the expertise level and professional role the AI should embody. More specific than a simple "you are a..." — it combines the *type* of expertise with the *level* of sophistication expected.
13
-
14
- **Questions to Ask:**
15
- - What domain expertise is needed?
16
- - At what level? (practitioner, expert, specialist, world-class?)
17
- - Any specific sub-specialty?
18
-
19
- **Examples:**
20
- - "Act as an expert in marketing strategy with deep experience in B2B SaaS go-to-market..."
21
- - "You are a senior software architect specializing in distributed systems..."
22
- - "Act as a world-class UX researcher who has run hundreds of user interviews..."
23
-
24
- ### R — Insight
25
- **Purpose:** Provide the background context, data, or knowledge the AI needs to perform the task effectively. This is the "briefing" — what you'd tell a new consultant before they start work.
26
-
27
- **Questions to Ask:**
28
- - What background does the AI need?
29
- - What relevant data, constraints, or history applies?
30
- - What does the AI need to know about the situation?
31
-
32
- **Examples:**
33
- - "Here's what we know: our churn rate is 8% monthly, concentrated in the SMB segment..."
34
- - "Context: our team uses Python exclusively, we have a 3-month deadline, and our infrastructure is AWS..."
35
- - "Background: this is for a Series A startup pitching to enterprise buyers for the first time..."
36
-
37
- ### I — Instructions
38
- **Purpose:** State clearly and specifically what the AI should do. The task itself, with enough detail to remove ambiguity.
39
-
40
- **Questions to Ask:**
41
- - What exactly should be done?
42
- - What's the deliverable?
43
- - Any specific requirements for the output?
44
-
45
- **Examples:**
46
- - "Write a 6-week email drip campaign for free trial users..."
47
- - "Create a technical design document for this feature..."
48
- - "Analyze this data and identify the top 3 risk factors..."
49
-
50
- ### S — Personality (Style)
51
- **Purpose:** Define the tone, voice, and communication style of the response. Sets how the output should *feel* — the personality it should embody.
52
-
53
- **Questions to Ask:**
54
- - What tone is appropriate?
55
- - What writing style?
56
- - How should the AI communicate — formal, casual, direct, nurturing?
57
- - Any persona to embody?
58
-
59
- **Examples:**
60
- - "Write in the style of a direct, no-nonsense VP of Engineering..."
61
- - "Use a warm, conversational tone that feels human and approachable..."
62
- - "Be concise and data-driven; avoid fluff; treat the reader as intelligent..."
63
-
64
- ### E — Experiment
65
- **Purpose:** Explicitly request multiple variants, approaches, or versions of the output. This is CRISPE's unique differentiator — instead of one answer, get 2-4 options with different approaches so you can compare and select or combine.
66
-
67
- **Questions to Ask:**
68
- - How many variants would be useful?
69
- - What dimension of variation? (tone, approach, structure, length, angle)
70
- - Should variants be compared or presented side-by-side?
71
-
72
- **Examples:**
73
- - "Provide 3 variations: one data-heavy, one narrative, one bulleted"
74
- - "Give me 2 versions — one for a technical audience, one for executives"
75
- - "Write 3 headline options with different angles"
76
- - "Provide your best answer, then offer 2 alternative approaches I could take instead"
77
-
78
- ## Template Structure
79
-
80
- ```
81
- CAPACITY AND ROLE:
82
- [Define expertise level and professional role]
83
-
84
- INSIGHT:
85
- [Background context, data, and situation the AI needs to know]
86
-
87
- INSTRUCTIONS:
88
- [What exactly needs to be done — the task and deliverable]
89
-
90
- PERSONALITY (STYLE):
91
- [Tone, voice, communication style]
92
-
93
- EXPERIMENT:
94
- [Request N variants along a specific dimension — tone, approach, format, etc.]
95
- ```
96
-
97
- ## Complete Examples
98
-
99
- ### Example 1: Marketing Campaign
100
-
101
- **Before CRISPE:**
102
- "Write email campaigns for our SaaS product."
103
-
104
- **After CRISPE:**
105
- ```
106
- CAPACITY AND ROLE:
107
- Act as an expert B2B SaaS email marketer with 10+ years of experience in
108
- trial-to-paid conversion campaigns.
109
-
110
- INSIGHT:
111
- Our product is a project management tool for engineering teams. Free trial is
112
- 14 days. Current trial-to-paid conversion is 12%. Data shows most conversions
113
- happen on days 3-5 or not at all. Our best customers are teams of 5-20 engineers
114
- at growth-stage startups. Key value props: GitHub integration, sprint planning,
115
- and automated reporting.
116
-
117
- INSTRUCTIONS:
118
- Write a 3-email drip sequence for free trial users. Emails trigger on: Day 1
119
- (welcome), Day 4 (mid-trial activation), Day 12 (pre-expiry urgency).
120
-
121
- PERSONALITY:
122
- Direct, peer-to-peer tone — like advice from a fellow engineer, not a sales rep.
123
- No corporate speak. Short. Respect the reader's time.
124
-
125
- EXPERIMENT:
126
- Provide 2 versions of the Day 12 urgency email: one that leads with FOMO/loss
127
- framing, one that leads with social proof/success stories. Note which performs
128
- better in most A/B tests and why.
129
- ```
130
-
131
- ### Example 2: Technical Documentation
132
-
133
- **Before CRISPE:**
134
- "Document our REST API."
135
-
136
- **After CRISPE:**
137
- ```
138
- CAPACITY AND ROLE:
139
- You are a senior technical writer specializing in developer documentation for
140
- APIs, with experience at developer-tools companies.
141
-
142
- INSIGHT:
143
- This is a public REST API for a payment processing service. Primary users are
144
- backend developers integrating payments into their apps. Most are comfortable
145
- with REST but may be unfamiliar with our specific auth flow (OAuth 2.0 with
146
- JWT). The API has 12 endpoints. The most commonly used are: POST /charges,
147
- GET /charges/{id}, POST /refunds.
148
-
149
- INSTRUCTIONS:
150
- Document the POST /charges endpoint. Include: endpoint description, authentication
151
- requirements, request body parameters (table), response codes, example request
152
- (curl), example response (JSON), and common errors.
153
-
154
- PERSONALITY:
155
- Clear, precise technical writing. Minimal prose — mostly structured tables,
156
- code blocks, and bullet points. Treat the reader as an experienced developer
157
- who wants facts, not hand-holding.
158
-
159
- EXPERIMENT:
160
- Provide 2 formats: (1) full formal API reference style, (2) a quick-start
161
- "cookbook" style with opinionated examples. Note which format works best for
162
- onboarding vs. reference.
163
- ```
164
-
165
- ### Example 3: Strategic Analysis
166
-
167
- **Before CRISPE:**
168
- "Analyze our pricing strategy."
169
-
170
- **After CRISPE:**
171
- ```
172
- CAPACITY AND ROLE:
173
- Act as a SaaS pricing strategy consultant with expertise in value-based pricing,
174
- packaging, and competitive positioning.
175
-
176
- INSIGHT:
177
- We offer 3 plans: Free (limited features), Pro ($49/month), Enterprise (custom).
178
- Current split: 60% free, 35% Pro, 5% Enterprise. Our main competitor charges
179
- $39/month for similar Pro features. We're seeing strong NPS (72) but sluggish
180
- expansion revenue — most Pro users stay on Pro indefinitely. Our top 10%
181
- customers drive 60% of revenue and are all on Enterprise.
182
-
183
- INSTRUCTIONS:
184
- Analyze our current pricing structure and recommend improvements to increase
185
- expansion revenue and ARPU without hurting free-to-paid conversion.
186
-
187
- PERSONALITY:
188
- Direct, CEO-level strategic thinking. Back recommendations with data logic.
189
- Be willing to challenge assumptions. Avoid hedging everything — take a position.
190
-
191
- EXPERIMENT:
192
- Give 3 strategic options: (1) a conservative tweak, (2) a mid-range restructure,
193
- (3) a bold rethink. For each, state the hypothesis, expected impact on ARPU and
194
- churn risk, and one key assumption that must be true for it to work.
195
- ```
196
-
197
- ## Best Use Cases
198
-
199
- 1. **When You Want Options, Not Just One Answer**
200
- - Creative decisions with multiple valid approaches
201
- - A/B test candidates
202
- - Exploratory analysis with multiple angles
203
-
204
- 2. **Content Creation With Quality Bar**
205
- - Marketing copy, campaigns, messaging
206
- - Documentation with different audience cuts
207
- - Communications requiring tone judgment
208
-
209
- 3. **Strategic or Analytical Work**
210
- - When multiple strategic options should be compared
211
- - Analysis that might have different valid conclusions
212
-
213
- 4. **When Style/Personality Matters Significantly**
214
- - Brand voice must be carefully calibrated
215
- - Audience-sensitive communications
216
- - High-stakes external communications
217
-
218
- ## Selection Criteria
219
-
220
- **Choose CRISPE when:**
221
- - ✅ You want multiple output variants to compare
222
- - ✅ Tone and personality need explicit control
223
- - ✅ Background context is extensive and critical
224
- - ✅ High-quality content where first draft is rarely final
225
- - ✅ Expertise level significantly affects output quality
226
-
227
- **Avoid CRISPE when:**
228
- - ❌ You need one definitive answer → use CO-STAR or RACE
229
- - ❌ Task is simple → use APE, RTF, or CTF
230
- - ❌ Multi-step process with methodology → use RISEN
231
- - ❌ Transforming existing content → use BAB
232
-
233
- ## CRISPE vs. CO-STAR
234
-
235
- | | CRISPE | CO-STAR |
236
- |---|---|---|
237
- | Unique feature | Experiment — multiple variants | Style + Tone as explicit components |
238
- | Best when | You want options to compare | You know exactly what you want |
239
- | Output count | Multiple variants | Single polished output |
240
- | Audience component | Implicit in Insight/Personality | Explicit (Audience component) |
241
- | Complexity | Medium | High |
242
-
243
- **Rule of thumb:** If you want one great output → CO-STAR. If you want multiple options to compare → CRISPE.
244
-
245
- ## Quick Reference
246
-
247
- | Component | Focus | Key Question |
248
- |-----------|-------|--------------|
249
- | Capacity & Role | Expertise | "What level of expert should do this?" |
250
- | Insight | Background | "What does the AI need to know?" |
251
- | Instructions | Task | "What exactly needs to be done?" |
252
- | Personality | Style | "How should it sound?" |
253
- | Experiment | Variants | "How many options do I want to compare?" |
1
+ # CRISPE Framework
2
+
3
+ ## Overview
4
+
5
+ CRISPE is a comprehensive general-purpose prompting framework covering six dimensions: Capacity and Role, Insight, Instructions, Personality, and Experiment. Its defining feature — the **Experiment** component — sets it apart from similar frameworks by explicitly asking the AI to produce multiple variants, approaches, or versions, enabling the user to compare and choose the best output rather than accepting a single answer.
6
+
7
+ **Origin:** Developed by Matt Nigh (community framework, 2022). Since adopted in clinical AI literature (cited in PMC peer-reviewed medical AI studies, 2024-2025) and educational technology research (Springer, 2025).
8
+
9
+ ## Components
10
+
11
+ ### C — Capacity and Role
12
+ **Purpose:** Define the expertise level and professional role the AI should embody. More specific than a simple "you are a..." — it combines the *type* of expertise with the *level* of sophistication expected.
13
+
14
+ **Questions to Ask:**
15
+ - What domain expertise is needed?
16
+ - At what level? (practitioner, expert, specialist, world-class?)
17
+ - Any specific sub-specialty?
18
+
19
+ **Examples:**
20
+ - "Act as an expert in marketing strategy with deep experience in B2B SaaS go-to-market..."
21
+ - "You are a senior software architect specializing in distributed systems..."
22
+ - "Act as a world-class UX researcher who has run hundreds of user interviews..."
23
+
24
+ ### R — Insight
25
+ **Purpose:** Provide the background context, data, or knowledge the AI needs to perform the task effectively. This is the "briefing" — what you'd tell a new consultant before they start work.
26
+
27
+ **Questions to Ask:**
28
+ - What background does the AI need?
29
+ - What relevant data, constraints, or history applies?
30
+ - What does the AI need to know about the situation?
31
+
32
+ **Examples:**
33
+ - "Here's what we know: our churn rate is 8% monthly, concentrated in the SMB segment..."
34
+ - "Context: our team uses Python exclusively, we have a 3-month deadline, and our infrastructure is AWS..."
35
+ - "Background: this is for a Series A startup pitching to enterprise buyers for the first time..."
36
+
37
+ ### I — Instructions
38
+ **Purpose:** State clearly and specifically what the AI should do. The task itself, with enough detail to remove ambiguity.
39
+
40
+ **Questions to Ask:**
41
+ - What exactly should be done?
42
+ - What's the deliverable?
43
+ - Any specific requirements for the output?
44
+
45
+ **Examples:**
46
+ - "Write a 6-week email drip campaign for free trial users..."
47
+ - "Create a technical design document for this feature..."
48
+ - "Analyze this data and identify the top 3 risk factors..."
49
+
50
+ ### S — Personality (Style)
51
+ **Purpose:** Define the tone, voice, and communication style of the response. Sets how the output should *feel* — the personality it should embody.
52
+
53
+ **Questions to Ask:**
54
+ - What tone is appropriate?
55
+ - What writing style?
56
+ - How should the AI communicate — formal, casual, direct, nurturing?
57
+ - Any persona to embody?
58
+
59
+ **Examples:**
60
+ - "Write in the style of a direct, no-nonsense VP of Engineering..."
61
+ - "Use a warm, conversational tone that feels human and approachable..."
62
+ - "Be concise and data-driven; avoid fluff; treat the reader as intelligent..."
63
+
64
+ ### E — Experiment
65
+ **Purpose:** Explicitly request multiple variants, approaches, or versions of the output. This is CRISPE's unique differentiator — instead of one answer, get 2-4 options with different approaches so you can compare and select or combine.
66
+
67
+ **Questions to Ask:**
68
+ - How many variants would be useful?
69
+ - What dimension of variation? (tone, approach, structure, length, angle)
70
+ - Should variants be compared or presented side-by-side?
71
+
72
+ **Examples:**
73
+ - "Provide 3 variations: one data-heavy, one narrative, one bulleted"
74
+ - "Give me 2 versions — one for a technical audience, one for executives"
75
+ - "Write 3 headline options with different angles"
76
+ - "Provide your best answer, then offer 2 alternative approaches I could take instead"
77
+
78
+ ## Template Structure
79
+
80
+ ```
81
+ CAPACITY AND ROLE:
82
+ [Define expertise level and professional role]
83
+
84
+ INSIGHT:
85
+ [Background context, data, and situation the AI needs to know]
86
+
87
+ INSTRUCTIONS:
88
+ [What exactly needs to be done — the task and deliverable]
89
+
90
+ PERSONALITY (STYLE):
91
+ [Tone, voice, communication style]
92
+
93
+ EXPERIMENT:
94
+ [Request N variants along a specific dimension — tone, approach, format, etc.]
95
+ ```
96
+
97
+ ## Complete Examples
98
+
99
+ ### Example 1: Marketing Campaign
100
+
101
+ **Before CRISPE:**
102
+ "Write email campaigns for our SaaS product."
103
+
104
+ **After CRISPE:**
105
+ ```
106
+ CAPACITY AND ROLE:
107
+ Act as an expert B2B SaaS email marketer with 10+ years of experience in
108
+ trial-to-paid conversion campaigns.
109
+
110
+ INSIGHT:
111
+ Our product is a project management tool for engineering teams. Free trial is
112
+ 14 days. Current trial-to-paid conversion is 12%. Data shows most conversions
113
+ happen on days 3-5 or not at all. Our best customers are teams of 5-20 engineers
114
+ at growth-stage startups. Key value props: GitHub integration, sprint planning,
115
+ and automated reporting.
116
+
117
+ INSTRUCTIONS:
118
+ Write a 3-email drip sequence for free trial users. Emails trigger on: Day 1
119
+ (welcome), Day 4 (mid-trial activation), Day 12 (pre-expiry urgency).
120
+
121
+ PERSONALITY:
122
+ Direct, peer-to-peer tone — like advice from a fellow engineer, not a sales rep.
123
+ No corporate speak. Short. Respect the reader's time.
124
+
125
+ EXPERIMENT:
126
+ Provide 2 versions of the Day 12 urgency email: one that leads with FOMO/loss
127
+ framing, one that leads with social proof/success stories. Note which performs
128
+ better in most A/B tests and why.
129
+ ```
130
+
131
+ ### Example 2: Technical Documentation
132
+
133
+ **Before CRISPE:**
134
+ "Document our REST API."
135
+
136
+ **After CRISPE:**
137
+ ```
138
+ CAPACITY AND ROLE:
139
+ You are a senior technical writer specializing in developer documentation for
140
+ APIs, with experience at developer-tools companies.
141
+
142
+ INSIGHT:
143
+ This is a public REST API for a payment processing service. Primary users are
144
+ backend developers integrating payments into their apps. Most are comfortable
145
+ with REST but may be unfamiliar with our specific auth flow (OAuth 2.0 with
146
+ JWT). The API has 12 endpoints. The most commonly used are: POST /charges,
147
+ GET /charges/{id}, POST /refunds.
148
+
149
+ INSTRUCTIONS:
150
+ Document the POST /charges endpoint. Include: endpoint description, authentication
151
+ requirements, request body parameters (table), response codes, example request
152
+ (curl), example response (JSON), and common errors.
153
+
154
+ PERSONALITY:
155
+ Clear, precise technical writing. Minimal prose — mostly structured tables,
156
+ code blocks, and bullet points. Treat the reader as an experienced developer
157
+ who wants facts, not hand-holding.
158
+
159
+ EXPERIMENT:
160
+ Provide 2 formats: (1) full formal API reference style, (2) a quick-start
161
+ "cookbook" style with opinionated examples. Note which format works best for
162
+ onboarding vs. reference.
163
+ ```
164
+
165
+ ### Example 3: Strategic Analysis
166
+
167
+ **Before CRISPE:**
168
+ "Analyze our pricing strategy."
169
+
170
+ **After CRISPE:**
171
+ ```
172
+ CAPACITY AND ROLE:
173
+ Act as a SaaS pricing strategy consultant with expertise in value-based pricing,
174
+ packaging, and competitive positioning.
175
+
176
+ INSIGHT:
177
+ We offer 3 plans: Free (limited features), Pro ($49/month), Enterprise (custom).
178
+ Current split: 60% free, 35% Pro, 5% Enterprise. Our main competitor charges
179
+ $39/month for similar Pro features. We're seeing strong NPS (72) but sluggish
180
+ expansion revenue — most Pro users stay on Pro indefinitely. Our top 10%
181
+ customers drive 60% of revenue and are all on Enterprise.
182
+
183
+ INSTRUCTIONS:
184
+ Analyze our current pricing structure and recommend improvements to increase
185
+ expansion revenue and ARPU without hurting free-to-paid conversion.
186
+
187
+ PERSONALITY:
188
+ Direct, CEO-level strategic thinking. Back recommendations with data logic.
189
+ Be willing to challenge assumptions. Avoid hedging everything — take a position.
190
+
191
+ EXPERIMENT:
192
+ Give 3 strategic options: (1) a conservative tweak, (2) a mid-range restructure,
193
+ (3) a bold rethink. For each, state the hypothesis, expected impact on ARPU and
194
+ churn risk, and one key assumption that must be true for it to work.
195
+ ```
196
+
197
+ ## Best Use Cases
198
+
199
+ 1. **When You Want Options, Not Just One Answer**
200
+ - Creative decisions with multiple valid approaches
201
+ - A/B test candidates
202
+ - Exploratory analysis with multiple angles
203
+
204
+ 2. **Content Creation With Quality Bar**
205
+ - Marketing copy, campaigns, messaging
206
+ - Documentation with different audience cuts
207
+ - Communications requiring tone judgment
208
+
209
+ 3. **Strategic or Analytical Work**
210
+ - When multiple strategic options should be compared
211
+ - Analysis that might have different valid conclusions
212
+
213
+ 4. **When Style/Personality Matters Significantly**
214
+ - Brand voice must be carefully calibrated
215
+ - Audience-sensitive communications
216
+ - High-stakes external communications
217
+
218
+ ## Selection Criteria
219
+
220
+ **Choose CRISPE when:**
221
+ - ✅ You want multiple output variants to compare
222
+ - ✅ Tone and personality need explicit control
223
+ - ✅ Background context is extensive and critical
224
+ - ✅ High-quality content where first draft is rarely final
225
+ - ✅ Expertise level significantly affects output quality
226
+
227
+ **Avoid CRISPE when:**
228
+ - ❌ You need one definitive answer → use CO-STAR or RACE
229
+ - ❌ Task is simple → use APE, RTF, or CTF
230
+ - ❌ Multi-step process with methodology → use RISEN
231
+ - ❌ Transforming existing content → use BAB
232
+
233
+ ## CRISPE vs. CO-STAR
234
+
235
+ | | CRISPE | CO-STAR |
236
+ |---|---|---|
237
+ | Unique feature | Experiment — multiple variants | Style + Tone as explicit components |
238
+ | Best when | You want options to compare | You know exactly what you want |
239
+ | Output count | Multiple variants | Single polished output |
240
+ | Audience component | Implicit in Insight/Personality | Explicit (Audience component) |
241
+ | Complexity | Medium | High |
242
+
243
+ **Rule of thumb:** If you want one great output → CO-STAR. If you want multiple options to compare → CRISPE.
244
+
245
+ ## Quick Reference
246
+
247
+ | Component | Focus | Key Question |
248
+ |-----------|-------|--------------|
249
+ | Capacity & Role | Expertise | "What level of expert should do this?" |
250
+ | Insight | Background | "What does the AI need to know?" |
251
+ | Instructions | Task | "What exactly needs to be done?" |
252
+ | Personality | Style | "How should it sound?" |
253
+ | Experiment | Variants | "How many options do I want to compare?" |