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

prodkit

v1.0.0

Published

PM toolkit for Claude Code. Feature spec interviews, doc reviews, impact sizing, prioritization, and more.

Downloads

127

Readme

prodkit

PM toolkit for Claude Code. 9 skills that cover the full product management lifecycle: spec writing, doc reviews, prioritization, impact sizing, competitive analysis, and launch planning.

Install

claude plugin add prodkit

Skills

Spec & Docs

| Skill | Command | What it does | |-------|---------|-------------| | Feature Spec Interview | /feature-spec-interview | Structured interview that produces gap-free feature specs. 14 prompts, 61 question groups, NLSpec format (WHAT/WHEN/WHY/VERIFY). | | Feature Doc Review Panel | /feature-doc-review-panel | Multi-agent review from 7 perspectives: Engineering, Design, Executive, Legal, UX Research, Skeptic, Customer Voice. | | Decision Doc | /decision-doc | Document strategic decisions with rationale, alternatives, and trade-offs. |

Prioritization & Sizing

| Skill | Command | What it does | |-------|---------|-------------| | Prioritize | /prioritize | Classify tasks using the LNO Framework (Leverage/Neutral/Overhead). Target: 40% L, 35% N, 20% O. | | Impact Sizing | /impact-sizing | Quantify feature value with driver trees, confidence levels, and a 4-step sizing framework. |

Strategy & Analysis

| Skill | Command | What it does | |-------|---------|-------------| | Define North Star | /define-north-star | Identify and validate your North Star Metric. Covers formula design, input metrics, and guardrails. | | Competitor Analysis | /competitor-analysis | Deep competitive research or ongoing monthly monitoring. Checks internal context first, fills gaps with web search. | | User Research Synthesis | /user-research-synthesis | Turn raw interview notes and transcripts into actionable product insights with recurring themes. |

Execution

| Skill | Command | What it does | |-------|---------|-------------| | Launch Checklist | /launch-checklist | Generate prioritized launch checklists with owners, dependencies, and critical path identification. |

How it works

Each skill is a structured prompt that guides Claude Code through a specific PM workflow. Skills ask clarifying questions, check your project context, and produce artifacts (docs, analyses, checklists) saved to your workspace.

Skills reference common file paths like knowledge/, projects/, and work/. These are conventions, not requirements. Adapt the paths to your project structure, or the skills will work with whatever context you provide in conversation.

The Feature Spec Interview

The headliner skill. It runs a structured interview with 14 prompts and 61 question groups to produce behavioral contracts detailed enough that a new engineer (or AI agent) can execute with at most one clarifying question.

Key concepts:

  • NLSpec format: Every behavior has WHAT, WHEN, WHY, and VERIFY components
  • The New-Hire Test: A spec is complete when a capable new hire with no context could implement it
  • Skip Matrix: Not every question applies. The interview adapts based on your feature's characteristics
  • Two-tier output: Tier 1 (behavioral contract for execution) + Tier 2 (strategic context for humans)
  • Gate check: Before any interview, 4 gate questions validate the feature should enter the pipeline at all

Requirements

License

MIT