diff --git a/.claude/commands/teach-impeccable.md b/.claude/commands/teach-impeccable.md index d8ef7f386..2a0c7d8fa 100644 --- a/.claude/commands/teach-impeccable.md +++ b/.claude/commands/teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -use the AskUserQuestion tool to clarify what you cannot infer. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/.claude/skills/frontend-design/SKILL.md b/.claude/skills/frontend-design/SKILL.md index 5c874961b..5f405a2e9 100644 --- a/.claude/skills/frontend-design/SKILL.md +++ b/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, use the AskUserQuestion tool to clarify what you cannot infer. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md b/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md index 860fe1a64..942046acc 100644 --- a/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md +++ b/dist/claude-code-prefixed/.claude/commands/i-teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -use the AskUserQuestion tool to clarify what you cannot infer. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md b/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md index 5c874961b..5f405a2e9 100644 --- a/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md +++ b/dist/claude-code-prefixed/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, use the AskUserQuestion tool to clarify what you cannot infer. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/dist/claude-code/.claude/commands/teach-impeccable.md b/dist/claude-code/.claude/commands/teach-impeccable.md index d8ef7f386..2a0c7d8fa 100644 --- a/dist/claude-code/.claude/commands/teach-impeccable.md +++ b/dist/claude-code/.claude/commands/teach-impeccable.md @@ -20,7 +20,7 @@ Note what you've learned and what remains unclear. ## Step 2: Ask UX-Focused Questions -use the AskUserQuestion tool to clarify what you cannot infer. Focus only on what you couldn't infer from the codebase: +STOP and call the AskUserQuestion tool to clarify. Focus only on what you couldn't infer from the codebase: ### Users & Purpose - Who uses this? What's their context when using it? diff --git a/dist/claude-code/.claude/skills/frontend-design/SKILL.md b/dist/claude-code/.claude/skills/frontend-design/SKILL.md index 5c874961b..5f405a2e9 100644 --- a/dist/claude-code/.claude/skills/frontend-design/SKILL.md +++ b/dist/claude-code/.claude/skills/frontend-design/SKILL.md @@ -8,7 +8,7 @@ This skill guides creation of distinctive, production-grade frontend interfaces ## Design Thinking -Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, use the AskUserQuestion tool to clarify what you cannot infer. Don't guess on fundamentals. +Great design requires understanding. First, scan available context—README, existing components, brand guidelines, design tokens—to infer purpose, audience, and constraints. If critical context is missing, STOP and call the AskUserQuestion tool to clarify. Don't guess on fundamentals. Then commit to a BOLD aesthetic direction: - **Purpose**: What problem does this interface solve? Who uses it? diff --git a/public/assets/dashboard.after.webp b/public/assets/dashboard.after.webp index 917d90e8c..e92fa9e90 100644 Binary files a/public/assets/dashboard.after.webp and b/public/assets/dashboard.after.webp differ diff --git a/public/assets/landing.after.webp b/public/assets/landing.after.webp index e388d794a..b6c43107c 100644 Binary files a/public/assets/landing.after.webp and b/public/assets/landing.after.webp differ diff --git a/scripts/lib/utils.js b/scripts/lib/utils.js index 0d71f5a58..6137fb9d5 100644 --- a/scripts/lib/utils.js +++ b/scripts/lib/utils.js @@ -301,7 +301,7 @@ export const PROVIDER_PLACEHOLDERS = { 'claude-code': { model: 'Claude', config_file: 'CLAUDE.md', - ask_instruction: 'use the AskUserQuestion tool to clarify what you cannot infer.' + ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.' }, 'cursor': { model: 'the model',