# Gsd Sketch Wrap Up

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

- Skill: `delorenj/gsd-sketch-wrap-up-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add delorenj/gsd-sketch-wrap-up-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/delorenj/gsd-sketch-wrap-up-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: delorenj (https://skillmd.com/u/delorenj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/delorenj/gsd-sketch-wrap-up-2

---


<objective>
Curate sketch design findings and package them into a persistent project skill that the agent
auto-loads when building the real UI. Also writes a summary to `.planning/sketches/` for
project history. Output skill goes to `./.github/skills/sketch-findings-[project]/` (project-local).
</objective>

<execution_context>
@.github/get-shit-done/workflows/sketch-wrap-up.md
@.github/get-shit-done/references/ui-brand.md
</execution_context>

<runtime_note>
**Copilot (VS Code):** Use `vscode_askquestions` wherever this workflow calls `AskUserQuestion`.
</runtime_note>

<process>
Execute the sketch-wrap-up workflow from @.github/get-shit-done/workflows/sketch-wrap-up.md end-to-end.
Preserve all curation gates (per-sketch review, grouping approval, copilot-instructions.md routing line).
</process>

