@complexthings/superpowers-agent 9.2.1 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/.agents/skills/claude-handoff/SKILL.md +18 -0
  2. package/.agents/skills/code-review/SKILL.md +89 -0
  3. package/.agents/skills/{improve-codebase-architecture → codebase-design}/DEEPENING.md +1 -1
  4. package/.agents/skills/{improve-codebase-architecture/INTERFACE-DESIGN.md → codebase-design/DESIGN-IT-TWICE.md} +3 -3
  5. package/.agents/skills/codebase-design/SKILL.md +114 -0
  6. package/.agents/skills/design-an-interface/SKILL.md +94 -0
  7. package/.agents/skills/{diagnose → diagnosing-bugs}/SKILL.md +29 -12
  8. package/.agents/skills/{grill-with-docs → domain-modeling}/CONTEXT-FORMAT.md +1 -4
  9. package/.agents/skills/domain-modeling/SKILL.md +74 -0
  10. package/.agents/skills/fable-mode/SKILL.md +95 -0
  11. package/.agents/skills/git-guardrails-claude-code/SKILL.md +95 -0
  12. package/.agents/skills/git-guardrails-claude-code/scripts/block-dangerous-git.sh +25 -0
  13. package/.agents/skills/grill-me/SKILL.md +7 -0
  14. package/.agents/skills/grill-with-docs/SKILL.md +3 -86
  15. package/.agents/skills/grilling/SKILL.md +14 -0
  16. package/.agents/skills/handoff/SKILL.md +2 -1
  17. package/.agents/skills/i-have-adhd/SKILL.md +120 -0
  18. package/.agents/skills/implement/SKILL.md +11 -0
  19. package/.agents/skills/improve-codebase-architecture/HTML-REPORT.md +3 -3
  20. package/.agents/skills/improve-codebase-architecture/SKILL.md +13 -28
  21. package/.agents/skills/loop-me/SKILL.md +32 -0
  22. package/.agents/skills/prototype/SKILL.md +1 -1
  23. package/.agents/skills/qa/SKILL.md +130 -0
  24. package/.agents/skills/request-refactor-plan/SKILL.md +68 -0
  25. package/.agents/skills/research/SKILL.md +12 -0
  26. package/.agents/skills/resolving-merge-conflicts/SKILL.md +14 -0
  27. package/.agents/skills/scaffold-exercises/SKILL.md +106 -0
  28. package/.agents/skills/setup-matt-pocock-skills/SKILL.md +11 -9
  29. package/.agents/skills/setup-matt-pocock-skills/domain.md +2 -2
  30. package/.agents/skills/setup-matt-pocock-skills/issue-tracker-github.md +23 -0
  31. package/.agents/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +23 -0
  32. package/.agents/skills/setup-matt-pocock-skills/issue-tracker-local.md +11 -0
  33. package/.agents/skills/skill-creator/LICENSE.txt +202 -0
  34. package/.agents/skills/skill-creator/SKILL.md +485 -0
  35. package/.agents/skills/skill-creator/agents/analyzer.md +274 -0
  36. package/.agents/skills/skill-creator/agents/comparator.md +202 -0
  37. package/.agents/skills/skill-creator/agents/grader.md +223 -0
  38. package/.agents/skills/skill-creator/assets/eval_review.html +146 -0
  39. package/.agents/skills/skill-creator/eval-viewer/generate_review.py +471 -0
  40. package/.agents/skills/skill-creator/eval-viewer/viewer.html +1325 -0
  41. package/.agents/skills/skill-creator/references/schemas.md +430 -0
  42. package/.agents/skills/skill-creator/scripts/__init__.py +0 -0
  43. package/.agents/skills/skill-creator/scripts/__pycache__/__init__.cpython-314.pyc +0 -0
  44. package/.agents/skills/skill-creator/scripts/__pycache__/run_eval.cpython-314.pyc +0 -0
  45. package/.agents/skills/skill-creator/scripts/__pycache__/utils.cpython-314.pyc +0 -0
  46. package/.agents/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
  47. package/.agents/skills/skill-creator/scripts/generate_report.py +326 -0
  48. package/.agents/skills/skill-creator/scripts/improve_description.py +247 -0
  49. package/.agents/skills/skill-creator/scripts/package_skill.py +136 -0
  50. package/.agents/skills/skill-creator/scripts/quick_validate.py +103 -0
  51. package/.agents/skills/skill-creator/scripts/run_eval.py +310 -0
  52. package/.agents/skills/skill-creator/scripts/run_loop.py +328 -0
  53. package/.agents/skills/skill-creator/scripts/utils.py +47 -0
  54. package/.agents/skills/tdd/SKILL.md +17 -90
  55. package/.agents/skills/tdd/tests.md +16 -0
  56. package/.agents/skills/teach/GLOSSARY-FORMAT.md +35 -0
  57. package/.agents/skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  58. package/.agents/skills/teach/MISSION-FORMAT.md +31 -0
  59. package/.agents/skills/teach/RESOURCES-FORMAT.md +32 -0
  60. package/.agents/skills/teach/SKILL.md +140 -0
  61. package/.agents/skills/{to-prd → to-spec}/SKILL.md +11 -12
  62. package/.agents/skills/to-tickets/SKILL.md +114 -0
  63. package/.agents/skills/triage/AGENT-BRIEF.md +40 -1
  64. package/.agents/skills/triage/OUT-OF-SCOPE.md +5 -1
  65. package/.agents/skills/triage/SKILL.md +20 -11
  66. package/.agents/skills/wayfinder/SKILL.md +127 -0
  67. package/.agents/skills/writing-great-skills/GLOSSARY.md +201 -0
  68. package/.agents/skills/writing-great-skills/SKILL.md +83 -0
  69. package/.agents/superpowers-agent +103 -222
  70. package/.agents/superpowers-bootstrap.md +3 -3
  71. package/.agents/templates/AGENTS.md.template +11 -34
  72. package/.agents/templates/SUPERPOWERS.md.template +4 -4
  73. package/.github/copilot-instructions.md +23 -99
  74. package/.github/hooks/rtk-rewrite.json +22 -0
  75. package/AGENTS.md +7 -6
  76. package/README.md +53 -174
  77. package/package.json +2 -2
  78. package/skills/collaboration/brainstorming/SKILL.md +39 -139
  79. package/skills/collaboration/brainstorming/skill.json +2 -2
  80. package/skills/collaboration/leveraging-cli-tools/SKILL.md +70 -71
  81. package/skills/collaboration/leveraging-cli-tools/references/copilot-instructions.md +30 -0
  82. package/skills/collaboration/leveraging-cli-tools/scripts/setup-ponytail.sh +185 -0
  83. package/skills/collaboration/leveraging-cli-tools/scripts/setup-rtk.sh +217 -0
  84. package/skills/collaboration/leveraging-cli-tools/skill.json +1 -1
  85. package/skills/meta/create-skill-json/SKILL.md +4 -4
  86. package/skills/meta/create-skill-json/skill.json +1 -1
  87. package/skills/meta/create-skill-json/test-scenarios.md +1 -1
  88. package/skills/setup-skills/SKILL.md +18 -11
  89. package/skills/setup-skills/skill.json +8 -0
  90. package/.agents/skills/caveman/SKILL.md +0 -49
  91. package/.agents/skills/improve-codebase-architecture/LANGUAGE.md +0 -53
  92. package/.agents/skills/karpathy-guidelines/SKILL.md +0 -75
  93. package/.agents/skills/review/SKILL.md +0 -78
  94. package/.agents/skills/tdd/deep-modules.md +0 -33
  95. package/.agents/skills/tdd/interface-design.md +0 -31
  96. package/.agents/skills/tdd/refactoring.md +0 -10
  97. package/.agents/skills/to-issues/SKILL.md +0 -83
  98. package/.agents/skills/zoom-out/SKILL.md +0 -7
  99. package/skills/architecture/ABOUT.md +0 -20
  100. package/skills/architecture/preserving-productive-tensions/SKILL.md +0 -146
  101. package/skills/architecture/preserving-productive-tensions/skill.json +0 -9
  102. package/skills/collaboration/brainstorming/spec-document-reviewer-prompt.md +0 -50
  103. package/skills/collaboration/brainstorming/visual-companion.md +0 -277
  104. package/skills/collaboration/dispatching-parallel-agents/SKILL.md +0 -174
  105. package/skills/collaboration/dispatching-parallel-agents/skill.json +0 -9
  106. package/skills/collaboration/executing-plans/SKILL.md +0 -130
  107. package/skills/collaboration/executing-plans/skill.json +0 -9
  108. package/skills/collaboration/finishing-a-development-branch/SKILL.md +0 -261
  109. package/skills/collaboration/finishing-a-development-branch/skill.json +0 -9
  110. package/skills/collaboration/leveraging-cli-tools/scripts/slim.py +0 -167
  111. package/skills/collaboration/receiving-code-review/SKILL.md +0 -233
  112. package/skills/collaboration/receiving-code-review/skill.json +0 -9
  113. package/skills/collaboration/requesting-code-review/SKILL.md +0 -110
  114. package/skills/collaboration/requesting-code-review/code-reviewer.md +0 -146
  115. package/skills/collaboration/requesting-code-review/skill.json +0 -12
  116. package/skills/collaboration/subagent-driven-development/SKILL.md +0 -255
  117. package/skills/collaboration/subagent-driven-development/code-quality-reviewer-prompt.md +0 -26
  118. package/skills/collaboration/subagent-driven-development/implementer-prompt.md +0 -113
  119. package/skills/collaboration/subagent-driven-development/skill.json +0 -15
  120. package/skills/collaboration/subagent-driven-development/spec-reviewer-prompt.md +0 -61
  121. package/skills/collaboration/using-git-worktrees/SKILL.md +0 -366
  122. package/skills/collaboration/using-git-worktrees/skill.json +0 -9
  123. package/skills/collaboration/writing-plans/SKILL.md +0 -121
  124. package/skills/collaboration/writing-plans/plan-document-reviewer-prompt.md +0 -52
  125. package/skills/collaboration/writing-plans/skill.json +0 -9
  126. package/skills/debugging/defense-in-depth/SKILL.md +0 -380
  127. package/skills/debugging/defense-in-depth/skill.json +0 -9
  128. package/skills/debugging/root-cause-tracing/SKILL.md +0 -361
  129. package/skills/debugging/root-cause-tracing/find-polluter.sh +0 -63
  130. package/skills/debugging/root-cause-tracing/skill.json +0 -12
  131. package/skills/debugging/systematic-debugging/SKILL.md +0 -299
  132. package/skills/debugging/systematic-debugging/condition-based-waiting-example.ts +0 -158
  133. package/skills/debugging/systematic-debugging/condition-based-waiting.md +0 -115
  134. package/skills/debugging/systematic-debugging/defense-in-depth.md +0 -122
  135. package/skills/debugging/systematic-debugging/find-polluter.sh +0 -63
  136. package/skills/debugging/systematic-debugging/root-cause-tracing.md +0 -169
  137. package/skills/debugging/systematic-debugging/skill.json +0 -9
  138. package/skills/debugging/systematic-debugging/test-academic.md +0 -14
  139. package/skills/debugging/systematic-debugging/test-pressure-1.md +0 -58
  140. package/skills/debugging/systematic-debugging/test-pressure-2.md +0 -68
  141. package/skills/debugging/systematic-debugging/test-pressure-3.md +0 -69
  142. package/skills/debugging/verification-before-completion/SKILL.md +0 -143
  143. package/skills/debugging/verification-before-completion/skill.json +0 -9
  144. package/skills/finding-skills/SKILL.md +0 -101
  145. package/skills/finding-skills/skill.json +0 -8
  146. package/skills/meta/create-agents-md/SKILL.md +0 -182
  147. package/skills/meta/create-agents-md/skill.json +0 -9
  148. package/skills/meta/creating-prompts/SKILL.md +0 -349
  149. package/skills/meta/creating-prompts/examples/do-example.md +0 -65
  150. package/skills/meta/creating-prompts/examples/plan-example.md +0 -75
  151. package/skills/meta/creating-prompts/examples/refine-example.md +0 -65
  152. package/skills/meta/creating-prompts/examples/research-example.md +0 -63
  153. package/skills/meta/creating-prompts/scripts/get-next-number.sh +0 -27
  154. package/skills/meta/creating-prompts/skill.json +0 -20
  155. package/skills/meta/creating-prompts/templates/do-template.md +0 -59
  156. package/skills/meta/creating-prompts/templates/plan-template.md +0 -58
  157. package/skills/meta/creating-prompts/templates/refine-template.md +0 -54
  158. package/skills/meta/creating-prompts/templates/research-template.md +0 -56
  159. package/skills/meta/using-superpowers/SKILL.md +0 -108
  160. package/skills/meta/using-superpowers/skill.json +0 -5
  161. package/skills/meta/writing-prompts/SKILL.md +0 -122
  162. package/skills/meta/writing-prompts/references/platforms.md +0 -114
  163. package/skills/meta/writing-prompts/skill.json +0 -9
  164. package/skills/problem-solving/ABOUT.md +0 -40
  165. package/skills/problem-solving/collision-zone-thinking/SKILL.md +0 -188
  166. package/skills/problem-solving/collision-zone-thinking/references/historical-examples.md +0 -393
  167. package/skills/problem-solving/collision-zone-thinking/skill.json +0 -9
  168. package/skills/problem-solving/inversion-exercise/SKILL.md +0 -174
  169. package/skills/problem-solving/inversion-exercise/skill.json +0 -9
  170. package/skills/problem-solving/meta-pattern-recognition/SKILL.md +0 -116
  171. package/skills/problem-solving/meta-pattern-recognition/skill.json +0 -9
  172. package/skills/problem-solving/scale-game/SKILL.md +0 -222
  173. package/skills/problem-solving/scale-game/skill.json +0 -9
  174. package/skills/problem-solving/simplification-cascades/SKILL.md +0 -113
  175. package/skills/problem-solving/simplification-cascades/skill.json +0 -9
  176. package/skills/problem-solving/when-stuck/SKILL.md +0 -69
  177. package/skills/problem-solving/when-stuck/skill.json +0 -9
  178. package/skills/research/ABOUT.md +0 -20
  179. package/skills/research/tracing-knowledge-lineages/SKILL.md +0 -241
  180. package/skills/research/tracing-knowledge-lineages/skill.json +0 -9
  181. package/skills/testing/condition-based-waiting/SKILL.md +0 -359
  182. package/skills/testing/condition-based-waiting/example.ts +0 -158
  183. package/skills/testing/condition-based-waiting/skill.json +0 -12
  184. package/skills/testing/test-driven-development/SKILL.md +0 -434
  185. package/skills/testing/test-driven-development/skill.json +0 -9
  186. package/skills/testing/testing-anti-patterns/SKILL.md +0 -298
  187. package/skills/testing/testing-anti-patterns/skill.json +0 -9
  188. package/skills/testing/verification-before-completion/SKILL.md +0 -246
  189. package/skills/testing/verification-before-completion/skill.json +0 -10
  190. package/skills/using-a-skill/SKILL.md +0 -101
  191. package/skills/using-a-skill/skill.json +0 -8
  192. /package/.agents/skills/{diagnose → diagnosing-bugs}/scripts/hitl-loop.template.sh +0 -0
  193. /package/.agents/skills/{grill-with-docs → domain-modeling}/ADR-FORMAT.md +0 -0
