npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dzhechkov/design-thinking

v1.0.5

Published

Human-centered product design toolkit for Claude Code — Stanford d.school 5-phase Design Thinking + a 6th Validate phase, 22 academically-grounded methodologies (JTBD, CJM, VSM, HADI), chained over explore → goap-research → prototype → usability test → pi

Readme

@dzhechkov/design-thinking

Human-centered product design toolkit for Claude Code — Stanford d.school 5-phase Design Thinking + a 6th Validate phase, 22 academically-grounded methodologies, as an installable npx toolkit.

npm skills phases

Install

# Install into the current project (Claude Code)
npx @dzhechkov/design-thinking init

# Preview without writing
npx @dzhechkov/design-thinking init --dry-run

# Overwrite an existing install
npx @dzhechkov/design-thinking init --force

Then in Claude Code:

/design-thinking [your product or user problem]

…or just describe a user-facing problem — the skill auto-activates.

What you get

A full toolkit assembled around the BTO-benchmarked design-thinking orchestrator (L0 Grade A 100%, L2 panel 7.58/10). init installs into .claude/:

| Component | What | |-----------|------| | 8 skills | design-thinking + its dependencies (below) | | 1 command | /design-thinking | | 1 rule | design-thinking-conventions.md (output dirs, phase gates, anti-patterns) | | 1 shard | design-thinking.shard.md (the skill's DT-xxx gates with tier scopes, checkpoint banner) |

Bundled skills

| Skill | Phase | Role | |-------|-------|------| | design-thinking | orchestrator | The 6-phase pipeline + 22 methodologies | | explore | entry (required) | Socratic Task Brief before Empathize | | goap-research-ed25519 | Empathize (required) | Verified, Ed25519-signed user/market research | | problem-solver-enhanced | Define | 5 Whys + TRIZ when root cause is deep | | six-thinking-hats | Ideate | Team divergence across 6 perspectives | | frontend-design | Prototype | Working HTML/React prototype from wireframes | | structured-reasoning | any | Picks the reasoning strategy (ToT / CoT / …) | | reflection-loop | any | Critique → revise cycle on each artifact |

The skills are copied verbatim from the canonical @dzhechkov/skills-meta / @dzhechkov/keysarium / @dzhechkov/skills-qe packs, not rewritten (the design-thinking orchestrator itself is the BTO-benchmarked piece).

The pipeline

explore (Task Brief)
   ↓
1. Empathize  → goap-research-ed25519        (verified research, not vibes)
2. Define     → JTBD · CJM · VSM + HMW       (+ problem-solver-enhanced if needed)
3. Ideate     → HADI hypotheses from HMW     (+ six-thinking-hats for teams)
4. Prototype  → frontend-design              (if digital UI; min 2 iterations)
5. Test       → usability (≥5 users) + HADI hypothesis validation
6. Validate   → pilot validation             (L/XL tiers — DT-011)

The skill's complexity router decides which phases run (S = 1→2→5, M = 1→2→3→4→5, L/XL = all six). Each phase pauses at the skill's checkpoint banner (STEP N … Complete

  • tier + summary); you steer with ок / углуби <area> / freeform feedback.

When to use it

  • Designing a new product / service / feature where the real user need is unclear.
  • "product discovery", "understand users", "build a CJM/JTBD", "prototype and test".

Not for: well-defined technical tasks or bugs (use problem-solver-enhanced / debug-loop), or pure research with no product intent (use goap-research-ed25519).

Commands

| Command | Purpose | |---------|---------| | init | Install the toolkit into .claude/ (default) | | list | List the bundled skills | | doctor | Verify the install in this project | | --help / --version | — |

Install modes — where this fits

The DZ Harness Hub offers three ways to get Design Thinking:

| | Install | Gets you | |---|---------|----------| | Single skill | dz init --select design-thinking | Just the orchestrator (auto-activates) | | Preset | dz setup --preset meta | DT + the rest of the development-process skills | | npx toolkit | npx @dzhechkov/design-thinking init | This package — DT + all deps + command + rule + shard |

Use the npx toolkit when you want Design Thinking as a self-contained, governed capability of a project (slash command + conventions + gates), with every dependency bundled so the chain works offline.


Part of DZ Harness Hub. MIT.