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

@medicine-wheel/creative-orientation

v0.5.8

Published

The orientation question, asked before the work: is there a prior state you are restoring? Yes — this is a fire, route to gap analysis. No — you are creating, route to structural tension. Creative problem solving lands here first, then goes one way or the

Downloads

943

Readme

@medicine-wheel/creative-orientation

Before the work, one question:

Is there a prior state you are restoring?

Yes, and you can name it. This is a fire. Route to @medicine-wheel/gap-analysis — evidenced baseline, observation, difference, verifiable steps.

No, nothing existed that you are returning to. You are creating. Route to structural tension — the outcome named as a state that will exist, held against current reality.

Looking for creative problem solving? It lands here first, then goes one way or the other. The package that carries that name (@medicine-wheel/creative-problem-solving) is a signpost pointing at this one.

[!WARNING] Experimental alpha. Part of the Medicine Wheel Developer Suite, which is under active development. APIs change between patch versions and all packages move in lockstep — pin exact versions. See ALPHA.md.

Why it exists

Problem-solving is not the degraded case. It is the correct case for a specific situation: something worked, it stopped working, restore it. Creating is correct for a different one: bring into being a state that has never existed.

They produce different structures. Problem-solving oscillates back to a baseline — which is exactly right when you are below the baseline. Creating advances toward an outcome. Using the wrong one is how rigorous work goes in circles: chart an oscillating goal and you build a very careful machine for returning to where you started.

This package answers the routing question and nothing else.

The discriminator

A feeling of urgency is not evidence. Under pressure every situation feels like a fire. One question separates them:

Is there a prior state you are restoring?

If you can name it and it genuinely existed — fire. Gap analysis is the right instrument. If you cannot, you are creating, and difference-closing language will mislead you, because there is no baseline to close toward.

Usage

import { readOrientation, worthSaying } from '@medicine-wheel/creative-orientation';

const reading = readOrientation({
  outcome: 'catch cross-service contract breaks',
  restores: null,
});

reading.orientation;      // 'advancing'
reading.route;            // 'structural-tension'
worthSaying(reading);     // true — the phrasing and the situation disagree
reading.advice;
// "This outcome is phrased as removing something, but nothing is being
//  restored. Elimination framing here optimises against a list of known
//  failures rather than toward the state you actually want."

The baseline claim decides the route. Vocabulary only ever contributes signals, because reduce latency is a correct outcome during an incident and a symptom worth surfacing as a product vision. A blocklist would be wrong in precisely the situation where that vocabulary is right.

It advises; it does not refuse

Nothing here blocks a caller. A package that refuses is a package people learn to route around, and routing around it teaches nothing. The reading is returned, the disagreement is named, and the caller proceeds — because sometimes the caller knows something the check does not.

Where it sits

creative-orientation ......... the gate
    ├── gap-analysis ......... the fire path
    └── structural-tension ... the advancing path

@medicine-wheel/brainstorming calls this on every outcome statement it emits, including its own questions. That is the load-bearing use: an elimination-shaped option label, once selected by a human, stops looking like an agent's bias and starts looking like a requirement.

Status

First release. The surface is small on purpose — the judgement of whether a claimed baseline is real stays with a person, and everything around that socket is deterministic so it can be tested and cannot be forgotten under load.

License

MIT