gsd:sketch
GitHub通过生成一次性HTML原型来探索UI设计方向,支持默认想法模式和前沿模式。自动生成草稿目录,结合现有数据与交互模式,输出2-3个变体供对比,并遵循GSD提交规范进行状态追踪和交接。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:sketch -g -y
SKILL.md
Frontmatter
{
"name": "gsd:sketch",
"description": "Sketch UI\/design ideas with throwaway HTML mockups, or propose what to sketch next (frontier mode)",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob",
"AskUserQuestion",
"WebSearch",
"WebFetch",
"mcp__context7__resolve-library-id",
"mcp__context7__query-docs"
],
"argument-hint": "[design idea to explore] [--quick] [--text] or [frontier]"
}
Two modes:
- Idea mode (default) — describe a design idea to sketch
- Frontier mode (no argument or "frontier") — analyzes existing sketch landscape and proposes consistency and frontier sketches
Does not require /gsd:new-project — auto-creates .planning/sketches/ if needed.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/sketch.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md @${CLAUDE_PLUGIN_ROOT}/references/sketch-theme-system.md @${CLAUDE_PLUGIN_ROOT}/references/sketch-interactivity.md @${CLAUDE_PLUGIN_ROOT}/references/sketch-tooling.md @${CLAUDE_PLUGIN_ROOT}/references/sketch-variant-patterns.md </execution_context>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion.
</runtime_note>
Available flags:
--quick— Skip mood/direction intake, jump straight to decomposition and building. Use when the design direction is already clear.
Version History
- 502fc01 Current 2026-07-05 15:14


