Commit e9758ce
Add data verification checkpoint to article generation skill
Prevent data errors by enforcing a mandatory step to read and confirm
JSON data before writing any article content.
Changes:
- Add step 2 "READ AND CONFIRM DATA" to workflow requiring explicit
confirmation of headline value and reference period before writing
- Add "How to Use Fetched Data" section with JSON field mappings
- Add forbidden patterns (writing from memory, estimating values)
- Document Jan 2026 failure mode where articles had plausible but
incorrect hardcoded values (2.50% vs 2.25%, 80.8% vs 80.7%)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c6cff32 commit e9758ce
2 files changed
Lines changed: 54 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
14 | 35 | | |
15 | 36 | | |
16 | 37 | | |
17 | 38 | | |
18 | 39 | | |
19 | 40 | | |
20 | 41 | | |
21 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
22 | 50 | | |
23 | 51 | | |
24 | | - | |
| 52 | + | |
25 | 53 | | |
26 | 54 | | |
27 | | - | |
| 55 | + | |
28 | 56 | | |
29 | 57 | | |
30 | | - | |
| 58 | + | |
31 | 59 | | |
32 | 60 | | |
33 | | - | |
| 61 | + | |
34 | 62 | | |
35 | 63 | | |
36 | 64 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
0 commit comments