mirror of
https://github.com/obra/superpowers.git
synced 2026-05-04 08:12:40 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "superpowers",
|
||
|
|
"version": "5.0.7",
|
||
|
|
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
|
||
|
|
"author": {
|
||
|
|
"name": "Jesse Vincent",
|
||
|
|
"email": "jesse@fsck.com",
|
||
|
|
"url": "https://github.com/obra"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/obra/superpowers",
|
||
|
|
"repository": "https://github.com/obra/superpowers",
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": [
|
||
|
|
"brainstorming",
|
||
|
|
"subagent-driven-development",
|
||
|
|
"skills",
|
||
|
|
"planning",
|
||
|
|
"tdd",
|
||
|
|
"debugging",
|
||
|
|
"code-review",
|
||
|
|
"workflow"
|
||
|
|
],
|
||
|
|
"skills": "./skills/",
|
||
|
|
"interface": {
|
||
|
|
"displayName": "Superpowers",
|
||
|
|
"shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
|
||
|
|
"longDescription": "Use Superpowers to guide agent work through brainstorming, implementation planning, test-driven development, systematic debugging, parallel execution, code review, and finish-the-branch workflows.",
|
||
|
|
"developerName": "Jesse Vincent",
|
||
|
|
"category": "Coding",
|
||
|
|
"capabilities": [
|
||
|
|
"Interactive",
|
||
|
|
"Read",
|
||
|
|
"Write"
|
||
|
|
],
|
||
|
|
"defaultPrompt": [
|
||
|
|
"I've got an idea for something I'd like to build.",
|
||
|
|
"Let's add a feature to this project."
|
||
|
|
],
|
||
|
|
"brandColor": "#F59E0B",
|
||
|
|
"composerIcon": "./assets/superpowers-small.svg",
|
||
|
|
"logo": "./assets/app-icon.png",
|
||
|
|
"screenshots": []
|
||
|
|
}
|
||
|
|
}
|