mirror of
https://github.com/obra/superpowers
synced 2026-08-09 11:24:19 +00:00
23 lines
575 B
JSON
23 lines
575 B
JSON
|
|
{
|
||
|
|
"name": "superpowers",
|
||
|
|
"version": "6.2.0",
|
||
|
|
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
|
||
|
|
"author": {
|
||
|
|
"name": "Jesse Vincent",
|
||
|
|
"email": "jesse@fsck.com"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|