|
|
@@ -51,10 +51,6 @@ In Cursor Agent chat, install from marketplace:
|
|
|
/plugin-add superpowers
|
|
|
```
|
|
|
|
|
|
-### Verify Installation
|
|
|
-
|
|
|
-Start a new session in Claude or Cursor and ask for something that should trigger a skill (for example, "help me plan this feature" or "let's debug this issue"). The agent should automatically invoke the relevant superpowers skill.
|
|
|
-
|
|
|
### Codex
|
|
|
|
|
|
Tell Codex:
|
|
|
@@ -75,6 +71,10 @@ Fetch and follow instructions from https://raw.githubusercontent.com/obra/superp
|
|
|
|
|
|
**Detailed docs:** [docs/README.opencode.md](docs/README.opencode.md)
|
|
|
|
|
|
+### Verify Installation
|
|
|
+
|
|
|
+Start a new session in your chosen platform and ask for something that should trigger a skill (for example, "help me plan this feature" or "let's debug this issue"). The agent should automatically invoke the relevant superpowers skill.
|
|
|
+
|
|
|
## 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.
|