Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 965 Bytes

File metadata and controls

34 lines (25 loc) · 965 Bytes

Superpowers

Superpowers is not vendored in this repository.

The starter config references it through the upstream OpenCode plugin:

{
  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git"]
}

When OpenCode starts, the plugin is resolved from upstream if plugin support and network access are available. If you keep an existing opencode.json, you must add the plugin entry yourself.

It provides workflow skills for:

  • brainstorming;
  • writing plans;
  • executing plans;
  • test-driven development;
  • systematic debugging;
  • verification before completion;
  • requesting and receiving code review;
  • finishing a development branch.

The kit uses Superpowers as discipline for the orchestrator, developer, and reviewer. It is not used by designer, which is intentionally restricted to open-design and impeccable.

To pin a version:

{
  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git#v5.0.5"]
}