← All posts
resourceJune 15, 2026·2 min read
The 20-point data platform readiness checklist
A practical self-assessment we run with every new client: twenty yes/no questions across ingestion, modeling, quality, governance, and cost that reveal where your platform actually stands.
Before any engagement, we run clients through the same twenty questions. Score one point per honest "yes." The goal isn't a grade; it's to make the gaps visible and fundable. Use it freely.
Ingestion & pipelines
- Can you add a new data source to the platform in under a week?
- Do pipeline failures page a human before a stakeholder notices?
- Can you replay or backfill any pipeline without hand-editing scripts?
- Is every pipeline's code in version control with review before deploy?
Modeling & transformation
- Is there a documented transformation layer (e.g. dbt) between raw data and consumption?
- Could a new analyst find the canonical "orders" table without asking anyone?
- Are core business entities (customer, order, product) modeled once, not per-team?
- Can you trace any dashboard number back to its source columns?
Quality & trust
- Do your critical tables have automated tests that run on every update?
- Is data freshness visible to consumers (not just engineers)?
- When a metric looks wrong, is there a defined owner to ask?
- Have you deprecated or deleted a data asset in the last quarter?
Governance & access
- Can you say, today, who has access to your most sensitive dataset?
- Is PII identified and handled under a written policy?
- Do metric definitions live somewhere versioned, not in tribal memory?
- Could you answer a regulator's data-lineage question within a week?
Cost & operations
- Do you know last month's total platform spend within 10%?
- Can you attribute that spend to teams or use cases?
- Has someone reviewed and killed unused compute/storage in the last quarter?
- Could the platform survive its most knowledgeable engineer leaving?
Reading your score
- 16–20: You have a platform. Your leverage now comes from analytics products and AI on top of it.
- 10–15: Solid bones, real gaps. Prioritize the "no" answers in quality and governance first; they erode trust fastest.
- 5–9: You have pipelines, not a platform. Resist new use cases until the foundation stops shifting.
- 0–4: Good news: you get to skip a decade of legacy decisions and build it right the first time.
If you'd like a second pair of eyes on your answers, we do this assessment as a structured two-week engagement, with a prioritized roadmap as the output.
#Data Engineering#Checklist