@ckelsoe/prompt-architect 3.0.0 → 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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +264 -264
- package/LICENSE +21 -21
- package/README.md +1064 -1184
- package/adapters/README.md +75 -267
- package/adapters/for-windsurf.md +136 -136
- package/adapters/system-prompt.md +243 -243
- package/package.json +139 -135
- package/scripts/build-skill.js +64 -0
- package/scripts/install.js +35 -56
- package/scripts/test.js +205 -213
- package/scripts/validate-skill.js +350 -350
- package/skills/prompt-architect/SKILL.md +331 -331
- package/skills/prompt-architect/assets/templates/ape_template.txt +5 -5
- package/skills/prompt-architect/assets/templates/bab_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/broke_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/cai-critique-revise_template.txt +18 -18
- package/skills/prompt-architect/assets/templates/care_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/chain-of-density_template.txt +46 -46
- package/skills/prompt-architect/assets/templates/chain-of-thought_template.txt +49 -49
- package/skills/prompt-architect/assets/templates/co-star_template.txt +17 -17
- package/skills/prompt-architect/assets/templates/crispe_template.txt +14 -14
- package/skills/prompt-architect/assets/templates/ctf_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/devils-advocate_template.txt +25 -25
- package/skills/prompt-architect/assets/templates/hybrid_template.txt +101 -101
- package/skills/prompt-architect/assets/templates/least-to-most_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/plan-and-solve_template.txt +7 -7
- package/skills/prompt-architect/assets/templates/pre-mortem_template.txt +27 -27
- package/skills/prompt-architect/assets/templates/race_template.txt +19 -19
- package/skills/prompt-architect/assets/templates/rcot_template.txt +31 -31
- package/skills/prompt-architect/assets/templates/react_template.txt +27 -27
- package/skills/prompt-architect/assets/templates/reverse-role_template.txt +11 -11
- package/skills/prompt-architect/assets/templates/rise-ie_template.txt +23 -23
- package/skills/prompt-architect/assets/templates/rise-ix_template.txt +28 -28
- package/skills/prompt-architect/assets/templates/risen_template.txt +21 -21
- package/skills/prompt-architect/assets/templates/rpef_template.txt +26 -26
- package/skills/prompt-architect/assets/templates/rtf_template.txt +13 -13
- package/skills/prompt-architect/assets/templates/self-refine_template.txt +16 -16
- package/skills/prompt-architect/assets/templates/skeleton-of-thought_template.txt +15 -15
- package/skills/prompt-architect/assets/templates/step-back_template.txt +10 -10
- package/skills/prompt-architect/assets/templates/tidd-ec_template.txt +45 -45
- package/skills/prompt-architect/assets/templates/tree-of-thought_template.txt +30 -30
- package/skills/prompt-architect/references/frameworks/ape.md +200 -200
- package/skills/prompt-architect/references/frameworks/bab.md +242 -242
- package/skills/prompt-architect/references/frameworks/broke.md +242 -242
- package/skills/prompt-architect/references/frameworks/cai-critique-revise.md +230 -230
- package/skills/prompt-architect/references/frameworks/care.md +235 -235
- package/skills/prompt-architect/references/frameworks/chain-of-density.md +479 -479
- package/skills/prompt-architect/references/frameworks/chain-of-thought.md +424 -424
- package/skills/prompt-architect/references/frameworks/co-star.md +256 -256
- package/skills/prompt-architect/references/frameworks/crispe.md +253 -253
- package/skills/prompt-architect/references/frameworks/ctf.md +207 -207
- package/skills/prompt-architect/references/frameworks/devils-advocate.md +206 -206
- package/skills/prompt-architect/references/frameworks/least-to-most.md +226 -226
- package/skills/prompt-architect/references/frameworks/plan-and-solve.md +210 -210
- package/skills/prompt-architect/references/frameworks/pre-mortem.md +197 -197
- package/skills/prompt-architect/references/frameworks/race.md +243 -243
- package/skills/prompt-architect/references/frameworks/rcot.md +203 -203
- package/skills/prompt-architect/references/frameworks/react.md +304 -304
- package/skills/prompt-architect/references/frameworks/reverse-role.md +189 -189
- package/skills/prompt-architect/references/frameworks/rise.md +555 -555
- package/skills/prompt-architect/references/frameworks/risen.md +297 -297
- package/skills/prompt-architect/references/frameworks/rpef.md +195 -195
- package/skills/prompt-architect/references/frameworks/rtf.md +358 -358
- package/skills/prompt-architect/references/frameworks/self-refine.md +205 -205
- package/skills/prompt-architect/references/frameworks/skeleton-of-thought.md +186 -186
- package/skills/prompt-architect/references/frameworks/step-back.md +206 -206
- package/skills/prompt-architect/references/frameworks/tidd-ec.md +470 -470
- package/skills/prompt-architect/references/frameworks/tree-of-thought.md +260 -260
- package/skills/prompt-architect/scripts/framework_analyzer.py +807 -807
- package/skills/prompt-architect/scripts/prompt_evaluator.py +336 -336
- package/adapters/for-cursor.mdc +0 -138
- package/adapters/for-gemini-cli.md +0 -70
- package/adapters/for-github-copilot.md +0 -141
- package/adapters/for-openai-codex-cli.md +0 -158
|
@@ -1,235 +1,235 @@
|
|
|
1
|
-
# CARE Framework
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
CARE (Context, Ask, Rules, Examples) is a practitioner framework from Nielsen Norman Group that adds an explicit **Rules** component to the standard context-task-examples pattern. This makes it particularly effective for tasks where constraints, guardrails, or quality standards need to be enforced — the Rules component directly addresses what the AI should and should not do, reducing the need for post-hoc correction.
|
|
6
|
-
|
|
7
|
-
**Origin:** Nielsen Norman Group (nngroup.com) — a leading UX and AI research firm. The NNg formulation focuses on making prompts "CAREFUL" — ensuring AI outputs are constrained, targeted, and appropriately scoped.
|
|
8
|
-
|
|
9
|
-
## Components
|
|
10
|
-
|
|
11
|
-
### C — Context
|
|
12
|
-
**Purpose:** Provide the background and situation needed to understand the task — who you are, what the situation is, and why this task matters.
|
|
13
|
-
|
|
14
|
-
**Questions to Ask:**
|
|
15
|
-
- Who are you in this situation?
|
|
16
|
-
- What's the broader context?
|
|
17
|
-
- Why is this task being done?
|
|
18
|
-
|
|
19
|
-
**Examples:**
|
|
20
|
-
- "I am a UX designer preparing for a usability study..."
|
|
21
|
-
- "We are a healthcare startup building a patient-facing mobile app..."
|
|
22
|
-
- "I am a manager writing a performance review for a direct report..."
|
|
23
|
-
|
|
24
|
-
### A — Ask
|
|
25
|
-
**Purpose:** State the specific request — what you want the AI to produce or do.
|
|
26
|
-
|
|
27
|
-
**Questions to Ask:**
|
|
28
|
-
- What is the exact deliverable?
|
|
29
|
-
- What should the output be?
|
|
30
|
-
|
|
31
|
-
**Examples:**
|
|
32
|
-
- "Write a set of 5 interview questions for testing navigation usability..."
|
|
33
|
-
- "Draft a 3-paragraph executive summary of this technical report..."
|
|
34
|
-
- "Create a rubric for evaluating onboarding email effectiveness..."
|
|
35
|
-
|
|
36
|
-
### R — Rules
|
|
37
|
-
**Purpose:** Define explicit constraints, guardrails, standards, and dos/don'ts that govern the output. This is the defining component of CARE — it makes requirements explicit rather than assumed.
|
|
38
|
-
|
|
39
|
-
**Questions to Ask:**
|
|
40
|
-
- What must be included?
|
|
41
|
-
- What must be avoided?
|
|
42
|
-
- What quality standards apply?
|
|
43
|
-
- What are the constraints (length, format, tone, reading level)?
|
|
44
|
-
- What would make this output wrong or unusable?
|
|
45
|
-
|
|
46
|
-
**Examples:**
|
|
47
|
-
- "Rules: Use plain language (max grade 8 reading level). Avoid medical jargon. Each question must be open-ended, not yes/no. Do not suggest answers in the question wording."
|
|
48
|
-
- "Rules: Under 300 words. No bullet points — prose only. Must include a clear recommendation. Do not mention competitor names."
|
|
49
|
-
- "Rules: Must comply with ADA language guidelines. No deficit-based language. First-person framing only."
|
|
50
|
-
|
|
51
|
-
### E — Examples
|
|
52
|
-
**Purpose:** Provide 1-3 examples that demonstrate the desired output format, tone, style, or quality level.
|
|
53
|
-
|
|
54
|
-
**Questions to Ask:**
|
|
55
|
-
- Is there an existing example of what good looks like?
|
|
56
|
-
- What format should it match?
|
|
57
|
-
- What tone should it mirror?
|
|
58
|
-
|
|
59
|
-
**Examples:**
|
|
60
|
-
- "Example question: 'Walk me through how you would find the settings for your account.'"
|
|
61
|
-
- "Example summary paragraph: [paste existing example]"
|
|
62
|
-
- "Example format: [show template]"
|
|
63
|
-
|
|
64
|
-
## Template Structure
|
|
65
|
-
|
|
66
|
-
```
|
|
67
|
-
CONTEXT:
|
|
68
|
-
[Who you are, the situation, why this task exists]
|
|
69
|
-
|
|
70
|
-
ASK:
|
|
71
|
-
[The specific request and deliverable]
|
|
72
|
-
|
|
73
|
-
RULES:
|
|
74
|
-
[Explicit constraints — what must be included, what must be avoided,
|
|
75
|
-
quality standards, format requirements, length limits, tone requirements,
|
|
76
|
-
compliance requirements, reading level, etc.]
|
|
77
|
-
|
|
78
|
-
EXAMPLES:
|
|
79
|
-
[1-3 examples of desired output format, tone, or style]
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
## Complete Examples
|
|
83
|
-
|
|
84
|
-
### Example 1: UX Research
|
|
85
|
-
|
|
86
|
-
**Before CARE:**
|
|
87
|
-
"Write interview questions for our usability study."
|
|
88
|
-
|
|
89
|
-
**After CARE:**
|
|
90
|
-
```
|
|
91
|
-
CONTEXT:
|
|
92
|
-
I am a UX researcher preparing for a moderated usability study on our
|
|
93
|
-
mobile banking app's new money transfer flow. Participants are adults
|
|
94
|
-
aged 35-65 who are non-technical but regular smartphone users. The
|
|
95
|
-
study will be conducted remotely via Zoom with screen sharing.
|
|
96
|
-
|
|
97
|
-
ASK:
|
|
98
|
-
Write 6 interview questions for the post-task debrief, focusing on
|
|
99
|
-
comprehension, confidence, and friction points in the transfer flow.
|
|
100
|
-
|
|
101
|
-
RULES:
|
|
102
|
-
- All questions must be open-ended (no yes/no questions)
|
|
103
|
-
- Use plain, everyday language — no banking or UX jargon
|
|
104
|
-
- Do not suggest answers within the question (no leading questions)
|
|
105
|
-
- Each question should address one thing only (no double-barreled)
|
|
106
|
-
- Avoid "why" questions (use "what made you..." instead)
|
|
107
|
-
- Questions should take no more than 3 minutes each to answer
|
|
108
|
-
|
|
109
|
-
EXAMPLES:
|
|
110
|
-
Good: "What went through your mind when you reached the confirmation screen?"
|
|
111
|
-
Bad: "Was the confirmation screen clear and easy to understand?" (yes/no, leading)
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
### Example 2: Healthcare Content
|
|
115
|
-
|
|
116
|
-
**Before CARE:**
|
|
117
|
-
"Write patient education content about diabetes management."
|
|
118
|
-
|
|
119
|
-
**After CARE:**
|
|
120
|
-
```
|
|
121
|
-
CONTEXT:
|
|
122
|
-
I am a health content writer for a patient portal used by adults with
|
|
123
|
-
Type 2 diabetes. Many patients have low health literacy. The content
|
|
124
|
-
will appear in a mobile app alongside their care plan.
|
|
125
|
-
|
|
126
|
-
ASK:
|
|
127
|
-
Write a 200-word article explaining why blood sugar monitoring matters
|
|
128
|
-
and how often to check.
|
|
129
|
-
|
|
130
|
-
RULES:
|
|
131
|
-
- Maximum 6th grade reading level (use Flesch-Kincaid as guide)
|
|
132
|
-
- Avoid medical jargon; if medical term must be used, define it
|
|
133
|
-
- Use active voice and second-person ("you") throughout
|
|
134
|
-
- No numbers or statistics unless critical — prefer plain descriptions
|
|
135
|
-
- Must include a clear, simple call to action at the end
|
|
136
|
-
- Do not recommend specific monitoring frequency — use "as directed by your doctor"
|
|
137
|
-
- Comply with plain language guidelines (short sentences, common words)
|
|
138
|
-
|
|
139
|
-
EXAMPLES:
|
|
140
|
-
Good sentence: "Checking your blood sugar helps you and your doctor
|
|
141
|
-
understand how your body responds to food and activity."
|
|
142
|
-
Bad sentence: "Glycemic monitoring enables patients to assess metabolic
|
|
143
|
-
response to dietary and physical stimuli."
|
|
144
|
-
```
|
|
145
|
-
|
|
146
|
-
### Example 3: Technical Writing
|
|
147
|
-
|
|
148
|
-
**Before CARE:**
|
|
149
|
-
"Write error messages for our app."
|
|
150
|
-
|
|
151
|
-
**After CARE:**
|
|
152
|
-
```
|
|
153
|
-
CONTEXT:
|
|
154
|
-
I am a product designer writing UI error messages for a B2B data analytics
|
|
155
|
-
platform. Users are data analysts — technically literate but not developers.
|
|
156
|
-
Errors occur during data upload, query execution, and report generation.
|
|
157
|
-
|
|
158
|
-
ASK:
|
|
159
|
-
Write error messages for these 3 error states: (1) file format not supported,
|
|
160
|
-
(2) query timeout, (3) insufficient permissions to view a report.
|
|
161
|
-
|
|
162
|
-
RULES:
|
|
163
|
-
- Maximum 2 sentences per error message
|
|
164
|
-
- Must include: what happened + what the user can do about it
|
|
165
|
-
- Use plain language — no HTTP status codes, no stack traces, no internal IDs
|
|
166
|
-
- Active voice, direct address ("You can..." not "The user can...")
|
|
167
|
-
- Do not blame the user ("You uploaded the wrong format" is bad)
|
|
168
|
-
- Must include a specific actionable next step (not just "try again")
|
|
169
|
-
- Tone: calm, helpful, matter-of-fact — not apologetic or alarming
|
|
170
|
-
|
|
171
|
-
EXAMPLES:
|
|
172
|
-
Good: "This file type isn't supported. Try uploading a .CSV or .XLSX file."
|
|
173
|
-
Bad: "ERROR 415: Unsupported Media Type. The file format you attempted to
|
|
174
|
-
upload is not compatible with the system's ingestion pipeline."
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
## Best Use Cases
|
|
178
|
-
|
|
179
|
-
1. **Compliance and Standards-Driven Content**
|
|
180
|
-
- Healthcare, legal, accessibility-compliant content
|
|
181
|
-
- Brand voice guidelines enforcement
|
|
182
|
-
- Plain language requirements
|
|
183
|
-
|
|
184
|
-
2. **User-Facing Copy**
|
|
185
|
-
- UI text, error messages, onboarding
|
|
186
|
-
- When exact wording constraints matter
|
|
187
|
-
- When reading level or language standards apply
|
|
188
|
-
|
|
189
|
-
3. **Research and Interview Materials**
|
|
190
|
-
- Survey questions, interview guides
|
|
191
|
-
- When question bias must be avoided
|
|
192
|
-
- When methodological standards apply
|
|
193
|
-
|
|
194
|
-
4. **Any Task With Explicit Guardrails**
|
|
195
|
-
- Legal constraints ("do not mention X")
|
|
196
|
-
- Style guide compliance
|
|
197
|
-
- Format requirements that must not be violated
|
|
198
|
-
|
|
199
|
-
## Selection Criteria
|
|
200
|
-
|
|
201
|
-
**Choose CARE when:**
|
|
202
|
-
- ✅ Explicit rules/constraints need to be enforced
|
|
203
|
-
- ✅ Quality standards are specific and non-negotiable
|
|
204
|
-
- ✅ Examples help clarify the standard
|
|
205
|
-
- ✅ The "what not to do" is as important as "what to do"
|
|
206
|
-
- ✅ Compliance, accessibility, or style guide requirements exist
|
|
207
|
-
|
|
208
|
-
**Avoid CARE when:**
|
|
209
|
-
- ❌ No specific rules apply → use simpler RTF, CTF, or APE
|
|
210
|
-
- ❌ Rich audience/tone work needed → use CO-STAR
|
|
211
|
-
- ❌ Multi-step process → use RISEN
|
|
212
|
-
- ❌ Transforming existing content → use BAB
|
|
213
|
-
- ❌ Need explicit Do/Don't lists with more structure → use TIDD-EC
|
|
214
|
-
|
|
215
|
-
## CARE vs. TIDD-EC
|
|
216
|
-
|
|
217
|
-
Both have explicit constraint components. Key differences:
|
|
218
|
-
|
|
219
|
-
| | CARE | TIDD-EC |
|
|
220
|
-
|---|---|---|
|
|
221
|
-
| Rules format | Single Rules section (combined) | Separate Do and Don't sections |
|
|
222
|
-
| Examples position | At end | In the middle |
|
|
223
|
-
| Context | Yes | Yes |
|
|
224
|
-
| Best for | Constraint + example-driven tasks | High-precision tasks needing detailed positive/negative guidance |
|
|
225
|
-
|
|
226
|
-
**Rule of thumb:** If you need separate "do this" and "don't do this" lists → TIDD-EC. If rules can be combined in one section and examples are critical → CARE.
|
|
227
|
-
|
|
228
|
-
## Quick Reference
|
|
229
|
-
|
|
230
|
-
| Component | Focus | Key Question |
|
|
231
|
-
|-----------|-------|--------------|
|
|
232
|
-
| Context | Situation | "What's the background?" |
|
|
233
|
-
| Ask | Request | "What do I need?" |
|
|
234
|
-
| Rules | Constraints | "What must / must not be done?" |
|
|
235
|
-
| Examples | Standard | "What does good look like?" |
|
|
1
|
+
# CARE Framework
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
CARE (Context, Ask, Rules, Examples) is a practitioner framework from Nielsen Norman Group that adds an explicit **Rules** component to the standard context-task-examples pattern. This makes it particularly effective for tasks where constraints, guardrails, or quality standards need to be enforced — the Rules component directly addresses what the AI should and should not do, reducing the need for post-hoc correction.
|
|
6
|
+
|
|
7
|
+
**Origin:** Nielsen Norman Group (nngroup.com) — a leading UX and AI research firm. The NNg formulation focuses on making prompts "CAREFUL" — ensuring AI outputs are constrained, targeted, and appropriately scoped.
|
|
8
|
+
|
|
9
|
+
## Components
|
|
10
|
+
|
|
11
|
+
### C — Context
|
|
12
|
+
**Purpose:** Provide the background and situation needed to understand the task — who you are, what the situation is, and why this task matters.
|
|
13
|
+
|
|
14
|
+
**Questions to Ask:**
|
|
15
|
+
- Who are you in this situation?
|
|
16
|
+
- What's the broader context?
|
|
17
|
+
- Why is this task being done?
|
|
18
|
+
|
|
19
|
+
**Examples:**
|
|
20
|
+
- "I am a UX designer preparing for a usability study..."
|
|
21
|
+
- "We are a healthcare startup building a patient-facing mobile app..."
|
|
22
|
+
- "I am a manager writing a performance review for a direct report..."
|
|
23
|
+
|
|
24
|
+
### A — Ask
|
|
25
|
+
**Purpose:** State the specific request — what you want the AI to produce or do.
|
|
26
|
+
|
|
27
|
+
**Questions to Ask:**
|
|
28
|
+
- What is the exact deliverable?
|
|
29
|
+
- What should the output be?
|
|
30
|
+
|
|
31
|
+
**Examples:**
|
|
32
|
+
- "Write a set of 5 interview questions for testing navigation usability..."
|
|
33
|
+
- "Draft a 3-paragraph executive summary of this technical report..."
|
|
34
|
+
- "Create a rubric for evaluating onboarding email effectiveness..."
|
|
35
|
+
|
|
36
|
+
### R — Rules
|
|
37
|
+
**Purpose:** Define explicit constraints, guardrails, standards, and dos/don'ts that govern the output. This is the defining component of CARE — it makes requirements explicit rather than assumed.
|
|
38
|
+
|
|
39
|
+
**Questions to Ask:**
|
|
40
|
+
- What must be included?
|
|
41
|
+
- What must be avoided?
|
|
42
|
+
- What quality standards apply?
|
|
43
|
+
- What are the constraints (length, format, tone, reading level)?
|
|
44
|
+
- What would make this output wrong or unusable?
|
|
45
|
+
|
|
46
|
+
**Examples:**
|
|
47
|
+
- "Rules: Use plain language (max grade 8 reading level). Avoid medical jargon. Each question must be open-ended, not yes/no. Do not suggest answers in the question wording."
|
|
48
|
+
- "Rules: Under 300 words. No bullet points — prose only. Must include a clear recommendation. Do not mention competitor names."
|
|
49
|
+
- "Rules: Must comply with ADA language guidelines. No deficit-based language. First-person framing only."
|
|
50
|
+
|
|
51
|
+
### E — Examples
|
|
52
|
+
**Purpose:** Provide 1-3 examples that demonstrate the desired output format, tone, style, or quality level.
|
|
53
|
+
|
|
54
|
+
**Questions to Ask:**
|
|
55
|
+
- Is there an existing example of what good looks like?
|
|
56
|
+
- What format should it match?
|
|
57
|
+
- What tone should it mirror?
|
|
58
|
+
|
|
59
|
+
**Examples:**
|
|
60
|
+
- "Example question: 'Walk me through how you would find the settings for your account.'"
|
|
61
|
+
- "Example summary paragraph: [paste existing example]"
|
|
62
|
+
- "Example format: [show template]"
|
|
63
|
+
|
|
64
|
+
## Template Structure
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
CONTEXT:
|
|
68
|
+
[Who you are, the situation, why this task exists]
|
|
69
|
+
|
|
70
|
+
ASK:
|
|
71
|
+
[The specific request and deliverable]
|
|
72
|
+
|
|
73
|
+
RULES:
|
|
74
|
+
[Explicit constraints — what must be included, what must be avoided,
|
|
75
|
+
quality standards, format requirements, length limits, tone requirements,
|
|
76
|
+
compliance requirements, reading level, etc.]
|
|
77
|
+
|
|
78
|
+
EXAMPLES:
|
|
79
|
+
[1-3 examples of desired output format, tone, or style]
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Complete Examples
|
|
83
|
+
|
|
84
|
+
### Example 1: UX Research
|
|
85
|
+
|
|
86
|
+
**Before CARE:**
|
|
87
|
+
"Write interview questions for our usability study."
|
|
88
|
+
|
|
89
|
+
**After CARE:**
|
|
90
|
+
```
|
|
91
|
+
CONTEXT:
|
|
92
|
+
I am a UX researcher preparing for a moderated usability study on our
|
|
93
|
+
mobile banking app's new money transfer flow. Participants are adults
|
|
94
|
+
aged 35-65 who are non-technical but regular smartphone users. The
|
|
95
|
+
study will be conducted remotely via Zoom with screen sharing.
|
|
96
|
+
|
|
97
|
+
ASK:
|
|
98
|
+
Write 6 interview questions for the post-task debrief, focusing on
|
|
99
|
+
comprehension, confidence, and friction points in the transfer flow.
|
|
100
|
+
|
|
101
|
+
RULES:
|
|
102
|
+
- All questions must be open-ended (no yes/no questions)
|
|
103
|
+
- Use plain, everyday language — no banking or UX jargon
|
|
104
|
+
- Do not suggest answers within the question (no leading questions)
|
|
105
|
+
- Each question should address one thing only (no double-barreled)
|
|
106
|
+
- Avoid "why" questions (use "what made you..." instead)
|
|
107
|
+
- Questions should take no more than 3 minutes each to answer
|
|
108
|
+
|
|
109
|
+
EXAMPLES:
|
|
110
|
+
Good: "What went through your mind when you reached the confirmation screen?"
|
|
111
|
+
Bad: "Was the confirmation screen clear and easy to understand?" (yes/no, leading)
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### Example 2: Healthcare Content
|
|
115
|
+
|
|
116
|
+
**Before CARE:**
|
|
117
|
+
"Write patient education content about diabetes management."
|
|
118
|
+
|
|
119
|
+
**After CARE:**
|
|
120
|
+
```
|
|
121
|
+
CONTEXT:
|
|
122
|
+
I am a health content writer for a patient portal used by adults with
|
|
123
|
+
Type 2 diabetes. Many patients have low health literacy. The content
|
|
124
|
+
will appear in a mobile app alongside their care plan.
|
|
125
|
+
|
|
126
|
+
ASK:
|
|
127
|
+
Write a 200-word article explaining why blood sugar monitoring matters
|
|
128
|
+
and how often to check.
|
|
129
|
+
|
|
130
|
+
RULES:
|
|
131
|
+
- Maximum 6th grade reading level (use Flesch-Kincaid as guide)
|
|
132
|
+
- Avoid medical jargon; if medical term must be used, define it
|
|
133
|
+
- Use active voice and second-person ("you") throughout
|
|
134
|
+
- No numbers or statistics unless critical — prefer plain descriptions
|
|
135
|
+
- Must include a clear, simple call to action at the end
|
|
136
|
+
- Do not recommend specific monitoring frequency — use "as directed by your doctor"
|
|
137
|
+
- Comply with plain language guidelines (short sentences, common words)
|
|
138
|
+
|
|
139
|
+
EXAMPLES:
|
|
140
|
+
Good sentence: "Checking your blood sugar helps you and your doctor
|
|
141
|
+
understand how your body responds to food and activity."
|
|
142
|
+
Bad sentence: "Glycemic monitoring enables patients to assess metabolic
|
|
143
|
+
response to dietary and physical stimuli."
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### Example 3: Technical Writing
|
|
147
|
+
|
|
148
|
+
**Before CARE:**
|
|
149
|
+
"Write error messages for our app."
|
|
150
|
+
|
|
151
|
+
**After CARE:**
|
|
152
|
+
```
|
|
153
|
+
CONTEXT:
|
|
154
|
+
I am a product designer writing UI error messages for a B2B data analytics
|
|
155
|
+
platform. Users are data analysts — technically literate but not developers.
|
|
156
|
+
Errors occur during data upload, query execution, and report generation.
|
|
157
|
+
|
|
158
|
+
ASK:
|
|
159
|
+
Write error messages for these 3 error states: (1) file format not supported,
|
|
160
|
+
(2) query timeout, (3) insufficient permissions to view a report.
|
|
161
|
+
|
|
162
|
+
RULES:
|
|
163
|
+
- Maximum 2 sentences per error message
|
|
164
|
+
- Must include: what happened + what the user can do about it
|
|
165
|
+
- Use plain language — no HTTP status codes, no stack traces, no internal IDs
|
|
166
|
+
- Active voice, direct address ("You can..." not "The user can...")
|
|
167
|
+
- Do not blame the user ("You uploaded the wrong format" is bad)
|
|
168
|
+
- Must include a specific actionable next step (not just "try again")
|
|
169
|
+
- Tone: calm, helpful, matter-of-fact — not apologetic or alarming
|
|
170
|
+
|
|
171
|
+
EXAMPLES:
|
|
172
|
+
Good: "This file type isn't supported. Try uploading a .CSV or .XLSX file."
|
|
173
|
+
Bad: "ERROR 415: Unsupported Media Type. The file format you attempted to
|
|
174
|
+
upload is not compatible with the system's ingestion pipeline."
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
## Best Use Cases
|
|
178
|
+
|
|
179
|
+
1. **Compliance and Standards-Driven Content**
|
|
180
|
+
- Healthcare, legal, accessibility-compliant content
|
|
181
|
+
- Brand voice guidelines enforcement
|
|
182
|
+
- Plain language requirements
|
|
183
|
+
|
|
184
|
+
2. **User-Facing Copy**
|
|
185
|
+
- UI text, error messages, onboarding
|
|
186
|
+
- When exact wording constraints matter
|
|
187
|
+
- When reading level or language standards apply
|
|
188
|
+
|
|
189
|
+
3. **Research and Interview Materials**
|
|
190
|
+
- Survey questions, interview guides
|
|
191
|
+
- When question bias must be avoided
|
|
192
|
+
- When methodological standards apply
|
|
193
|
+
|
|
194
|
+
4. **Any Task With Explicit Guardrails**
|
|
195
|
+
- Legal constraints ("do not mention X")
|
|
196
|
+
- Style guide compliance
|
|
197
|
+
- Format requirements that must not be violated
|
|
198
|
+
|
|
199
|
+
## Selection Criteria
|
|
200
|
+
|
|
201
|
+
**Choose CARE when:**
|
|
202
|
+
- ✅ Explicit rules/constraints need to be enforced
|
|
203
|
+
- ✅ Quality standards are specific and non-negotiable
|
|
204
|
+
- ✅ Examples help clarify the standard
|
|
205
|
+
- ✅ The "what not to do" is as important as "what to do"
|
|
206
|
+
- ✅ Compliance, accessibility, or style guide requirements exist
|
|
207
|
+
|
|
208
|
+
**Avoid CARE when:**
|
|
209
|
+
- ❌ No specific rules apply → use simpler RTF, CTF, or APE
|
|
210
|
+
- ❌ Rich audience/tone work needed → use CO-STAR
|
|
211
|
+
- ❌ Multi-step process → use RISEN
|
|
212
|
+
- ❌ Transforming existing content → use BAB
|
|
213
|
+
- ❌ Need explicit Do/Don't lists with more structure → use TIDD-EC
|
|
214
|
+
|
|
215
|
+
## CARE vs. TIDD-EC
|
|
216
|
+
|
|
217
|
+
Both have explicit constraint components. Key differences:
|
|
218
|
+
|
|
219
|
+
| | CARE | TIDD-EC |
|
|
220
|
+
|---|---|---|
|
|
221
|
+
| Rules format | Single Rules section (combined) | Separate Do and Don't sections |
|
|
222
|
+
| Examples position | At end | In the middle |
|
|
223
|
+
| Context | Yes | Yes |
|
|
224
|
+
| Best for | Constraint + example-driven tasks | High-precision tasks needing detailed positive/negative guidance |
|
|
225
|
+
|
|
226
|
+
**Rule of thumb:** If you need separate "do this" and "don't do this" lists → TIDD-EC. If rules can be combined in one section and examples are critical → CARE.
|
|
227
|
+
|
|
228
|
+
## Quick Reference
|
|
229
|
+
|
|
230
|
+
| Component | Focus | Key Question |
|
|
231
|
+
|-----------|-------|--------------|
|
|
232
|
+
| Context | Situation | "What's the background?" |
|
|
233
|
+
| Ask | Request | "What do I need?" |
|
|
234
|
+
| Rules | Constraints | "What must / must not be done?" |
|
|
235
|
+
| Examples | Standard | "What does good look like?" |
|