gsd-sketch
GitHub通过生成一次性HTML原型探索设计方向,支持想法和前沿两种模式,自动创建规划目录并集成GSD工作流。
Trigger Scenarios
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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] [--wrap-up] 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 prior new-project setup — auto-creates .planning/sketches/ if needed.
<execution_context> @$HOME/.claude/get-shit-done/workflows/sketch.md @$HOME/.claude/get-shit-done/workflows/sketch-wrap-up.md @$HOME/.claude/get-shit-done/references/ui-brand.md @$HOME/.claude/get-shit-done/references/sketch-theme-system.md @$HOME/.claude/get-shit-done/references/sketch-interactivity.md @$HOME/.claude/get-shit-done/references/sketch-tooling.md @$HOME/.claude/get-shit-done/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.--wrap-up— Package sketch design findings into a persistent project skill for future build conversations. Runs the sketch-wrap-up workflow.
Preserve all workflow gates (intake, decomposition, target stack research, variant evaluation, MANIFEST updates, commit patterns).
Version History
- 581d130 Current 2026-07-19 09:11


