| { |
| "name": "superpowers", |
| "version": "6.3.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", |
| "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/", |
| "hooks": {}, |
| "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": "Developer Tools", |
| "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." |
| ], |
| "websiteURL": "https://github.com/obra/superpowers", |
| "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement", |
| "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service", |
| "brandColor": "#F59E0B", |
| "composerIcon": "./assets/superpowers-small.svg", |
| "logo": "./assets/app-icon.png", |
| "screenshots": [] |
| } |
| } |
|
|