Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.56 KB

File metadata and controls

41 lines (30 loc) · 1.56 KB

Installing doperpowers

doperpowers is a two-track software-development methodology for coding agents: a human-gated controlled track (brainstorm → plan → subagent-driven-TDD → review) plus an autonomous board loop (issue-tracker, architecting, implementing, reviewing-prs, orchestrating-daemons) for well-scoped, unattended work.

It ships as its own Claude Code plugin from a self-hosted marketplace in this repo, so it installs side by side with any other skills marketplace you use.

Prerequisites

  • GitHub CLI ≥ 2.53 for the board loop. The board reads issue comments with gh api --paginate --slurp; --slurp landed in 2.53, and an older CLI rejects the flag outright (loudly, not silently). Nothing else in the plugin needs it. Check with gh --version.

Claude Code

/plugin marketplace add SSFSKIM/doperpowers
/plugin install doperpowers@doperpowers

Add via the owner/repo form above — not a raw URL to marketplace.json. The plugin's source is the repo root (./), so Claude must clone the whole repository for that relative path to resolve. A direct URL downloads only the JSON file and the install fails with "path not found".

Update later:

/plugin marketplace update doperpowers
/plugin install doperpowers@doperpowers

Coexisting with other marketplaces

Plugin identity is namespaced as plugin@marketplace, so doperpowers@doperpowers installs alongside any other skills plugin you already have without colliding. Adding this marketplace never replaces one you already registered.