Prompt library
19 prompts that run on top of a filled-in stack. Copy one, paste it into an AI that can see your folder, and answer what it asks.
Copy a prompt, paste it into an AI that can see this folder, answer what it asks. Each one reads only the sections it needs and writes back into the stack.
They assume AGENTS.md is loaded. If your tool does not pick it up automatically, paste it first — it carries the rules that stop the model inventing numbers.
Using them well
Answer the questions. These prompts stop and ask rather than assuming. That is the feature. A ten-second answer from you beats an assumption that propagates into six documents.
Do not skip steps. The sequence inside each prompt is the sequence a good coach uses. Jumping to the output produces something confident and unfounded.
Correct the output. The AI drafts; you validate. Nothing it writes is true because it wrote it.
Commit before and after.
git add -A && git commit -m "before: unit economics prompt"
# run the prompt
git diff # see exactly what changed
git add -A && git commit -m "07-money: unit economics from supplier invoices"
Writing your own
Every prompt in here follows the same shape, and yours should too:
- A
**Requires:**line outside the fence — what must already be true before this is worth pasting. For the human holding the mouse. - Role and scope — what the AI is doing, which sections to read, which to leave alone
## Step 0 — Check the ground— open the named files, check they hold content rather than[TBD], and if they do not: name what is missing, say which prompt fills it, and stop. Every prompt here has one, and each states its own tolerances — prompt 14 carries on happily against an empty stack because that is how a stack starts to fill; prompt 09 refuses, because a step test run against unknown capacity spends real money daily.- Ask before assuming — the questions it must put to the founder rather than guess
- The work — numbered steps, in the order a practitioner would do them
- Output — exactly which files change and what goes in them
Do not restate AGENTS.md inside the fence. Every prompt opens by loading it, so repeating the tag table, the citation format or the no-invented-numbers rule spends context on something already in the window. Keep what encodes this prompt's file paths, output shape, and any judgement a model would get wrong left to itself — 02-gap-scan's "rank by damage if left open, not by ease of closing" is exactly the kind of line worth its words.
The shortest thing here is 17-pre-session-brief at 261 words, because it runs two minutes before a meeting. The longest is 15-scrape-a-site at 1,474, because it branches three ways on what your tool can actually do. Length should follow from the job, not from thoroughness.