Structured discovery questionnaire for new design tasks. Asks minimum necessary questions covering product, audience, page goal, output format, existing assets, and variant requirements, then compiles answers into a DesignBrief.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --skill discovery-questions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Discovery Questions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/infometa-discovery-questions)More formats (shields.io, HTML) on the badges page.
---
name: discovery-questions
description: "Structured discovery questionnaire for new design tasks. Asks minimum necessary questions covering product, audience, page goal, output format, existing assets, and variant requirements, then compiles answers into a DesignBrief."
trigger:
- 用户刚开始描述一个新设计任务
- 任务信息不完整时
- 用户说"帮我设计""帮我做一个页面"等模糊请求时
---
# 需求引导(Discovery Questions)
## 触发时机
- 用户刚开始描述一个新设计任务
- 任务信息不完整时
- 用户说"帮我设计""帮我做一个页面"等模糊请求时
## 执行内容
根据用户描述,问一轮集中问题,覆盖以下维度。**一轮问完,不要逐条追问。**
### 问题清单
**1. 产品与受众**
- 产品是什么?一句话描述。
- 给谁用?(年龄段、职业、使用场景)
**2. 页面唯一目标**
- 这个页面用户看完/用完之后应该做什么?(注册、购买、了解、联系……)
- 只能有一个首要目标。如果用户列出多个,追问哪个最重要。
**3. 输出格式与精度**
- 输出格式:落地页、APP 界面、PPT、仪表盘、邮件模板、其他?
- 精度:低保真线框(快速验证结构)还是高保真(可交付开发)?
**4. 现有资料**
- 有没有现有的品牌资料?(Logo、品牌色、品牌指南)
- 有没有现有的设计系统或代码库?
- 有没有参考截图或竞品链接?
**5. 方向变体**
- 需要几个方向变体?(默认 2-3 个)
- 在哪些维度上变?整体流程、单个页面、配色、字体、文案?
## 输出格式
问完后自主执行,不要反复追问。把答案整理成 **DesignBrief** 文档,格式如下:
```markdown
# DesignBrief
## 产品定位
{一句话描述产品是什么}
## 目标用户
{年龄段、职业、使用场景}
## 页面唯一目标
{用户看完/用完之后应该做什么}
## 输出格式
{落地页 / APP 界面 / PPT / 仪表盘 / 其他}
## 精度
{低保真线框 / 高保真}
## 现有资料
- 品牌资料:{有/无,具体说明}
- 设计系统/代码库:{有/无,具体说明}
- 参考截图/竞品:{有/无,具体说明}
## 方向变体
- 数量:{N 个}
- 变化维度:{整体流程 / 单个页面 / 配色 / 字体 / 文案}
```
## 注意事项
- 一轮集中提问,问完就执行,不要像审讯一样逐条追问。
- 如果用户描述已经覆盖了某些维度,不要重复问。
- DesignBrief 是后续所有工作的基线,下一步(DesignSystemManifest)必须引用它。
- 用与用户相同的语言提问和输出。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").
SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.
Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.