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

codex-product-pressure-test-skill

v0.1.0

Published

A Codex skill to pressure-test product ideas inside an existing company.

Readme

Codex Product Pressure Test Skill

A Codex skill to pressure-test product ideas before a company commits roadmap capacity to the wrong thing.

This package is an adaptation of the Codex Startup Pressure Test Skill, refocused from startup idea validation to product ideas built inside an existing company.

Give Codex a product idea plus company context and it returns a compact product strategy diagnosis: verdict, scorecard, core assumption, company fit, fatal flaws, user/customer reality, status quo, adoption risks, and a pilot direction.

What It Does

  • Asks what the company does today before judging the idea
  • Evaluates fit with current products, customers, channels, data, and strategy
  • Exposes fatal product, adoption, operational, and GTM risks
  • Checks whether the user/customer problem is real
  • Maps status quo workflows, competitors, vendors, and internal substitutes
  • Identifies stakeholder adoption blockers
  • Defines the smallest pilot or MVP test
  • Gives a direct build / pilot / park / pivot verdict

Installation

npx --yes codex-product-pressure-test-skill@latest

This installs the skill into:

~/.codex/skills/product-pressure-test

Then restart Codex so it can discover the skill.

Usage

After installation, restart Codex and use the skill inside Codex prompts.

Basic pressure test:

Use $product-pressure-test to pressure-test this product idea for our company:

Company: We sell workflow software to mid-market accounting teams.
Idea: Add an AI assistant that drafts month-end close variance explanations.
Goal: Increase retention and expansion in accounts with complex close processes.

Fit check:

Use $product-pressure-test to evaluate whether this product idea fits what our company does today:

...

Problem validation:

Use $product-pressure-test to validate whether this idea solves a real customer problem:

...

Stakeholder adoption:

Use $product-pressure-test to map adoption blockers and stakeholders for this product idea:

...

MVP/pilot plan:

Use $product-pressure-test to design the smallest pilot for this idea:

...

Build-buy-partner:

Use $product-pressure-test to decide whether we should build, buy, partner, or avoid this capability:

...

Deep report:

Use $product-pressure-test to do a deep full report on this product idea for our company:

...

If you invoke the skill without enough context, it will ask what the company does today, who it serves, how it measures success, what assets the idea can reuse, who must adopt it, and what constraints matter.

Modes

  • fit-check: company fit, reused assets, right to win
  • problem-validation: real pain, current behavior, validation criteria
  • strategy-alignment: business outcome, focus cost, strategic fit
  • status-quo-map: current workflow, alternatives, switching cost
  • stakeholder-adoption: user/buyer/operator incentives and blockers
  • mvp-pilot: smallest pilot with success/failure criteria
  • build-buy-partner: build, buy, partner, integrate, or avoid
  • full: compact all-in-one diagnosis

Output

Default output is compact:

Verdict
Scorecard
Core Assumption
Company Fit
Fatal Flaws
User/Customer Reality
Status Quo And Alternatives
Pilot

Development

Validate the package locally:

node scripts/install.js --skills-dir /tmp/codex-product-pressure-test-skills
npm pack --dry-run

Publish to npm:

npm login
npm publish --access public

Manual Installation

Clone the repository:

git clone https://github.com/postmalloc/codex-product-pressure-test-skill.git

Copy the skill into your Codex skills directory:

mkdir -p ~/.codex/skills
cp -R codex-product-pressure-test-skill/product-pressure-test ~/.codex/skills/product-pressure-test

Restart Codex.

Troubleshooting

If Codex does not recognize $product-pressure-test, restart Codex after installing.

Check that the skill exists:

ls ~/.codex/skills/product-pressure-test

You should see:

SKILL.md
agents/
references/

License

MIT