gsp-brand-research
Input: .design/branding/{brand}/BRIEF.md
Output: .design/branding/{brand}/discover/ (4 chunks + INDEX.md)
Agent: gsp-brand-researcher
Resolve brand from .design/branding/ (one → use it, multiple → ask). Set BRAND_PATH.
Read {BRAND_PATH}/BRIEF.md. If missing, tell user to run /gsp-start first.
Read {BRAND_PATH}/config.json for brand_mode.
Step 2: Confirm research scope
Load BRIEF.md personas and competitive landscape. If {BRAND_PATH}/audit/ exists, also load audit/evolution-map.md and audit/market-fit.md.
Present a compact research plan, then use AskUserQuestion:
- Looks good — "Start research with this scope"
- Adjust — "I want to add competitors or shift emphasis"
Step 2.5: Pre-fetch competitor sites (background)
While preparing the agent context, use WebFetch with run_in_background: true for each competitor URL or website found in BRIEF.md's competitive landscape. This warms the cache so the researcher agent has content ready instead of fetching sequentially during research.
Step 3: Spawn researcher
Load references and agent methodology
Read these files and hold their content for inlining into the agent prompt:
${CLAUDE_SKILL_DIR}/../../templates/phases/discover.md— discover output template${CLAUDE_SKILL_DIR}/design-trends.md— design trends index (agent loads specific trend files only after open research validates relevance)${CLAUDE_SKILL_DIR}/../gsp-style/styles/INDEX.yml— style presets index${CLAUDE_SKILL_DIR}/methodology/gsp-brand-researcher.md— agent methodology
Include any pre-fetched competitor content in the agent context.
Spawn the gsp-brand-researcher agent with:
- BRIEF.md content
- Content of discover output template (loaded above)
- Content of design trends index (loaded above — reference only, agent loads specific trend files only after open research validates them)
- Content of style presets index (loaded above) — agent matches research findings to existing aesthetics
- User-confirmed scope adjustments
brand_modefrom config.json- Agent methodology (loaded above)
- Audit chunks if they exist
- Output path:
{BRAND_PATH}/discover/
The agent writes 4 chunks + INDEX.md:
market-landscape.mdcompetitive-audit.mdtrend-analysis.mdmood-board-direction.mdINDEX.md
Step 4: Update state
Update {BRAND_PATH}/STATE.md: set Phase 1 (Discover) to complete.
Step 5: Phase transition
Invoke /gsp-phase-transition with phase discover and output directory {BRAND_PATH}/research/.
More from jubscodes/get-shit-pretty
gsp-visuals
Define visual direction — imagery, 3D, video, textures, and surface treatments
14gsp-accessibility
Quick contrast checks and token WCAG audits — inline, no agent
14gsp-help
Show all skills
14gsp-color
Design color systems — palettes, contrast, semantic mapping, dark mode
14gsp-typography
Design type systems — scale, pairing, fluid type, vertical rhythm
14gsp-brand-audit
Audit an existing brand before evolving it
13