Skip to main content
Generaldavepoon

gsd:sketch-wrap-up

Package sketch design findings into a persistent project skill for future build conversations

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--sketch-wrap-up
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/sketch-wrap-up/SKILL.md -o .claude/skills/sketch-wrap-up.md

Drops the SKILL.md into .claude/skills/sketch-wrap-up.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Curate sketch design findings and package them into a persistent project skill that Claude auto-loads when building the real UI. Also writes a summary to `.planning/sketches/` for project history. Output skill goes to `./.claude/skills/sketch-findings-[project]/` (project-local). @${CLAUDE_PLUGIN_ROOT}/workflows/sketch-wrap-up.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md **Copilot (VS Code):** Use `vscode_askquestions` wherever this workflow calls `AskUserQuestion`. Execute the sketch-wrap-up workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/sketch-wrap-up.md end-to-end. Preserve all curation gates (per-sketch review, grouping approval, CLAUDE.md routing line).