Reference card· Module 8 — Capstone· Prints on one page

Designing a Use Case

Seven steps to run against a task you actually have. Step 2 is the one people skip, so it gets its own block.

Choose the task first: something you did more than three times last month and did not enjoy. Don’t pick it because it sounds like a good AI task — pick it because it is tedious, then find out. Every step below works on the task’s structure, so nothing confidential has to be written down to use this.

The seven steps

  1. Describe the task as it exists today. Inputs, outputs, who consumes it, what “good” looks like, how you’d know it had gone wrong. Structure, not contents.
  2. Run the fit test — argue both sides. Write the case for and the case against before you decide. See the block below.
  3. Decide the shape. One-off chat or a Project? What should the output rest on? At what scope should context persist — everywhere, this body of work, or accumulating on its own? Does the output want to be an Artifact?
  4. Build it. Instructions, knowledge, prompt.
  5. Write the test set before you look at any output. Three cases, one of them deliberately hard or an edge case, with pass criteria fixed in advance. Criteria written after seeing output is how people talk themselves into mediocre results.
  6. Run, diagnose, iterate — at least twice, written down. Classify each failure with the taxonomy card and apply the matching repair. No documented iteration means it isn’t finished, however good the output looks. The iteration is the skill.
  7. Write the handoff note. What this is for, what it is bad at, what a user must check before relying on it.

Step 2 · The fit test

Anti-criteria — any one of these is a reason to stop

Argue both sides in writing. The case for is easy and you will write it anyway; the case against is the one that has to be forced, which is why this step gets skipped and why skipping it is expensive.

The answer this card exists to permit
“This doesn’t fit” is a legitimate and complete answer. State why, pick another task, start again at step 1.
What finished looks like

A one-page design record covering all seven steps, with at least two documented iterations and a handoff note naming at least two real limitations. Nothing published — a design record describes a task’s structure, and it can be excellent without containing a single real fact about your work.