open-gsd/gsd-core

gsd-sketch

Sketch UI/design ideas with throwaway HTML mockups, or propose what to sketch next (frontier mode)

First seen Jun 23, 2026

Installation

$ npx skills add open-gsd/gsd-core --skill gsd-sketch

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from open-gsd/gsd-core · top by installs.

npx skills add open-gsd/gsd-core

Browse all from open-gsd/gsd-core

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9.3K
License LICENSE
Default branch next
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Edit, Bash, Grep, Glob, AskUserQuestion, WebSearch, WebFetch, mcp__context7__resolve-library-id, mcp__context7__query-docs
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,297 B
  • docs SUMMARY.md 116 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 263 installs

SKILL.md

<objective> Explore design directions through throwaway HTML mockups before committing to implementation. Each sketch produces 2-3 variants for comparison. Sketches live in .planning/sketches/ and integrate with GSD commit patterns, state tracking, and handoff workflows. Loads spike findings to ground mockups in real data shapes and validated interaction patterns.

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. </objective>

<executioncontext> @~/.claude/gsd-core/workflows/sketch.md @~/.claude/gsd-core/workflows/sketch-wrap-up.md @~/.claude/gsd-core/references/ui-brand.md @~/.claude/gsd-core/references/sketch-theme-system.md @~/.claude/gsd-core/references/sketch-interactivity.md @~/.claude/gsd-core/references/sketch-tooling.md @~/.claude/gsd-core/references/sketch-variant-patterns.md </executioncontext>

<runtimenote> Copilot (VS Code): Use vscodeaskquestions wherever this workflow calls AskUserQuestion. </runtime_note>

<context> Design idea: $ARGUMENTS

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.

</context>

<process> Parse the first token of $ARGUMENTS:

  • If it is --wrap-up: strip the flag, execute the sketch-wrap-up workflow end-to-end.
  • Otherwise: execute the sketch workflow end-to-end.

Preserve all workflow gates (intake, decomposition, target stack research, variant evaluation, MANIFEST updates, commit patterns). </process>