---
title: "How We Released a Major Version of Our Design System in 1 Week"
url: https://daily.dev/posts/how-we-released-a-major-version-of-our-design-system-in-1-week-ueroij8pj
source_url: https://engineering.monday.com/how-we-released-a-major-version-of-our-design-system-in-1-week
type: article
source: "monday Engineering"
published: 2026-05-06T10:10:29.705Z
updated: 2026-05-06T10:10:56.735Z
tags: ["webdev", "automation", "claude-code", "ai-assisted-development"]
reading_time: 6
upvotes: 11
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How We Released a Major Version of Our Design System in 1 Week

**[monday Engineering](https://daily.dev/sources/monday)** · 6 min read · 11 upvotes · 0 comments

## Summary

The monday.com design system team reduced a major version release from five months to one week by encoding the entire breaking-change lifecycle into a Claude Code skill called /vibe-breaking-change. Instead of manually repeating the same workflow (implement, update usages, generate codemod, update docs, validate, open PR) for each change, they captured it as a reusable automated system. Each run starts from a board item, applies the code change, propagates it across the codebase, generates a codemod when applicable, incrementally updates CHANGELOG and MIGRATION_GUIDE, runs build/lint/tests until clean, and opens a fully described pull request — all without manual intervention between steps.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.monday.com/how-we-released-a-major-version-of-our-design-system-in-1-week>

## Similar posts on daily.dev

- [How to Ship a Major Version People Actually Upgrade To](https://daily.dev/posts/how-to-ship-a-major-version-people-actually-upgrade-to-5zr9layyk) · monday Engineering · 2 upvotes · 1 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#automation](https://daily.dev/tags/automation), [#claude-code](https://daily.dev/tags/claude-code), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development)

[View this post on daily.dev](https://daily.dev/posts/how-we-released-a-major-version-of-our-design-system-in-1-week-ueroij8pj)
