plugin.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "superpowers",
  3. "version": "6.3.0",
  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. "hooks": {},
  25. "interface": {
  26. "displayName": "Superpowers",
  27. "shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents",
  28. "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.",
  29. "developerName": "Jesse Vincent",
  30. "category": "Developer Tools",
  31. "capabilities": [
  32. "Interactive",
  33. "Read",
  34. "Write"
  35. ],
  36. "defaultPrompt": [
  37. "I've got an idea for something I'd like to build.",
  38. "Let's add a feature to this project."
  39. ],
  40. "websiteURL": "https://github.com/obra/superpowers",
  41. "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
  42. "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
  43. "brandColor": "#F59E0B",
  44. "composerIcon": "./assets/superpowers-small.svg",
  45. "logo": "./assets/app-icon.png",
  46. "screenshots": []
  47. }
  48. }