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.
- GitHub CLI ≥ 2.53 for the board loop. The board reads issue comments with
gh api --paginate --slurp;--slurplanded in 2.53, and an older CLI rejects the flag outright (loudly, not silently). Nothing else in the plugin needs it. Check withgh --version.
/plugin marketplace add SSFSKIM/doperpowers
/plugin install doperpowers@doperpowers
Add via the
owner/repoform above — not a raw URL tomarketplace.json. The plugin'ssourceis 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
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.