Home/ Part XV — Troubleshooting, Checklists, and Reference/46. Vibe Coding Checklists/46.1 Pre-build checklist (spec, constraints, acceptance tests)

46.1 Pre-build checklist (spec, constraints, acceptance tests)

Overview and links for this section of the guide.

The Questions

  • [ ] Is the problem solvable by text processing?
  • [ ] Do we have the data? (or can we retrieve it?)
  • [ ] What is the cost per run target?
  • [ ] What is the acceptable latency?

Acceptance Criteria

  • [ ] Happy Path: Does it work for standard input?
  • [ ] Empty Path: What if the input is empty?
  • [ ] Garbage Path: What if the input is nonsense?

Where to go next