Skip to content
    ↑↓ select↵ openesc close
    English中文
    felipecabargas

    Gambit Opencode

    v2.3.1Agent Orchestration
    gambit-opencode

    Thirteen product management skills and four chained workflow agents for OpenCode

    GitHub stars

    0

    Monthly installs

    9

    2 in 7 days

    Composite scoreSCORE

    21.3

    Multi-signal model

    Last commit

    3 months ago

    2026-05-18

    Install and configure

    opencode.json

    Writes 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"]
    }

    opencode 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