plugin.json 575 B

12345678910111213141516171819202122
  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. },
  9. "homepage": "https://github.com/obra/superpowers",
  10. "repository": "https://github.com/obra/superpowers",
  11. "license": "MIT",
  12. "keywords": [
  13. "brainstorming",
  14. "subagent-driven-development",
  15. "skills",
  16. "planning",
  17. "tdd",
  18. "debugging",
  19. "code-review",
  20. "workflow"
  21. ]
  22. }