package/README.md CHANGED
@@ -2,10 +2,19 @@
2
2
 
3
3
  A comprehensive skills library of proven techniques, patterns, and workflows for AI coding assistants.
4
4
 
5
- **This is a fork and extension of Jesse Vincent's incredible [Superpowers for Claude Code](https://github.com/obra/superpowers).** Jesse's groundbreaking work and [his amazing blog post](https://blog.fsck.com/2025/10/09/superpowers/) introduced the concept of systematic, reusable skills for AI agents. This fork extends that vision to support agent-agnostic workflows across GitHub Copilot, Claude Code, and OpenCode.
5
+ **This is a fork and extension of Jesse Vincent's incredible [Superpowers for Claude Code](https://github.com/obra/superpowers).** Jesse's groundbreaking work and [his amazing blog post](https://blog.fsck.com/2025/10/09/superpowers/) introduced the concept of systematic, reusable skills for AI agents. This fork extends that vision to support agent-agnostic workflows across GitHub Copilot, Claude Code, OpenCode, Pi, and OpenAI Codex.
6
6
 
7
7
  ## What's New
8
8
 
9
+ **v10.0.0 (July 12, 2026):**
10
+
11
+ - ⚠️ **Leaner bundled surface** — most bundled skills were retired. The package now ships only four: `brainstorming`, `leveraging-cli-tools`, `create-skill-json`, and `setup-skills`. Install anything else with `superpowers-agent add`.
12
+ - ⚠️ **Retired CLI commands removed** — the skill discovery/execution commands `dir`, `execute`, `find-skills`, `get-helpers`, `path`, and `use-skill` are gone. Skills are discovered and loaded through each harness's native skill tool, not the CLI.
13
+ - ⚠️ **`brainstorming` deprecated** — it now announces its deprecation and redirects to the `grilling` skill, handing over the same context.
14
+ - **Pi & OpenAI Codex supported** — `superpowers-agent` now detects and targets **Pi** (`.pi`) and **OpenAI Codex** (`.codex`) alongside GitHub Copilot, Claude Code, and OpenCode — five supported harnesses. Detection works whether a harness is installed as a binary or a project folder.
15
+ - **RTK + ponytail integration** — `setup-rtk.sh` (harness-aware RTK config) and `setup-ponytail.sh` wire token-optimized CLI output and minimal-solution guidance into each harness. `leveraging-cli-tools` was rewritten around `rtk` and `ponytail`, with RTK Python guidance.
16
+ - **`SUPERPOWERS.md` linked** from generated `AGENTS.md`, `CLAUDE.md`, and `copilot-instructions.md`; `setup-skills` dedupes the backups it creates and replaces the `copilot-instructions.md` marker idempotently.
17
+
9
18
  **v9.2.1 (June 1, 2026):**
10
19
 
11
20
  - **GitHub agents now reach the Copilot CLI** — `add` and `pull` now also symlink GitHub agents (`.github/agents/<name>.agent.md`) into `~/.copilot/agents/`, alongside the existing VS Code `prompts/` install, so the same agents are usable by the GitHub Copilot CLI. `rm` cleans up both locations.
@@ -61,23 +70,21 @@ A comprehensive skills library of proven techniques, patterns, and workflows for
61
70
 
62
71
  **Key Features:**
63
72
 
64
- - 🎯 **Smart Skill Matching** - Just type `superpowers execute brainstorming` instead of full paths
73
+ - 🎯 **Native Skill Discovery** - Your AI platform discovers and loads skills directly
65
74
  - 🚀 **One-Line Installer** - `npm install -g @complexthings/superpowers-agent`
66
75
  - 📦 **Skill Installation** - `add` and `add-repository` commands for Git/local skill installation
67
- - 🔍 **Helper Discovery** - `get-helpers` finds scripts within skills using substring matching
68
- - 📝 **Setup Skills** - `setup-skills` skill initializes projects with agent instruction files and skill symlinks
76
+ - 📝 **Setup Skills** - `setup-skills` initializes projects with agent instruction files and skill symlinks
69
77
 
70
78
  ## What You Get
71
79
 
72
- - **Testing Skills** - TDD, async testing, anti-patterns
73
- - **Debugging Skills** - Systematic debugging, root cause tracing, verification
74
- - **Collaboration Skills** - Brainstorming, planning, code review, parallel agents
75
- - **Development Skills** - Git worktrees, finishing branches, subagent workflows
76
- - **Meta Skills** - Creating, testing, and sharing skills
77
- - **Utility Commands** - `find-skills` to discover available skills, `execute` to load them
80
+ - **Requirement Grilling** - Interrogate a plan into a clear, reviewed design (the `grilling` skill; `brainstorming` now redirects here)
81
+ - **Efficient CLI Workflows** - Search, inspect, and shape command output with less noise
82
+ - **Skill Metadata** - Generate consistent `skill.json` files from existing skills
83
+ - **Skill Setup** - Initialize project skill infrastructure
84
+ - **Native Skill Tools** - Skills are discovered and loaded by your AI platform
78
85
 
79
86
  Plus:
80
- - **Universal Skills** - Work across GitHub Copilot, Claude Code, and OpenCode
87
+ - **Universal Skills** - Work across GitHub Copilot, Claude Code, OpenCode, Pi, and OpenAI Codex
81
88
  - **Automatic Integration** - Skills activate automatically when relevant
82
89
  - **Consistent Workflows** - Systematic approaches to common engineering tasks
83
90
 
@@ -94,7 +101,7 @@ superpowers-agent bootstrap
94
101
 
95
102
  > **Note:** `superpowers-agent bootstrap` is a **required** one-time step after every fresh install. It is no longer run automatically by npm's `postinstall` hook — you must run it manually. Subsequent `superpowers-agent update` calls will run bootstrap for you automatically.
96
103
 
97
- ## Migration to Superpower Agent `^8.0.0`
104
+ ## Migration to Superpower Agent `^10.0.0`
98
105
 
99
106
  ```bash
100
107
  rm -rf ~/.local/bin/superpowers-agent ~/.local/bin/superpowers ~/.agents/superpowers
@@ -102,12 +109,9 @@ npm install -g @complexthings/superpowers-agent
102
109
  superpowers-agent bootstrap
103
110
  ```
104
111
 
105
- **After installation, you can use Superpowers from anywhere:**
106
- ```bash
107
- superpowers --help
108
- superpowers find-skills
109
- superpowers execute systematic-debugging
110
- ```
112
+ **After installation, your AI platform can discover Superpowers skills automatically.**
113
+
114
+ If your platform has no native skill tool, open the relevant `SKILL.md` from its configured skill directories with your file-read tool.
111
115
 
112
116
  ## Manual Installation
113
117
 
@@ -117,40 +121,19 @@ If you prefer manual installation or need project-specific setup, see [.agents/I
117
121
 
118
122
  ## Quick Start
119
123
 
120
- ### Discovering Skills
121
-
122
- **List all available skills:**
123
- ```bash
124
- superpowers find-skills
125
- ```
126
-
127
- **Search for specific skills:**
128
- ```bash
129
- superpowers find-skills | grep -i <topic>
130
- ```
131
-
132
- ### Using Skills
124
+ ### Discovering and Using Skills
133
125
 
134
- **Smart skill matching** - Just type the skill name or any suffix:
135
- ```bash
136
- superpowers execute brainstorming # Finds superpowers:collaboration/brainstorming
137
- superpowers execute test-driven-development # Finds superpowers:testing/test-driven-development
138
- superpowers execute collaboration/brainstorming # More specific suffix also works
139
- ```
140
-
141
- **Full paths still work:**
142
- ```bash
143
- superpowers execute superpowers:collaboration/brainstorming
144
- ```
126
+ Use your AI platform's native skill tool to view available skills and load the one relevant to your task. If no native skill tool is available, inspect the configured project or personal skill directories and open the relevant `SKILL.md` with your file-read tool.
145
127
 
146
128
  **Priority order:** Project skills → Home skills → Global Superpowers skills
147
129
 
148
- ### Automatic Skill Activation
130
+ ### Bundled Skills
149
131
 
150
- Skills activate automatically when relevant. For example:
151
- - `test-driven-development` activates when implementing features
152
- - `systematic-debugging` activates when debugging issues
153
- - `verification-before-completion` activates before claiming work is done
132
+ This release bundles four skills:
133
+ - `brainstorming` **deprecated**; redirects to the `grilling` skill
134
+ - `leveraging-cli-tools`
135
+ - `create-skill-json`
136
+ - `setup-skills`
154
137
 
155
138
  ## Configuration
156
139
 
@@ -187,8 +170,7 @@ Superpowers supports project-level and global configuration via `.agents/config.
187
170
 
188
171
  **Read config from CLI:**
189
172
  ```bash
190
- superpowers-agent get-config prompts_dir
191
- superpowers-agent get-config plans_dir
173
+ superpowers-agent config-get # prints the resolved configuration, including prompts_dir and plans_dir
192
174
  ```
193
175
 
194
176
  ### Repository Aliases
@@ -311,97 +293,23 @@ Skills are available via the native skill tool. `bootstrap` installs a `sessionS
311
293
 
312
294
  Skills are available via the native skill tool. Claude agent personas defined in `.claude/agents/<name>.md` are installed into `~/.claude/agents/` via `add`/`pull`. `bootstrap` also installs a `SessionStart` hook into `~/.claude/settings.json` that injects the Superpowers context every session (idempotent; preserves your other hooks and settings).
313
295
 
314
- ## What's Inside
315
-
316
- ### Skills Library
317
-
318
- **Testing** (`skills/testing/`)
319
- - **test-driven-development** - RED-GREEN-REFACTOR cycle
320
- - **condition-based-waiting** - Async test patterns
321
- - **testing-anti-patterns** - Common pitfalls to avoid
322
- - **verification-before-completion** - Evidence-based completion claims (ported from obra/superpowers)
323
-
324
- **Debugging** (`skills/debugging/`)
325
- - **systematic-debugging** - 4-phase root cause process
326
- - **root-cause-tracing** - Find the real problem
327
- - **defense-in-depth** - Multiple validation layers
328
-
329
- **Collaboration** (`skills/collaboration/`)
330
- - **brainstorming** - Socratic design refinement
331
- - **writing-plans** - Detailed implementation plans
332
- - **executing-plans** - Batch execution with checkpoints
333
- - **dispatching-parallel-agents** - Concurrent subagent workflows
334
- - **requesting-code-review** - Pre-review checklist
335
- - **receiving-code-review** - Responding to feedback
336
- - **using-git-worktrees** - Parallel development branches
337
- - **finishing-a-development-branch** - Merge/PR decision workflow
338
- - **subagent-driven-development** - Fast iteration with two-stage code review (spec + quality)
339
- - **leveraging-cli-tools** - High-performance CLI tools (rg, jq, fd, bat, ast-grep)
340
-
341
- **Meta** (`skills/meta/`)
342
- - **using-superpowers** - Behavioral enforcement skill loaded at session start (ported from obra/superpowers)
343
- - **writing-prompts** - Create custom slash commands for GitHub Copilot, Cursor, or Claude
344
- - **creating-prompts** - Create structured prompts for Do/Plan/Research/Refine workflows (adapted from TÂCHES)
345
- - **create-skill-json** - Generate skill.json metadata files from SKILL.md and directory structure
346
-
347
- **Utilities** (`skills/finding-skills/`, `skills/using-a-skill/`, `skills/setup-skills/`)
348
- - **finding-skills** - Discover and search available skills
349
- - **using-a-skill** - Load and apply specific skills
350
- - **setup-skills** - Initialize project with agent instruction files and skill symlinks
351
-
352
- **Problem-Solving** (`skills/problem-solving/`)
353
- - **collision-zone-thinking** - Force unrelated concepts together for emergent insights
354
- - **inversion-exercise** - Flip assumptions to reveal hidden constraints
355
- - **meta-pattern-recognition** - Spot universal principles across domains
356
- - **scale-game** - Test at extremes to expose fundamental truths
357
- - **simplification-cascades** - Find insights that eliminate multiple components
358
- - **when-stuck** - Dispatch to right problem-solving technique
359
-
360
- **Research** (`skills/research/`)
361
- - **tracing-knowledge-lineages** - Understand how ideas evolved over time
362
-
363
- **Architecture** (`skills/architecture/`)
364
- - **preserving-productive-tensions** - Keep multiple valid approaches instead of forcing premature resolution
365
-
366
- ### Test Infrastructure
367
-
368
- The `tests/` directory contains agent-agnostic test scripts for validating skill behavior:
369
-
370
- **Test Categories:**
371
- - `tests/skill-triggering/` - Tests for implicit skill activation scenarios
372
- - `tests/explicit-skill-requests/` - Tests for explicit skill loading requests
373
-
374
- **Running Tests:**
375
- ```bash
376
- # Run a single test
377
- ./tests/skill-triggering/run-test.sh prompts/test-name.txt
378
-
379
- # Run all tests in a category
380
- ./tests/skill-triggering/run-all.sh
381
-
382
- # Configure for your agent
383
- export AGENT_CLI="opencode" # or "claude", "copilot", etc.
384
- ./tests/skill-triggering/run-test.sh prompts/test-name.txt
385
- ```
296
+ ## Bundled Skills
386
297
 
387
- **Creating New Tests:**
388
- 1. Add prompt files to `prompts/` subdirectory
389
- 2. Each test is a `.txt` file with the prompt to send
390
- 3. Scripts output agent responses for manual verification
298
+ The package contains only the four skills listed in [Quick Start](#quick-start). Install additional skills with `superpowers-agent add`.
391
299
 
392
- ### CLI Commands
300
+ ### Running Tests
393
301
 
394
- The `superpowers-agent` CLI provides powerful commands for managing skills:
302
+ Run the automated suite from `.agents`:
395
303
 
396
- **Skill Discovery:**
397
304
  ```bash
398
- superpowers-agent find-skills # List all available skills
399
- superpowers-agent execute <name> # Load a specific skill
400
- superpowers-agent path <skill-name> # Get SKILL.md file path
401
- superpowers-agent dir <skill-name> # Get skill directory path
402
- superpowers-agent get-helpers <skill> <term> # Find helper files in skill
305
+ cd .agents
306
+ bun test
403
307
  ```
404
308
 
309
+ ### CLI Commands
310
+
311
+ The `superpowers-agent` CLI provides commands for managing installed skills. Skill discovery and loading use your AI platform's native skill tool.
312
+
405
313
  **Skill Installation:**
406
314
  ```bash
407
315
  superpowers-agent add <url-or-path> # Install skill(s) from Git or local
@@ -419,7 +327,6 @@ superpowers-agent add-repository <git-url> # Add repository alias
419
327
  ```bash
420
328
  superpowers-agent config-get # Show current configuration
421
329
  superpowers-agent config-set <key> <value> # Update configuration
422
- superpowers-agent get-config <key> # Get specific config value
423
330
  ```
424
331
 
425
332
  **Project Setup:**
@@ -435,54 +342,29 @@ superpowers-agent session-context # Print session-start conte
435
342
  superpowers-agent session-context --format=claude # Emit Claude Code SessionStart hook JSON
436
343
  superpowers-agent session-context --format=copilot # Emit GitHub Copilot sessionStart hook JSON
437
344
  ```
438
- The platform hooks installed by `bootstrap` call this command; it is the single source of truth for the injected prompt (the `using-superpowers` content plus the `leveraging-cli-tools` directive).
345
+ The platform hooks installed by `bootstrap` call this command; it is the single source of truth for the injected CLI-tool nudge.
439
346
 
440
347
  ### Skill Metadata with skill.json
441
348
 
442
- Skills can include a `skill.json` file to define metadata for the superpowers-agent CLI. This enables powerful features like repository aliases, helper file discovery, and multi-skill repositories.
443
-
444
- **All skills in this repository include skill.json files** with version tracking, helper file listings, and aliases for convenient access.
349
+ Skills can include a `skill.json` file to define installation metadata for the superpowers-agent CLI and multi-skill repositories.
445
350
 
446
351
  #### Single Skill Configuration
447
352
 
448
- For a single skill, `skill.json` defines the skill's identity and helpers:
353
+ For a single skill, `skill.json` defines its identity:
449
354
 
450
355
  ```json
451
356
  {
452
357
  "version": "1.0.0",
453
358
  "name": "aem/block-collection-and-party",
454
- "title": "AEM Block Collection and Party",
455
- "helpers": [
456
- "scripts/get-block-structure.js",
457
- "scripts/search-block-collection-github.js",
458
- "scripts/search-block-collection.js",
459
- "scripts/search-block-party.js"
460
- ],
461
- "aliases": [
462
- "block-party",
463
- "block-collection"
464
- ]
359
+ "title": "AEM Block Collection and Party"
465
360
  }
466
361
  ```
467
362
 
468
363
  **Fields:**
469
364
  - `name`: Canonical skill name (used for installation path)
470
365
  - `title`: Human-readable display name
471
- - `helpers`: Array of helper script paths relative to skill directory
472
- - `aliases`: Short names that can be used with `execute` and `get-helpers`
473
366
  - `version`: Skill version for tracking updates
474
367
 
475
- **Usage with helpers:**
476
- ```bash
477
- # Find helper files
478
- superpowers-agent get-helpers block-collection search-block
479
- # Returns: /path/to/skill/scripts/search-block-collection.js
480
-
481
- # Use skill aliases
482
- superpowers-agent execute block-party
483
- # Loads: aem/block-collection-and-party
484
- ```
485
-
486
368
  #### Multi-Skill Repository Configuration
487
369
 
488
370
  For repositories containing multiple skills, the root `skill.json` lists all skills and defines a repository alias:
@@ -534,12 +416,10 @@ superpowers-agent add @baici
534
416
 
535
417
  #### Benefits of skill.json
536
418
 
537
- 1. **Helper Discovery**: Find and execute helper scripts easily
538
- 2. **Skill Aliases**: Use short, memorable names instead of full paths
539
- 3. **Repository Management**: Organize and share multi-skill collections
540
- 4. **Automatic Detection**: CLI reads metadata for smart defaults
541
- 5. **Installation Paths**: Control where skills install with `name` field
542
- 6. **Version Tracking**: Each skill tracks its version independently
419
+ 1. **Repository Management**: Organize and share multi-skill collections
420
+ 2. **Automatic Detection**: CLI reads metadata for installation defaults
421
+ 3. **Installation Paths**: Control where skills install with `name` field
422
+ 4. **Version Tracking**: Each skill tracks its version independently
543
423
 
544
424
  ## How It Works
545
425
 
@@ -547,7 +427,7 @@ superpowers-agent add @baici
547
427
  1. **Bootstrap Process** - Installs agent integrations and syncs skill symlinks globally
548
428
  2. **Skill Discovery** - Finds skills across system, personal, and project locations
549
429
  3. **Priority Resolution** - Project skills override personal skills override system skills
550
- 4. **Universal Integration** - Works with GitHub Copilot, Claude Code, and OpenCode
430
+ 4. **Universal Integration** - Works with GitHub Copilot, Claude Code, OpenCode, Pi, and OpenAI Codex
551
431
 
552
432
  **For OpenCode:**
553
433
  1. **Plugin System** - The `.opencode/plugins/superpowers-agent.js` plugin injects bootstrap context dynamically at session start
@@ -657,13 +537,12 @@ Configuration is stored in `~/.agents/superpowers/.config.json` and persists acr
657
537
 
658
538
  This project builds on [Jesse Vincent's Superpowers for Claude Code](https://github.com/obra/superpowers). Jesse's pioneering work introduced the concept of systematic, reusable skills for AI agents. Read his excellent blog post: [Superpowers for Claude Code](https://blog.fsck.com/2025/10/09/superpowers/)
659
539
 
660
- **Ported from obra/superpowers (v7.0.0):**
661
- - `using-superpowers` behavioral enforcement skill
662
- - Two-stage code review process (spec + quality reviewers)
540
+ **Inspired by obra/superpowers (v7.0.0):**
541
+ - Reusable skill workflows
663
542
  - OpenCode plugin architecture pattern
664
543
  - Test infrastructure for skill validation
665
544
 
666
- This fork extends that vision to support agent-agnostic workflows across GitHub Copilot, Claude Code, and OpenCode.
545
+ This fork extends that vision to support agent-agnostic workflows across GitHub Copilot, Claude Code, OpenCode, Pi, and OpenAI Codex.
667
546
 
668
547
  ## License
669
548
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@complexthings/superpowers-agent",
3
- "version": "9.2.1",
3
+ "version": "10.0.1",
4
4
  "description": "Superpowers agent CLI — skills system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,7 +22,7 @@
22
22
  "LICENSE"
23
23
  ],
24
24
  "engines": {
25
- "node": "^20 || ^22 || ^24"
25
+ "node": "^22 || ^24 || ^26"
26
26
  },
27
27
  "scripts": {},
28
28
  "author": {
@@ -1,166 +1,66 @@
1
1
  ---
2
2
  name: brainstorming
3
- description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
3
+ description: "DEPRECATED redirects to the grilling skill. Fires before any creative work creating features, building components, adding functionality, or modifying behavior to tell the user brainstorming is retired, offer to install grilling, and hand the same context to a grilling session."
4
4
  ---
5
5
 
6
- # Brainstorming Ideas Into Designs
7
-
8
- Help turn ideas into fully formed designs and specs through natural collaborative dialogue.
9
-
10
- Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval.
11
-
12
- <HARD-GATE>
13
- Do NOT invoke any implementation skill, write any code, scaffold any project, or take any implementation action until you have presented a design and the user has approved it. This applies to EVERY project regardless of perceived simplicity.
14
- </HARD-GATE>
15
-
16
- ## Anti-Pattern: "This Is Too Simple To Need A Design"
17
-
18
- Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are where unexamined assumptions cause the most wasted work. The design can be short (a few sentences for truly simple projects), but you MUST present it and get approval.
19
-
20
- ## Checklist
21
-
22
- You MUST create a task for each of these items and complete them in order:
23
-
24
- 1. **Explore project context** — check files, docs, recent commits
25
- 2. **Offer visual companion** (if topic will involve visual questions) — this is its own message, not combined with a clarifying question. See the Visual Companion section below.
26
- 3. **Ask clarifying questions** — one at a time, understand purpose/constraints/success criteria
27
- 4. **Propose 2-3 approaches** — with trade-offs and your recommendation
28
- 5. **Present design** — in sections scaled to their complexity, get user approval after each section
29
- 6. **Write design doc** — save to `docs/superpowers/specs/YYYY-MM-DD-<topic>-design.md` and commit
30
- 7. **Spec review loop** — dispatch spec-document-reviewer subagent with precisely crafted review context (never your session history); fix issues and re-dispatch until approved (max 5 iterations, then surface to human)
31
- 8. **User reviews written spec** — ask user to review the spec file before proceeding
32
- 9. **Transition to implementation** — invoke writing-plans skill to create implementation plan
33
-
34
- ## Process Flow
35
-
36
- ```dot
37
- digraph brainstorming {
38
- "Explore project context" [shape=box];
39
- "Visual questions ahead?" [shape=diamond];
40
- "Offer Visual Companion\n(own message, no other content)" [shape=box];
41
- "Ask clarifying questions" [shape=box];
42
- "Propose 2-3 approaches" [shape=box];
43
- "Present design sections" [shape=box];
44
- "User approves design?" [shape=diamond];
45
- "Write design doc" [shape=box];
46
- "Spec review loop" [shape=box];
47
- "Spec review passed?" [shape=diamond];
48
- "User reviews spec?" [shape=diamond];
49
- "Invoke writing-plans skill" [shape=doublecircle];
50
-
51
- "Explore project context" -> "Visual questions ahead?";
52
- "Visual questions ahead?" -> "Offer Visual Companion\n(own message, no other content)" [label="yes"];
53
- "Visual questions ahead?" -> "Ask clarifying questions" [label="no"];
54
- "Offer Visual Companion\n(own message, no other content)" -> "Ask clarifying questions";
55
- "Ask clarifying questions" -> "Propose 2-3 approaches";
56
- "Propose 2-3 approaches" -> "Present design sections";
57
- "Present design sections" -> "User approves design?";
58
- "User approves design?" -> "Present design sections" [label="no, revise"];
59
- "User approves design?" -> "Write design doc" [label="yes"];
60
- "Write design doc" -> "Spec review loop";
61
- "Spec review loop" -> "Spec review passed?";
62
- "Spec review passed?" -> "Spec review loop" [label="issues found,\nfix and re-dispatch"];
63
- "Spec review passed?" -> "User reviews spec?" [label="approved"];
64
- "User reviews spec?" -> "Write design doc" [label="changes requested"];
65
- "User reviews spec?" -> "Invoke writing-plans skill" [label="approved"];
66
- }
67
- ```
68
-
69
- **The terminal state is invoking writing-plans.** Do NOT invoke frontend-design, mcp-builder, or any other implementation skill. The ONLY skill you invoke after brainstorming is writing-plans.
70
-
71
- ## The Process
72
-
73
- **Understanding the idea:**
74
-
75
- - Check out the current project state first (files, docs, recent commits)
76
- - Before asking detailed questions, assess scope: if the request describes multiple independent subsystems (e.g., "build a platform with chat, file storage, billing, and analytics"), flag this immediately. Don't spend questions refining details of a project that needs to be decomposed first.
77
- - If the project is too large for a single spec, help the user decompose into sub-projects: what are the independent pieces, how do they relate, what order should they be built? Then brainstorm the first sub-project through the normal design flow. Each sub-project gets its own spec → plan → implementation cycle.
78
- - For appropriately-scoped projects, ask questions one at a time to refine the idea
79
- - Prefer multiple choice questions when possible, but open-ended is fine too
80
- - Only one question per message — if a topic needs more exploration, break it into multiple questions
81
- - Focus on understanding: purpose, constraints, success criteria
82
-
83
- **Exploring approaches:**
84
-
85
- - Propose 2-3 different approaches with trade-offs
86
- - Present options conversationally with your recommendation and reasoning
87
- - Lead with your recommended option and explain why
88
-
89
- **Presenting the design:**
6
+ # Brainstorming (deprecated)
90
7
 
91
- - Once you believe you understand what you're building, present the design
92
- - Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
93
- - Ask after each section whether it looks right so far
94
- - Cover: architecture, components, data flow, error handling, testing
95
- - Be ready to go back and clarify if something doesn't make sense
8
+ This skill is deprecated. It no longer explores requirements itself — it redirects to Matt Pocock's `grilling` skill, which does the same job better by interviewing the user one decision at a time.
96
9
 
97
- **Design for isolation and clarity:**
10
+ Run these steps in order. The user's original request (the context that triggered this skill) is what you hand to `grilling` at the end — keep it.
98
11
 
99
- - Break the system into smaller units that each have one clear purpose, communicate through well-defined interfaces, and can be understood and tested independently
100
- - For each unit, you should be able to answer: what does it do, how do you use it, and what does it depend on?
101
- - Can someone understand what a unit does without reading its internals? Can you change the internals without breaking consumers? If not, the boundaries need work.
102
- - Smaller, well-bounded units are also easier to work with — you reason better about code you can hold in context at once, and edits are more reliable when files are focused. When a file grows large, that's often a signal that it's doing too much.
12
+ ## 1. Tell the user it's deprecated
103
13
 
104
- **Working in existing codebases:**
14
+ Say, in your own words: the `brainstorming` skill is deprecated and they should use `grilling` instead.
105
15
 
106
- - Explore the current structure before proposing changes. Follow existing patterns.
107
- - Where existing code has problems that affect the work (e.g., a file that's grown too large, unclear boundaries, tangled responsibilities), include targeted improvements as part of the design — the way a good developer improves code they're working in.
108
- - Don't propose unrelated refactoring. Stay focused on what serves the current goal.
16
+ ## 2. Offer to install grilling
109
17
 
110
- ## After the Design
18
+ Using your question-asking tool (`askUserQuestion`, `ask_user_question`, `AskUserQuestion`, `question`, or equivalent), ask whether they want the `grilling` skill installed now.
111
19
 
112
- **Documentation:**
20
+ If they decline, skip to step 5 and run the grilling interview yourself using the instructions in this file's spirit — but grilling works best installed, so recommend it.
113
21
 
114
- - Write the validated design (spec) to `docs/superpowers/specs/YYYY-MM-DD-<topic>-design.md`
115
- - (User preferences for spec location override this default)
116
- - Use elements-of-style:writing-clearly-and-concisely skill if available
117
- - Commit the design document to git
22
+ ## 3. Check whether grilling is already installed
118
23
 
119
- **Spec Review Loop:**
24
+ Look for an existing `grilling/SKILL.md` in the project and in these system locations:
120
25
 
121
- After writing the spec document:
26
+ - `~/.agents/skills/grilling/SKILL.md`
27
+ - `~/.claude/skills/grilling/SKILL.md`
28
+ - `~/.github/skills/grilling/SKILL.md`
29
+ - `~/.pi/skills/grilling/SKILL.md`
30
+ - `~/.opencode/skill/grilling/SKILL.md` (the missing trailing `s` on `skill` is correct)
122
31
 
123
- 1. Dispatch spec-document-reviewer subagent (see `spec-document-reviewer-prompt.md`)
124
- 2. If issues found: fix, re-dispatch, repeat until approved
125
- 3. If loop exceeds 5 iterations, surface to human for guidance
32
+ If found anywhere, **skip the install** (step 4). Tell the user they already have it. Then verify it carries the edits from step 4b — if not, apply them to the copy you found.
126
33
 
127
- **User Review Gate:**
34
+ ## 4. Install grilling (only if not already installed)
128
35
 
129
- After the spec review loop passes, ask the user to review the written spec before proceeding:
36
+ Run this in the **project root**, appending the `--agent` flag for your current agent:
130
37
 
131
- > "Spec written and committed to `<path>`. Please review it and let me know if you want to make any changes before we start writing out the implementation plan."
132
-
133
- Wait for the user's response. If they request changes, make them and re-run the spec review loop. Only proceed once the user approves.
134
-
135
- **Implementation:**
136
-
137
- - Invoke the writing-plans skill to create a detailed implementation plan
138
- - Do NOT invoke any other skill. writing-plans is the next step.
139
-
140
- ## Key Principles
141
-
142
- - **One question at a time** — Don't overwhelm with multiple questions
143
- - **Multiple choice preferred** — Easier to answer than open-ended when possible
144
- - **YAGNI ruthlessly** — Remove unnecessary features from all designs
145
- - **Explore alternatives** — Always propose 2-3 approaches before settling
146
- - **Incremental validation** — Present design, get approval before moving on
147
- - **Be flexible** — Go back and clarify when something doesn't make sense
38
+ ```
39
+ npx skills add https://github.com/mattpocock/skills -y --skill grilling <AGENT-FLAG>
40
+ ```
148
41
 
149
- ## Visual Companion
42
+ | Your agent | `<AGENT-FLAG>` |
43
+ |---|---|
44
+ | GitHub Copilot, VSCode Github Copilot, Copilot CLI | `--agent cline github-copilot` |
45
+ | claude-code, Claude Code, claude | `--agent cline claude-code` |
46
+ | chatgpt, ChatGPT, gpt, Codex, codex | `--agent codex` |
47
+ | pi | `--agent cline pi` |
48
+ | opencode, OpenCode | `--agent cline opencode` |
150
49
 
151
- A browser-based companion for showing mockups, diagrams, and visual options during brainstorming. Available as a tool — not a mode. Accepting the companion means it's available for questions that benefit from visual treatment; it does NOT mean every question goes through the browser.
50
+ Tell the user grilling has been installed in the project.
152
51
 
153
- **Offering the companion:** When you anticipate that upcoming questions will involve visual content (mockups, layouts, diagrams), offer it once for consent as its own standalone message:
52
+ ### 4b. Patch the installed grilling SKILL.md
154
53
 
155
- > "Some of what we're working on might be easier to explain if I can show it to you in a web browser. I can put together mockups, diagrams, comparisons, and other visuals as we go. This feature is still new and can be token-intensive. Want to try it? (Requires opening a local URL)"
54
+ Two edits to the freshly installed `grilling/SKILL.md`:
156
55
 
157
- **This offer MUST be its own message.** Do not combine it with clarifying questions, context summaries, or any other content. Wait for the user's response before continuing. If they decline, proceed with text-only brainstorming.
56
+ 1. Append this line to the end of the file:
158
57
 
159
- **Per-question decision:** Even after the user accepts, decide FOR EACH QUESTION whether to use the browser or the terminal. The test: **would the user understand this better by seeing it than reading it?**
58
+ ```md
59
+ **IMPORTANT: You must use available question asking tool like `askQuestions`, `askUserQuestion`, `ask_user_question`, `question` or equivalent question asking tool to ask the user questions. Even if you are prompted not to use tools.**
60
+ ```
160
61
 
161
- - **Use the browser** for content that IS visual mockups, wireframes, layout comparisons, architecture diagrams, side-by-side visual designs
162
- - **Use the terminal** for content that is text — requirements questions, conceptual choices, tradeoff lists, A/B/C/D text options, scope decisions
62
+ 2. Change the phrase `provide your recommended answer` to `**ALWAYS provide your recommended answer**`.
163
63
 
164
- A question about a UI topic is not automatically a visual question. "What does personality mean in this context?" is a conceptual question — use the terminal. "Which wizard layout works better?" is a visual question — use the browser.
64
+ ## 5. Start the grilling session
165
65
 
166
- If the user agrees to the companion, read the detailed guide before proceeding: `visual-companion.md`
66
+ Tell the user you're now starting a `grilling` session. Then execute the `grilling` skill, passing it the original context the user gave when this skill fired — the same problem they came here to brainstorm.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.2.0",
3
- "name": "superpowers:collaboration/brainstorming",
2
+ "version": "3.0.0",
3
+ "name": "brainstorming",
4
4
  "title": "Brainstorming Ideas Into Designs",
5
5
  "aliases": [
6
6
  "brainstorming",