design-thinking

design-thinking is a skill for Claude Code, Codex from baodq97/open-plugin. It costs 149 tokens per session (3,818 once invoked), scanned A, original, MIT.

A guided process for turning user pain points into a product requirements document through Design Thinking: understanding users, defining the problem, exploring ideas, making a prototype, and compiling requirements.

In plain words
What is it for?
Starting a product idea from scratch, exploring a problem space, running Design Thinking phases, and producing a requirements document for vbounce.
Why use it?
It keeps requirements tied to what the user said and uses quality checks to catch problems during the process.

Skill for Claude CodeCodex

Part of the design-thinking plugin — 1 skill, 6 commands, 6 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/baodq97/open-plugin/design-thinking
Any agent
npx skills add baodq97/open-plugin --skill design-thinking
Clone the repo
git clone --depth 1 https://github.com/baodq97/open-plugin

Made for: Claude Code, Codex.

Or install design-thinking, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 6 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-thinking

README.md
[![agentmods](https://agentmods.dev/badge/skills/baodq97/open-plugin/design-thinking.svg)](https://agentmods.dev/skills/baodq97/open-plugin/design-thinking)
Your own site
<a href="https://agentmods.dev/skills/baodq97/open-plugin/design-thinking"><img src="https://agentmods.dev/badge/skills/baodq97/open-plugin/design-thinking.svg" alt="Measured on agentmods" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,818 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00149 $0.03818
Opus 5 $0.00075 $0.01909
Sonnet 5 $0.00030 $0.00764
Haiku 4.5 $0.00015 $0.00382

Measured 3d ago against content hash a03ab9802c16, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design-thinking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/design-thinking/skills/design-thinking/SKILL.md · 392 lines

How it starts

The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design Thinking PRD Generator v1.0

Guides users from raw pain points through Design Thinking phases to produce a vbounce-compatible PRD.

Key insight: The first 3 phases are collaborative (user is the domain expert), while the last 2 are compilation (agent-driven). This drives a hybrid design: orchestrator-led conversation for Empathize/Define/Ideate, agent-driven for Prototype/PRD.

Core Principles

  1. User as Domain Expert — the user knows their problem better than the AI. Ask, don't assume.
  2. Conversation-First — Empathize/Define/Ideate are structured conversations, not form-filling
  3. Evidence-Grounded — every artifact traces back to something the user said
  4. Automated Quality — QG validator runs automatically after every synthesis, with rework loop
  5. Vbounce-Compatible — final PRD format matches what /vbounce:start expects

Session Initialization

When the user provides a pain point, problem statement, or says "design thinking" / "create PRD from scratch":

  1. Generate session ID: DT-{PROJECT}-{YYYYMMDD}-{SEQ} (derive PROJECT from directory name, SEQ starts at 001)
  2. Create workspace: mkdir -p .design-thinking/sessions/{session_id}/{empathize,define,ideate,prototype,quality-gates}
  3. Initialize state: Write .design-thinking/sessions/{session_id}/state.yaml:
session_id: DT-{PROJECT}-{YYYYMMDD}-{SEQ}
workspace: .design-thinking/sessions/{session_id}
current_phase: empathize
phase_step: engage
phases:
  empathize:
    status: engaging
    conversation_turns: 0
    interview_round: 1
    rework_count: 0
    qg_verdict: null
    qg_history: []
  define:
    status: not_started
    conversation_turns: 0
    rework_count: 0
    qg_verdict: null
    qg_history: []
  ideate:
    status: not_started
    conversation_turns: 0
    rework_count: 0
    qg_verdict: null
    qg_history: []
  prototype:
    status: not_started
    conversation_turns: 0
    rework_count: 0
    qg_verdict: null
    qg_history: []
  prd:
    status: not_started
    conversation_turns: 0
    rework_count: 0
    qg_verdict: null
    qg_history: []
history:
  - timestamp: "{ISO-8601}"
    action: "Session initialized"

Read the full file on GitHub · 392 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 392 lines · 149 tokens per session scan A a03ab9802c16

Subscribe to this mod's changes

design-thinking is a skill published in the GitHub repository baodq97/open-plugin (4 stars, last pushed 3mo ago), licensed MIT. It adds 149 tokens to every session and 3,818 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

open-design-guide

Use the Open Design content library: 151 design systems with real tokens (Apple, Vercel, Linear, Stripe, Notion, GitHub, Raycast, plus styles like brutalism and claymorphism), 71 design and frontend skills, and 114 rendering templates for decks, documents, video frames, and social cards. Use when building or restyling…

smk-labs/claude-plugins · 0 tokens

generate-logo

Generates on-brand, editable SVG logo assets — wordmark, monogram, and favicon — from the active brand profile, reusing its exact palette and heading font. Vector output needs no account, key, or network. Use when a user asks for a logo, wordmark, icon, monogram, or favicon. Trigger with "make a logo", "generate a…

localplugins/plugins · 90 tokens

generate-doc-template

Generates on-brand document and deck templates — letterhead, slide, and one-pager — as SVG from the active brand profile, with editable title, subtitle, and body zones. Vector output needs no account, key, or network. Use when a user asks for a letterhead, a slide or deck master, or a branded one-pager. Trigger with…

localplugins/plugins · 98 tokens

generate-social

Generates platform-sized, on-brand social templates as SVG from the active brand profile, with editable headline, subhead, and call-to-action zones. Vector output needs no account, key, or network. Use when a user asks for an Instagram post or story, an Open Graph or social card, a YouTube thumbnail, or a banner.…

localplugins/plugins · 93 tokens

cursor-orchestrate

Orchestrate a fleet of Cursor CLI (cursor-agent) workers to execute a large or multi-part job, while Claude does the architecture, UX/UI decisions, decomposition, review, and integration. Use when the user says "orchestrate with cursor", "build this with a cursor fleet", "fan out to cursor agents", "cursor workflow"…

smk-labs/claude-plugins · 0 tokens

design-system

Manage and audit design system consistency — color palettes, typography scales, spacing systems, accessibility (WCAG contrast checks), and component inventory. Use when the user asks to "check contrast ratios", "audit my design system", "create a color palette", "generate a type scale", "check accessibility", "WCAG…

lukaskellerstein/claude-my-marketplace · 74 tokens