Design versioning
Skill Dragoon0x/everything-design-taste/skills/design-versioning
Design file versioning, change documentation, design history, and collaboration workflows.From its SKILL.md
npx -y skills add Dragoon0x/everything-design-taste --skill design-versioningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 261 tokens by cl100k_base, as published. Nobody here has run it
Design Versioning
File Naming
[Project]-[Page/Feature]-[Version]
Example: Dashboard-Analytics-v2.1
v1.0 = First complete version
v1.1 = Minor iteration
v2.0 = Major redesign
Change Documentation
Every significant version change gets a note:
## v2.1 (2026-04-10)
- Updated chart colors for accessibility
- Added empty state for new users
- Simplified filter panel (removed 3 rarely-used filters)
## v2.0 (2026-03-28)
- Complete redesign of analytics dashboard
- New card-based layout replacing table view
- Added date range picker
Branching Strategy
- Main: Current approved design
- Exploration branches: Named explorations (exploration/new-nav)
- Feature branches: Specific features in progress
- Merge back to main after approval
- Archive old explorations (don't delete)
Collaboration Rules
- One designer per page/flow at a time
- Communicate when editing shared components
- Pull latest before starting work
- Review component changes with the team
- Don't modify the design system without consensus
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.