|
|
@@ -11,7 +11,7 @@ If this sounds like someone you know, definitely send them our way.
|
|
|
|
|
|
## Quickstart
|
|
|
|
|
|
-Give your agent Superpowers: [Claude Code](#claude-code), [Codex CLI](#codex-cli), [Codex App](#codex-app), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [OpenCode](#opencode), [Cursor](#cursor), [GitHub Copilot CLI](#github-copilot-cli).
|
|
|
+Give your agent Superpowers: [Claude Code](#claude-code), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [GitHub Copilot CLI](#github-copilot-cli), [OpenCode](#opencode).
|
|
|
|
|
|
## How it works
|
|
|
|
|
|
@@ -67,6 +67,14 @@ The Superpowers marketplace provides Superpowers and some other related plugins
|
|
|
/plugin install superpowers@superpowers-marketplace
|
|
|
```
|
|
|
|
|
|
+### Codex App
|
|
|
+
|
|
|
+Superpowers is available via the [official Codex plugin marketplace](https://github.com/openai/plugins).
|
|
|
+
|
|
|
+- In the Codex app, click on Plugins in the sidebar.
|
|
|
+- You should see `Superpowers` in the Coding section.
|
|
|
+- Click the `+` next to Superpowers and follow the prompts.
|
|
|
+
|
|
|
### Codex CLI
|
|
|
|
|
|
Superpowers is available via the [official Codex plugin marketplace](https://github.com/openai/plugins).
|
|
|
@@ -85,13 +93,15 @@ Superpowers is available via the [official Codex plugin marketplace](https://git
|
|
|
|
|
|
- Select `Install Plugin`.
|
|
|
|
|
|
-### Codex App
|
|
|
+### Cursor
|
|
|
|
|
|
-Superpowers is available via the [official Codex plugin marketplace](https://github.com/openai/plugins).
|
|
|
+- In Cursor Agent chat, install from marketplace:
|
|
|
|
|
|
-- In the Codex app, click on Plugins in the sidebar.
|
|
|
-- You should see `Superpowers` in the Coding section.
|
|
|
-- Click the `+` next to Superpowers and follow the prompts.
|
|
|
+ ```text
|
|
|
+ /add-plugin superpowers
|
|
|
+ ```
|
|
|
+
|
|
|
+- Or search for "superpowers" in the plugin marketplace.
|
|
|
|
|
|
### Factory Droid
|
|
|
|
|
|
@@ -121,29 +131,6 @@ Superpowers is available via the [official Codex plugin marketplace](https://git
|
|
|
gemini extensions update superpowers
|
|
|
```
|
|
|
|
|
|
-### OpenCode
|
|
|
-
|
|
|
-OpenCode uses its own plugin install; install Superpowers separately even if you
|
|
|
-already use it in another harness.
|
|
|
-
|
|
|
-- Tell OpenCode:
|
|
|
-
|
|
|
- ```
|
|
|
- Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
|
|
|
- ```
|
|
|
-
|
|
|
-- Detailed docs: [docs/README.opencode.md](docs/README.opencode.md)
|
|
|
-
|
|
|
-### Cursor
|
|
|
-
|
|
|
-- In Cursor Agent chat, install from marketplace:
|
|
|
-
|
|
|
- ```text
|
|
|
- /add-plugin superpowers
|
|
|
- ```
|
|
|
-
|
|
|
-- Or search for "superpowers" in the plugin marketplace.
|
|
|
-
|
|
|
### GitHub Copilot CLI
|
|
|
|
|
|
- Register the marketplace:
|
|
|
@@ -158,6 +145,19 @@ already use it in another harness.
|
|
|
copilot plugin install superpowers@superpowers-marketplace
|
|
|
```
|
|
|
|
|
|
+### OpenCode
|
|
|
+
|
|
|
+OpenCode uses its own plugin install; install Superpowers separately even if you
|
|
|
+already use it in another harness.
|
|
|
+
|
|
|
+- Tell OpenCode:
|
|
|
+
|
|
|
+ ```
|
|
|
+ Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
|
|
|
+ ```
|
|
|
+
|
|
|
+- Detailed docs: [docs/README.opencode.md](docs/README.opencode.md)
|
|
|
+
|
|
|
## The Basic Workflow
|
|
|
|
|
|
1. **brainstorming** - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.
|