跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    felipecabargas

    Gambit Opencode

    v2.3.1智能体编排
    gambit-opencode

    Thirteen product management skills and four chained workflow agents for OpenCode

    GitHub 星标

    0

    月装机量

    9

    近 7 天 2

    综合评分SCORE

    21.3

    生态多维模型

    最近提交

    3 个月前

    2026-05-18

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["gambit-opencode@2.3.1"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    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