Create Superpowers Lite fork

This commit is contained in:
mujing
2026-05-12 16:05:03 +08:00
parent f2cbfbefeb
commit dd2eb8b351
33 changed files with 221 additions and 399 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "superpowers",
"displayName": "Superpowers",
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"name": "superpowers-lite",
"displayName": "Superpowers Lite",
"description": "Manual-only Superpowers fork: TDD, debugging, collaboration, lightweight plans, and phase reviews",
"version": "5.1.0",
"author": {
"name": "Jesse Vincent",
@@ -20,6 +20,5 @@
],
"skills": "./skills/",
"agents": "./agents/",
"commands": "./commands/",
"hooks": "./hooks/hooks-cursor.json"
"commands": "./commands/"
}