# God-tier Prompt Rubric

Every god-tier prompt that ships in the newsletter must clear this bar before send.

---

## The 6 criteria (each scored 1-5)

| Criterion | What 5/5 looks like |
|---|---|
| **1. Time saved** | Saves the reader at least 1 hour of work from a single paste |
| **2. Specificity** | Output is concrete and actionable: file paths, line numbers, exact diffs, named tools — not "consider doing X" |
| **3. Novelty** | The reader thinks "I'd never have asked this in this way" — not a generic "act as a senior X" pattern |
| **4. Universality** | Works on any project, any stack, any team size, any seniority level |
| **5. Shareability** | The reader's first thought after running it is "I need to forward this to [specific person]" |
| **6. Relevance** | Directly extends, deepens, or applies the issue's main tip — the two halves reinforce each other |

---

## Hard gate: ship only if 4+ on at least 5 of 6 criteria

A prompt that scores 3 or below on more than 1 criterion does NOT ship. Iterate.

---

## Anti-patterns the rubric rejects

- Generic personas ("act as an expert", "act as a senior X with N years experience")
- Procedural output format without voice
- No anti-patterns specified
- No example output to anchor calibration
- Doesn't leverage Claude's tools (Read, Bash, Grep) — Claude imagines instead of investigates
- No self-grading step before output
- Closer is just "Begin" or similar — no quality reinforcement
- Topic has no relationship to the week's main tip — feels like two unrelated emails

---

## Test methodology

Every god-tier prompt is tested on 3 different codebases before going into the newsletter:
1. Small project (CLI tool, script, < 500 lines)
2. Medium project (web app, 1,000-10,000 lines)
3. Large project (production codebase, 10,000+ lines)

For each test:
1. Run the prompt
2. Score the output against the 6 criteria
3. Note what was missing or mediocre
4. Revise the prompt
5. Re-test

Ship only when 3 consecutive runs score 4+ on at least 5 criteria.

---

## Relevance: connecting the prompt to the issue theme

| Issue type | Where to look for the prompt |
|---|---|
| Config | A meta-prompt that operates on the configuration itself |
| Workflow | A prompt that automates the next step in the workflow taught |
| Agent | A prompt that designs a custom agent variant for the reader's project |
| Debug | A prompt that diagnoses the next class of error after the one taught |
| Command | A prompt that combines the command with another in a higher-leverage chain |

**Test:** does the god-tier prompt make sense as the natural next thing to do AFTER applying the main tip?

---

## Process for drafting a new god-tier prompt

1. Identify the issue's main tip
2. Ask: what's the next problem the reader will hit after applying it?
3. Ask: what's a higher-leverage application of the same technique?
4. Ask: what does this teach that wasn't covered in the main body?
5. Draft the prompt with at least one anti-pattern, one calibration example, one self-check, and a closer that reinforces quality
6. Score against the 6 criteria honestly
7. Test on 3 codebases
8. Ship only when consistently 4+ on 5 of 6
