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

gambit-opencode

v2.3.1

Published

Thirteen product management skills and four chained workflow agents for OpenCode

Readme

gambit-opencode

OpenCode slash commands for product management — thirteen skills and four chained workflow agents.

This is the OpenCode port of gambit. For Claude Code and Gemini CLI support, use the parent repo.

Installation

Via npm

Add to your opencode.json:

{
  "plugins": ["gambit-opencode"]
}

Via GitHub

Add to your opencode.json (no npm install needed):

{
  "plugins": ["github:felipecabargas/gambit-opencode"]
}

Commands

FR Pipeline

| Command | What it does | |---------|-------------| | /gambit-write-feature-request | Guided FR authoring with auto-generated ACs | | /gambit-write-product-strategy | Generate a STRATEGY.md from product context | | /gambit-verify-acceptance-criteria | Score and fix ACs against five quality dimensions | | /gambit-write-technical-brief | Engineering handoff from a verified FR |

Sprint & Comms

| Command | What it does | |---------|-------------| | /gambit-sprint-review | Turn sprint data into a stakeholder-ready report | | /gambit-write-release-notes | Convert tickets/PRs into customer-facing release notes | | /gambit-write-stakeholder-update | One-page data-led PM status update for leadership |

Discovery

| Command | What it does | |---------|-------------| | /gambit-synthesize-user-research | Structure raw research into themes and JTBD | | /gambit-build-user-persona | Build evidence-backed personas from research | | /gambit-competitive-analysis | Competitive landscape with player profiles and whitespace | | /gambit-prioritize | Score and rank features using RICE, ICE, or MoSCoW |

Strategy

| Command | What it does | |---------|-------------| | /gambit-write-okrs | Derive OKRs from strategy pillars | | /gambit-write-roadmap | Create a Now/Next/Later roadmap from strategy and OKRs |

Chained Workflows

These commands orchestrate multiple skills in sequence with pause points between steps for review.

| Command | What it does | |---------|-------------| | /gambit-discovery-to-fr | Research → Synthesis → Persona → Feature Request | | /gambit-fr-to-ready | Feature Request → Verified ACs → Technical Brief | | /gambit-strategy-to-roadmap | Strategy → OKRs → Roadmap | | /gambit-sprint-to-stakeholders | Sprint data → Review → Release Notes → Stakeholder Update |

License

MIT