plugin.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "superpowers",
  3. "version": "5.0.7",
  4. "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
  5. "author": {
  6. "name": "Jesse Vincent",
  7. "email": "jesse@fsck.com",
  8. "url": "https://github.com/obra"
  9. },
  10. "homepage": "https://github.com/obra/superpowers",
  11. "repository": "https://github.com/obra/superpowers",
  12. "license": "MIT",
  13. "keywords": [
  14. "brainstorming",
  15. "subagent-driven-development",
  16. "skills",
  17. "planning",
  18. "tdd",
  19. "debugging",
  20. "code-review",
  21. "workflow"
  22. ],
  23. "skills": "./skills/",
  24. "interface": {
  25. "displayName": "Superpowers",
  26. "shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
  27. "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.",
  28. "developerName": "Jesse Vincent",
  29. "category": "Coding",
  30. "capabilities": [
  31. "Interactive",
  32. "Read",
  33. "Write"
  34. ],
  35. "defaultPrompt": [
  36. "I've got an idea for something I'd like to build.",
  37. "Let's add a feature to this project."
  38. ],
  39. "brandColor": "#F59E0B",
  40. "composerIcon": "./assets/superpowers-small.svg",
  41. "logo": "./assets/app-icon.png",
  42. "screenshots": []
  43. }
  44. }