From ffa0d11da896a2bf9b50bd664cec2a390d5b693a Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Sun, 15 Mar 2026 18:36:47 -0700 Subject: [PATCH] fix: remove product-level context from distill's preparation "What's essential vs nice-to-have" is product prioritization, not design context. The protocol already covers audience and use cases. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/distill/SKILL.md | 2 +- source/skills/distill/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/skills/distill/SKILL.md b/.claude/skills/distill/SKILL.md index 8ebb43fb7..cc14b672d 100644 --- a/.claude/skills/distill/SKILL.md +++ b/.claude/skills/distill/SKILL.md @@ -12,7 +12,7 @@ Remove unnecessary complexity from designs, revealing the essential elements and ## 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: what's truly essential vs nice-to-have for this product. +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/distill/SKILL.md b/source/skills/distill/SKILL.md index bd954c9fc..820a63091 100644 --- a/source/skills/distill/SKILL.md +++ b/source/skills/distill/SKILL.md @@ -12,7 +12,7 @@ Remove unnecessary complexity from designs, revealing the essential elements and ## 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: what's truly essential vs nice-to-have for this product. +Use the frontend-design skill — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. ---