Files
superpowers-lite/.codex-plugin/plugin.json
2026-05-12 16:05:03 +08:00

48 lines
1.8 KiB
JSON

{
"name": "superpowers-lite",
"version": "5.1.0",
"description": "A manual-only fork of Superpowers with lightweight planning and phase-based execution 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 Lite",
"shortDescription": "Manual-only planning, execution, debugging, and delivery workflows",
"longDescription": "Use Superpowers Lite only when explicitly requested. This fork keeps Superpowers-style brainstorming, planning, TDD, debugging, parallel execution, code review, and finish-the-branch workflows, but avoids automatic activation, keeps generated design and implementation plans out of git, and supports phase-based execution with one review per phase.",
"developerName": "Jesse Vincent",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use Superpowers Lite to brainstorm this change.",
"Use superpowers-lite:writing-plans for this spec."
],
"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": []
}
}