gambit-opencodeThirteen product management skills and four chained workflow agents for OpenCode
0
9
2 in 7 days
21.3
Multi-signal model
3 months ago
2026-05-18
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["gambit-opencode@2.3.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["gambit-opencode@2.3.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D gambit-opencodeopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
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