Structured development workflows for Claude Code using native Tasks
npx claudepluginhub joshsymonds/gambitStructured development workflows for Claude Code using native Tasks

Structured development workflows for Claude Code using native Tasks.
Gambit combines the polish of superpowers with the rigor of hyperpowers, replacing external tooling (beads/bd) with native Claude Code Tasks.
Named after FF12's gambit system — condition→action rules that let your party run autonomously. That's exactly what these skills provide for Claude.
/plugin marketplace add Veraticus/gambit
/plugin install gambit@gambit
Verify installation:
/gambit
TaskCreate/TaskUpdate/TaskList| Skill | Command | Purpose |
|---|---|---|
| using-gambit | /gambit | Session entry, skill discovery |
| brainstorming | /gambit:brainstorming | Socratic design refinement |
| writing-plans | /gambit:writing-plans | Create Tasks with dependencies |
| executing-plans | /gambit:executing-plans | One-task-at-a-time execution |
| using-worktrees | /gambit:using-worktrees | Git worktree + devenv setup |
| finishing-branch | /gambit:finishing-branch | Merge/PR/discard workflow |
| test-driven-development | /gambit:test-driven-development | RED-GREEN-REFACTOR |
| verification | /gambit:verification | Evidence before completion |
| debugging | /gambit:debugging | Systematic root cause analysis |
| refactoring | /gambit:refactoring | Safe incremental transforms |
| Feature | Superpowers | Hyperpowers | Gambit |
|---|---|---|---|
| Worktree setup | ✅ | ❌ | ✅ + devenv |
| Task tracking | Markdown plans | bd/beads CLI | Native Tasks |
| Execution style | Batch (3 at a time) | One-then-stop | One-then-stop |
| Human checkpoints | Between batches | After every task | After every task |
| Resource links | ✅ Work | ❌ Dead links | ✅ Work |
Gambit takes the best of both and uses Claude Code's native Task system instead of external tooling.
🚧 Work in Progress — See PLAN.md for the full roadmap.
Currently implemented:
using-gambit skillbrainstormingwriting-plansexecuting-plansPRs welcome. Follow the skill structure in skills/using-gambit/SKILL.md as a template.
MIT
Inspired by:
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.