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/skills-idea2prd

v0.1.2

Published

Idea2PRD Manual — composite skill for Claude Code: from problem/idea to Vibe-Coding-ready docs (PRD + ADR + DDD + C4 + Pseudocode + Test Scenarios + Completion) with 9 checkpoints

Readme

@dzhechkov/skills-idea2prd

Idea2PRD Manual — composite skill for Claude Code that takes a problem or an idea all the way to Vibe-Coding-ready documentation, with a user checkpoint between every phase.

What It Does

Auto-detects the input (problem vs idea) and runs up to two pipelines with 9 checkpoints:

  1. Analyst pipeline (only if the input is a problem) — exploregoap-research-ed25519problem-solver-enhanced (all 9 modules), producing a validated Product Idea.
  2. PRD pipeline (always) — Requirements → ADR → DDD → C4 → Pseudocode → Test Scenarios (Gherkin) → Completion Checklist.

Output: a complete doc set ready to hand to a coding agent — PRD, ADRs, DDD model, C4 diagrams, pseudocode, test scenarios, and a CI/CD/deploy completion checklist.

Why

Going from a raw idea straight to code skips the design that makes the code correct. Idea2PRD front-loads that design as reviewable artifacts and forces a human gate at each phase (MANUAL mode), so you catch a wrong assumption at the PRD stage instead of after implementation.

How to Use

npx @dzhechkov/skills-idea2prd init

Then in Claude Code the skill auto-activates on phrases like:

/idea2prd-manual оформи PRD для сервиса подбора подрядчиков
"сделай PRD пошагово для ..."
"idea to prd manual: ..."

It will pause at each checkpoint and wait for your confirmation before the next phase.

Self-Contained Package

Bundles everything needed — no other @dzhechkov package required:

| Component | Description | |-----------|-------------| | idea2prd-manual | Orchestrator skill (problem/idea → PRD docs, 9 checkpoints) | | explore | Task clarification and brief generation (tracked vendor) | | goap-research-ed25519 | GOAP research with Ed25519 verification (tracked vendor) | | problem-solver-enhanced | 9-module solver (TRIZ + Game Theory) (tracked vendor) | | /idea2prd-manual | Slash command |

Bundled scripts (local, no network): c4_generator.py, fitness_validator.py, pseudocode_generator.py, ai_context_builder.py.

Canonicalization (ADR-0001): idea2prd-manual is the canonical artifact of this pack. The explore/goap/problem-solver trio is a tracked vendored copy whose canonical home is @dzhechkov/skills-analyst-manual; see sources.json. Re-sync drift with dz sync-upstream.

CLI Commands

| Command | Description | |---------|-------------| | init | Install the skill pack into the current project (default) | | update | Update to the latest version | | remove | Remove the skill pack | | list | List installed components | | doctor | Check installation health |

Options: --force, --dry-run, --help, --version.

Also Available Via dz

dz init --select idea2prd-manual          # via the unified harness CLI
dz info idea2prd-manual

License

MIT