46. Vibe Coding Checklists
Overview and links for this section of the guide.
On this page
Pre-Flight Checks
Pilots use checklists because memory is fallible. AI Engineers should too.
The Lists
- Pre-Build: Do we actually need AI for this?
- Prompting: Did we handle edge cases?
- Security: Is the API key safe?
Where to go next
Explore next
46. Vibe Coding Checklists sub-sections
5 pages
46.1 Pre-build checklist (spec, constraints, acceptance tests)
Open page
46.2 Prompt checklist (inputs, outputs, edge cases, failure paths)
Open page
46.3 Tool checklist (permissions, budgets, timeouts)
Open page
46.4 Production checklist (logging, monitoring, rollbacks)
Open page
46.5 Security checklist (prompt injection, secrets, access control)
Open page