The AI Project Documentation Checklist: Docs That Survive Handoffs

Six documents cover 90% of what AI projects need. Skip one and you'll rediscover why it exists — expensively.

Marco Reyes·Head of GEO & Growth, Aiporate··8 min read·Share on XLinkedIn

Key takeaways

  • Six documents cover 90% of AI project needs: project brief, scoping doc, data inventory, decision log, model/eval card, and runbook — each answers a question that otherwise gets answered by archaeology.
  • Every document has one named owner; a doc owned by 'the team' is owned by nobody and dies in its second month.
  • The lightweight version is the real requirement: a decision log can be fifteen one-line entries and still save a week of re-litigation; a runbook can be two pages and still save a 2am incident.
  • Docs are waste when they restate what code or tickets already hold; they're load-bearing when they hold what exists nowhere else — decisions, rationale, thresholds and tribal knowledge.
  • For external or augmented teams, this document set is the knowledge-retention mechanism: the engagement's value that remains after the people leave lives in exactly these six artifacts.

Documentation advice for AI projects tends to come in two useless flavors: 'document everything' (nobody does, so nothing gets documented) and 'the code is the documentation' (true right up until the person who wrote the code rolls off the project). The workable answer is a small fixed set. Six documents cover roughly 90% of what an AI project needs to survive contact with reality — a team member leaving, a vendor changing, an auditor asking, a model degrading at 2am. Each exists because of a specific, expensive failure mode, and each has a natural owner and a lightweight-but-real minimum version. Skip one and you don't save the work; you defer it to the moment it's most expensive, which is usually a handoff.

The six documents, who owns each, and what breaks without them

The set is deliberately small — small enough that 'is our documentation done' is a checkable question. The third column is the important one: each doc earns its place by a specific failure it prevents, and if you've run an AI project before, you've likely met at least half of these failures personally.

DocumentOwnerThe failure it preventsUpdate cadence
Project brief (1-2 pages)Business problem ownerNew stakeholders re-litigating why the project exists; scope drifting from the original problemOn scope change
Scoping document (4-8 pages)Delivery leadMonth-three archaeology: 'what did we agree the metric/scope/budget was?'Versioned, with changelog
Data inventoryData engineer / data ownerLate discovery that a critical field is 40% empty; nobody knowing who can grant accessWhen sources or quality change
Decision logDelivery lead (everyone contributes)Re-litigating settled arguments; new joiners reverting deliberate choices because the rationale is invisibleContinuously, one line per decision
Model/eval cardAI engineerNobody can say what's deployed, what it was tested on, or what its known weaknesses are — until an incident makes it urgentOn every model or eval-set change
RunbookWhoever gets pagedThe 2am incident where the only person who knows the failure modes is on a plane; retraining knowledge living in one headAfter every incident and retrain
The six-document set for an AI project

Lightweight but real: the minimum version of each

The reason documentation dies is that teams aim at the maximal version, produce it once under duress, and never update it. The minimum versions below are honest floors: small enough to maintain, complete enough to be load-bearing. Format matters less than location — all six live where the team already works, findable in one hop, not in a personal drive.

  • Project brief: the problem, the metric, the users, the scope boundary — essentially the outline session's output kept current. If it exceeds two pages it's absorbing the scoping doc's job.
  • Scoping doc: the nine-section anatomy (problem, users, metrics, data, constraints, risks, phasing, team, budget) with a changelog on top. This is the doc the others hang off.
  • Data inventory: one table — source, location, owner, access path, measured completeness, known quirks, refresh cadence. One row per source; ten rows beat ten pages.
  • Decision log: one line per decision — date, decision, why, who. 'Chose managed API over self-hosting: volume too low to amortize infra; revisit at 500k requests/month. — MR, 3 Feb.' Fifteen of these lines are worth more than any architecture deck.
  • Model/eval card: what's deployed (model, version, key config), what it was evaluated on (the frozen test set, by name), the scores including the counter-metrics, known failure modes, and what it must not be used for. One page per deployed model.
  • Runbook: how to tell it's broken (the dashboards, the thresholds), the three most likely failures and their fixes, how to roll back, how to retrain or refresh, and who to call. Written for the person who didn't build it — that's the whole point.

When documentation is waste, and when it's load-bearing

