Explores DesignOps as an operating model, design tokens as infrastructure, and DTIFx as the tooling that keeps AI-assisted design systems governed.
Introduction
Design systems have evolved far beyond static style guides and component inventories. Today the challenge is not just documenting colours and components but operating design at scale - connecting strategy, tools, and people across an organisation.
As design teams deliver more products and AI begins to automate parts of the workflow, we need infrastructure that keeps our design language coherent, measurable, and safe. This article explores DesignOps as an operating model, explains how design tokens function as infrastructure, and introduces the DTIFx toolkit built on the Design Token Interchange Format (DTIF), which provides the context and guardrails that modern design and AI tooling demand.1
From Design Systems to Design Infrastructure
Design systems give teams a shared language and a foundation for scale, yet they do not automatically deliver quality or coherence. Without operational structure, design teams risk fragmentation, duplicated effort, and inconsistent output.
DesignOps fills this gap by treating design as a managed capability rather than a loose collection of tools. It defines how design functions and evolves - linking strategy, systems, and people.
At its heart, DesignOps focuses on enablement rather than control. It turns design into a product with a roadmap, metrics, and defined users - the designers, engineers, and stakeholders who rely on it.
Julie Stanescu notes that investing in DesignOps infrastructure early creates conditions where designers can do their best work and allows teams to "be intentional about how you onboard and train people."2 In other words, DesignOps provides the operating system that allows design systems to scale sustainably rather than becoming a bottleneck.
The Four Sub-Functions of DesignOps
The Design Systems Collective identifies four interconnected sub-functions that sustain design maturity:2
- Design governance – Establishes contribution and approval models, governs accessibility and localisation, aligns design principles with brand/CX strategy, and produces standards, guidelines, and audits.
- Design infrastructure – Manages the technical foundation: design systems, tokens, documentation, and integrations; automates version control and lifecycle management; and connects artefacts with analytics.
- Design intelligence – Defines KPIs and OKRs, analyses efficiency and reuse metrics, links UX research to operational maturity, and reports to stakeholders.
- Design enablement – Builds capability and culture through onboarding, training, rituals, and documentation; maintains playbooks and encourages knowledge sharing.
A DesignOps product owner ties these together, aligning governance, infrastructure, intelligence, and enablement with business and CX strategies - managing design as an internal product with strategic, operational, and tactical goals.
Why DesignOps Matters Now
As design expands into enterprise environments, it becomes a networked discipline spanning customer experience, product delivery, and technology. DesignOps provides the operational backbone that turns creative intent into measurable, repeatable impact.
Without it, teams struggle with duplicated work, misaligned tooling, and inconsistent quality. With it, organisations can measure efficiency, quality, adoption, impact, and culture - connecting customer-experience strategy ("the why") with product delivery ("the what").
In short: DesignOps is the operating system that makes design scalable, measurable, and strategically relevant.
Why Design Tokens Are Infrastructure
Design tokens represent the smallest pieces of a design system - colours, typography, spacing, radii, motion, and more - captured as data. When expressed once and exchanged between design tools and codebases, they become a predictable foundation for UI consistency.
DTIF defines a normalised JSON schema for token values, metadata, and relationships. It separates the data model from implementation details, allowing design platforms, component libraries, and build tools to exchange values without loss of fidelity.1
Treating tokens as infrastructure means recognising that they are not just variables in a stylesheet, but the connective tissue between designers, developers, and - increasingly - AI tools.
A standards-based format like DTIF provides:
- Interoperable structure - tokens travel cleanly across tools via normalised schemas.
- Extensible taxonomy - core types for practical use, namespaced extensions for experimentation.
- Verified quality - schema-backed validation, reference tooling, and conformance tests.
- Transparent governance - registered
$typeidentifiers, change control, and open governance.
This foundation allows automation: code generators, linters, documentation tools, and AI systems can all consume the same source of truth.
Introducing DTIFx: Design Token Tooling as Infrastructure
I created DTIFx to operationalise DTIF. It is a suite of packages and a CLI that orchestrate token workflows - build, diff, audit, and extract - bringing DesignOps principles into the design-token lifecycle.3
Build pipeline
@dtifx/build plans token sources, resolves layered snapshots, and runs transforms and formatters.
Commands include:
dtifx build validate- check configuration and plans without running transforms.dtifx build generate- produce CSS variables, JS modules, SwiftUI assets, and more.dtifx build inspect- debug resolved tokens by pointer, type, or JSON.dtifx build watch- live-reload builds on file changes.
Platform presets simplify setup for CSS, iOS, and Android, wiring transforms and formatters into your build configuration.
Diff workflow
Change management is critical when multiple products share tokens. @dtifx/diff compares token snapshots, filters by type or impact, and renders reports (CLI, JSON, HTML, SARIF). Failure policies (like --fail-on-breaking) enforce governance in CI pipelines.
Audit governance
@dtifx/audit enforces policies across resolved tokens: ownership metadata, deprecation replacements, required tags, and WCAG contrast. Reports are emitted in human-readable or structured formats and integrate with CI for governance enforcement.
Extractors
@dtifx/extractors authenticates with design APIs like Figma, Penpot, and Sketch, converting style nodes into DTIF-compliant token documents. Extracted tokens merge directly into base libraries, aligning design tools with code.
Together, these workflows turn token management into an operational discipline - aligning perfectly with DesignOps' principle that infrastructure makes consistency sustainable.
Why DTIFx Matters in an AI-Assisted World
Large-language models and other AI agents are increasingly capable of generating UI code, components, and even whole applications. But AI is only as good as its context. Without structured input, models hallucinate inconsistent colours, inaccessible contrasts, or outdated component names.
DTIFx provides the context and guardrails that AI tooling needs:
- Reliable source of truth - DTIF gives AI access to current palettes, typography, and spacing.
- Version awareness - DTIFx's diffing classifies changes as breaking, non-breaking, or deprecated.
- Governance and compliance - audit policies enforce ownership, tags, and accessibility.
- Traceability and telemetry - structured logs and spans make AI-driven changes observable.
- Tool integration - extractors ensure AI builds from live design data, not stale exports.
By treating tokens as infrastructure, DTIFx bridges the gap between human-centred design and AI-driven automation - ensuring generated output stays consistent, accessible, and on-brand.
Towards a Resilient Design-AI Partnership
Design systems and AI tools are converging. To harness their power, we must think operationally:
DesignOps provides the operating model. Design tokens provide the language. DTIFx provides the infrastructure.
Without these guardrails, automation risks eroding consistency, accessibility, and trust. With them, design becomes a managed, measurable capability that scales - for both humans and machines.
As AI takes its place in our workflows, such infrastructure is not optional. It is essential for maintaining quality and delivering coherent, inclusive experiences.
Footnotes
-
Design Token Interchange Format (DTIF) - https://dtif.lapidist.net ↩ ↩2
-
DesignOps as Infrastructure - Design Systems Collective, Julie Stanescu - https://www.designsystemscollective.com/designops-as-infrastructure-the-operating-model-behind-design-systems-7fcb94072016 ↩ ↩2
-
DTIFx Toolkit Documentation - https://dtifx.lapidist.net ↩