Example

Checklist Template Example

You have come to the right place if you need inspiration for your first template. Let's get you started.

Why templates?

With a checklist template, you can create easy-to-follow steps to outline a process, govern contributions, and ensure quality. The template will be distributed to all Figma Widget instances, meaning every designer will see the same checks. A centralized checklist comes in handy if you want to see the progress of a component.

The use of a template is two-fold

On the one hand, it helps you understand each contribution because you can see its status. On the other hand, the checklist allows designers and developers to follow a process and more easily continue where they left off.

Setting goals

Here are a few goals you can keep in mind when creating a checklist:

Outlining a process

You can create a process by putting the phases and checks in consecutive order. To learn more about using a checklist as a process, read our article on designsystems.com (opens in a new tab).

Govern contributions

You can add questions as checks to help you govern the contributions. Did the designer try to use existing components first? Did the designer apply the changes to other known use cases, and is the documentation consulted?

Quality assurance

Ensure the new contribution is built according to the defined quality standards whenever it seems valid. Think of naming and connecting tokens, applying auto layout, and aligning the naming of the properties with development.

Two types of processes

New design systems

A new design system has yet to define the status quo, meaning it has to incorporate the current design. The most significant change in this scenario is removing all discrepancies from the current design.

What does the Status Quo mean?

The Status Quo is the accepted current state of a component that followed the process.

Evolving design systems

An already established design system gives the consolidation phase a different meaning. The user must first try to apply the components of the Status Quo, which you defined at the beginning. Our article on designsystems.com (opens in a new tab) explains the consolidation process for evolving design systems in more detail.

Part of the process

Consolidation phase

Removing discrepancies happens in the consolidation phase. You can gather all the buttons (or any other component) here, giving you a clear idea of the component's usage on the platform. Next, you need to consolidate that component into one solution. What will you support, how will you support it, and what needs to change?

Governance

You can govern new contributions by asking the designer first to try the components of the Status Quo. When the designer needs to make adjustments to support their use case, it is time to consolidate new ideas with the old. Will the new solution also support all other usages? Does the solution still fit the purpose of the component? Read more about governance in our article on designsystems.com (opens in a new tab).

The importance of alignment

It is crucial to align the contribution with the development to avoid discrepancies from creeping in. We often say the design system is the source of truth. That truth, however, is stored in Figma, in code, on the documentation platform. You can expect changes to come from anywhere, so it is vital to keep them aligned. Aligning code to Figma is called Stack Mirroring and can be achieved via API alignment.

API Alignment

In this session, developers and designers come together to look at all the instances of the component. They will collaboratively name the anatomy and structure and define all properties and values of a component. Figma supports most properties you can define in code. Think of enums (lists), booleans (true/false), and strings (text input). With these attributes, you can make a list of types with an enum (primary, secondary, tertiary), create inverted states with a boolean (inverted is true or false), or add UX copy with a string (button label).

Definition of Ready

Now that everything is aligned, the designer can incorporate all the changes and deliver a final design for development. It would be great to create a new repository for new components and drop the Figma link to each component's DoR. That way, you ensure the component will be named accordingly, and your developer gets directed to the correct Figma file.

Bottlenecks

Be careful not to introduce any bottlenecks to the process and avoid waterfall processes as much as possible. You can ask yourself: What tasks can be done concurrently? What can an individual do, and when do we need a meeting to align?

The flow example here shows that only two meetings are needed. After the DoR is delivered, the steps belonging to Documentation and Development can be delivered concurrently. Workflow example

Example

Prepare design

  1. Apply fundamentals
  2. Create default component
  3. Add states, types, and options
  4. Add breakpoint behavior

Consolidate design

  1. Gather use cases
  2. Design Systems comparison
  3. Write a rationale
  4. Consolidation meeting
  5. Adopt feedback

Preparing API alignment

  1. Request properties from development
  2. Review design and development properties
  3. Create a property table in Figjam
  4. Highlight issues and note questions

API Alignment

  1. Naming convention on the anatomy
  2. Align properties

Ready for development

  1. Create DoR in Figma
  2. Use autolayout
  3. Apply correct naming and properties
  4. Create design tokens
  5. Link all design tokens
  6. Review component
  7. Publish with release notes

Documenting design

  1. Link component to documentation platform
  2. Finalize the rationale
  3. Write out usage
  4. Add do and don't examples
  5. Create example with live copy
  6. Add A11Y guidelines
  7. Add design guidelines
  8. Add develpment guidelines

Fully compliant

  1. Published on Figma
  2. Published on Storybook
  3. Announced in Slack