From ff65176cec3a7afc6c20b69537312a22778c025e Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Sun, 15 Mar 2026 18:37:56 -0700 Subject: [PATCH] fix: remove redundant "design system" extra from normalize Normalize already has its own "Discover the design system" step in its Plan section that handles this. No need to duplicate it in the preparation block. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/normalize/SKILL.md | 2 +- source/skills/normalize/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/normalize/SKILL.md b/.claude/skills/normalize/SKILL.md index f6537b863..bee1edb2f 100644 --- a/.claude/skills/normalize/SKILL.md +++ b/.claude/skills/normalize/SKILL.md @@ -12,7 +12,7 @@ Analyze and redesign the feature to perfectly match our design system standards, ## MANDATORY PREPARATION -Use the frontend-design skill — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. Additionally gather: design system documentation and tokens. +Use the frontend-design skill — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. --- diff --git a/source/skills/normalize/SKILL.md b/source/skills/normalize/SKILL.md index 464ba23f7..0f2cc0641 100644 --- a/source/skills/normalize/SKILL.md +++ b/source/skills/normalize/SKILL.md @@ -12,7 +12,7 @@ Analyze and redesign the feature to perfectly match our design system standards, ## MANDATORY PREPARATION -Use the frontend-design skill — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. Additionally gather: design system documentation and tokens. +Use the frontend-design skill — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. ---