CI/CD Figma Tokens, Auro, Content Pipeline #606
chrisfalaska
started this conversation in
Technical Research Documents
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Meeting Notes
Oct, 28 2025
Present:
We met to evaluate Tokens Studio as a solution for exporting structured JSON to support the initial phase of our CI/CD workflow.
While the platform appears feature-rich, pricing concerns for organizations ($500+ per month) redirected our discussion toward alternative options.
We then took a larger interest in Figma’s native solution announced at Schema 2025, though it currently has only a vague release window of “November 2025.”
If this feature can meet our structured JSON export requirements, it could be an ideal option since it would remain native to Figma, which we are already paying for.
The team began brainstorming how we might structure semantic design tokens in Figma—potentially using separate collections for iOS, Android, and Mobile—and how Style Dictionary could parse those tokens using globbing, metadata, and other mechanisms.
Forrest and the Design team do not want to maintain separate files for different token sets and would prefer a unified, integrated solution.
We also discussed potentially eliminating the separate Auro primitives repository, choosing instead to manage primitives directly in Figma, since these tokens should never be referenced in code by consumers.
Next Steps
Oct, 29 2025
Present:
Established a set of desired goals and broke them into two parallel work streams: one dependent on a Figma plug-in and the other, anticipating the Figma solution, focused on DevOps.
Parallel Work Streams
Figma (Near Future)
Experience & Timing
Error Management
Spoke about how to manage mistakes in commits from Figma:
Technical Optimization
Perhaps we don't need to StyleDictionary to do the filtering if we can get the flat tokens directly from Figma — potentially don't need the nesting that SD currently spits out, Figma handles everything for us.
Backup Plan
We need to figure out what the LOE is to manually create tokens for iOS & Android if a plug-in solution doesn't present itself in a timely manner
Parallel Work Stream
In the meantime, Dev can begin work on the Github / Dependabot DevOps workflow:
DevOps (Immediate)
Two-Repo Approach
Repo 1: Token Definition (Token Source Repo)
Repo 2: Style Dictionary Build Tool
Configuration
In one of the repos, have configurations such as:
Next Steps
Beta Was this translation helpful? Give feedback.
All reactions