Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add cogni-work/insight-wave/plugin install cogni-consultWrote 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.
[](https://agentmods.dev/skills/cogni-work/insight-wave/consult-design-thinking)<a href="https://agentmods.dev/skills/cogni-work/insight-wave/consult-design-thinking"><img src="https://agentmods.dev/badge/skills/cogni-work/insight-wave/consult-design-thinking.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00229 | $0.08594 |
| Opus 5 | $0.00114 | $0.04297 |
| Sonnet 5 | $0.00046 | $0.01719 |
| Haiku 4.5 | $0.00023 | $0.00859 |
Grade A, and why
consult-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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 615 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Per-Deliverable Design Thinking
Produce one deliverable by walking it through its own design-thinking loop:
empathize → define → ideate → prototype → test. The loop is scoped to a single
deliverable inside one action field — there is no engagement-level phase
machine. The stage methods live in $CLAUDE_PLUGIN_ROOT/references/methods/
(empathy-mapping.md, hmw-synthesis.md, guided-ideation.md); this skill
owns the conversation flow, the artifact, and the state writes. Schemas:
$CLAUDE_PLUGIN_ROOT/references/data-model.md.
The framework lens
Each deliverable's field.json entry carries chosen_framework — the
structuring framework its argument takes, set once at creation and read-only
thereafter (schema in $CLAUDE_PLUGIN_ROOT/references/data-model.md). Its
value is one of: a stable slug from
$CLAUDE_PLUGIN_ROOT/references/frameworks-registry.md (e.g.
pyramid-principle), a "combo:<slugA>+<slugB>" pairing of two, or null.
The Prerequisite Gate (step 1) already reads field.json, so no extra read is
needed. When it is non-null, resolve its one-line Structure signature from
the registry's framework table (for a combo:, resolve both) and carry it into
the Define and Prototype stages below: it shapes how the problem is
framed and how the artifact body is organized. The registry is thin by design —
it pins the signature and the stable key; supply the framework's depth at
runtime, following the registry slug cell's first-party link where it has one
and otherwise drawing on your own knowledge.
When chosen_framework is null — a legacy deliverable created before a
framework was chosen, or a deliberate no-framework choice — run Define and
Prototype exactly as written below, on their default framing and outline, with
no framework structuring. Those stages do not restate this rule. The framework
only adds shape when present; it never blocks production when absent.
Workflow
0. Resolve the Interaction Language
Before any user-facing output, resolve the interaction language — the
workspace default, overridden by the user's message language — per
$CLAUDE_PLUGIN_ROOT/references/interaction-language.md, which owns the
resolution ladder. Conduct the entire conversation in the resolved language.
It is independent of the engagement's language field, which is the
deliverable axis. This contract holds on the default path: it does not depend
on an output style being active.
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.
- 4d ago Changed · +5 lines 21692d12aa0d
- 8d ago First seen · 610 lines · 229 tokens per session scan A 6f63d1d43fa1
consult-design-thinking is a skill published in the GitHub repository cogni-work/insight-wave (13 stars, last pushed today), licensed Apache-2.0. It adds 229 tokens to every session and 8,594 once invoked, about $0.0011 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-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.