The six-doc set works only if you also refuse to write the other stuff. Documentation is waste when it duplicates a source of truth that already exists: prose restating what the code does (drifts within weeks), status reports that repeat the ticket board, exhaustive API docs for internal interfaces one team consumes, meeting minutes nobody assigned actions from. Documentation is load-bearing when it holds information that exists nowhere else and is expensive to reconstruct: why a decision was made (not recoverable from code), what the data actually looks like (recoverable only by re-doing the analysis), what the model was tested on (unrecoverable if the eval set wasn't frozen and named), what to do at 2am (reconstructed, expensively, during the incident itself). A simple test for any proposed document: if we deleted this in six months, would anyone need to recreate it, or would they just not notice? The six survive that test; most other project documentation doesn't. And one anti-pattern deserves naming: documentation written to prove work happened rather than to transfer knowledge. If a doc's primary reader is a steering committee rather than a future team member, it's reporting, not documentation — fine, but it doesn't count toward the six.

Docs as the knowledge-retention answer for external and augmented teams

The strongest argument against bringing in external AI engineers has always been knowledge walk-out: the engagement ends, the people leave, and the understanding leaves with them. The six-document set is the concrete answer to that objection — not 'good documentation' as a vague aspiration, but a named, checkable artifact list that makes the knowledge transfer inspectable before the last week of the engagement. This is how Aiporate frames its own delivery model: the intake process produces the brief and the scoping document before the team starts, and the engagement isn't complete until the data inventory, decision log, model card and runbook are current and have been walked through with the client's own people. Whether you work with us or anyone else, the checklist below is worth writing into the engagement terms — it converts 'we'll document as we go' from a promise into an acceptance criterion.

  • Write the six-doc set into the statement of work as a deliverable, with the runbook walkthrough as an explicit acceptance step.
  • Insist the decision log is kept from week one — it cannot be reconstructed retroactively, and a log started in the final month is fiction.
  • Have an internal person co-own the data inventory and runbook during the engagement, not receive them at the end; handover of a living document beats handover of a finished one.
  • Run the 'bus test' before sign-off: an internal engineer who didn't build the system uses only the runbook to execute a rollback and a retrain in staging. If they can't, the documentation isn't done, whatever it weighs.
  • Schedule one post-handoff review 4-6 weeks out: the questions that surface in real operation are the gaps in the doc set, and they're cheap to fix while context is fresh.

When each document gets written

The set has a natural order that matches the project's lifecycle, which is why it never has to be a documentation sprint. The brief comes out of the initial outline session. The scoping doc follows discovery. The data inventory starts as the scoping doc's data section and graduates to its own artifact once engineering starts touching sources. The decision log opens in week one and accumulates. The model/eval card is born the first time a model is evaluated seriously, and the runbook is written just before the first production deployment — then edited by every incident afterward. At any point in the project, exactly the documents that should exist, exist. That's the difference between documentation as a phase (which gets cut) and documentation as a byproduct of decisions being made (which doesn't).

  1. 1Outline session → project brief.
  2. 2Discovery (the 30-day window) → scoping document.
  3. 3Engineering start → data inventory graduates from the scoping doc; decision log opens.
  4. 4First serious evaluation → model/eval card.
  5. 5First production deployment → runbook.
  6. 6Every incident, retrain and scope change → the relevant doc gets its one-line update.

Frequently asked questions

Six documents feels heavy for a small pilot. Do we need all of them?

For a true pilot, the honest minimum is four: brief, a compressed scoping doc, a data inventory and a decision log. But the model/eval card and runbook become mandatory the day the system touches production users — and writing a retroactive decision log is impossible, so that one starts in week one regardless of project size.

What's the single most valuable document if we can only maintain one?

The decision log, and it's not close. It's the cheapest to maintain — one line per decision — and it holds the only information that is genuinely unrecoverable later: why. Code shows what was built; tickets show when; nothing else preserves the rationale that stops new team members from reverting deliberate choices.

Who should own documentation on a project with external engineers?

Each doc keeps its natural owner (the external AI engineer owns the model card, whoever gets paged owns the runbook), but an internal person should co-own the data inventory and runbook during the engagement. Handover works when internal people have been living in the documents, not when they receive them as a leaving gift.

How do we stop the docs going stale?

Three mechanisms: single named owners (never 'the team'), update triggers tied to events rather than calendars (every incident edits the runbook, every model change edits the card), and ruthless minimalism — docs go stale in proportion to their length, so the two-page version that stays current beats the twenty-page version that was true once.

Head of GEO & Growth, Aiporate

Marco leads generative engine optimization and organic growth at Aiporate. He has run search and content strategy through the shift from ten blue links to AI answers, and helps SaaS brands stay visible where buyers now decide, inside the models.

Need the team to make this real?

Describe your need in plain English, get the exact hire, forward-deployed talent or a fractional leader, vetted and matched in 72 hours.

Scope your need →

Keep reading

The Weekly Brief

Intelligence for building AI-native organizations.

One email a week: the sharpest thinking on AI hiring, infrastructure, teams and strategy, for the people building the future of work.

Join operators, founders and CTOs. No spam, unsubscribe anytime.