obra/superpowers

An agentic skills framework & software development methodology that works.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 40 minutes ago
Added to GitGenius on January 12th, 2026
Created on October 9th, 2025
Open Issues & Pull Requests: 332 (+1)
Number of forks: 24,338
Total Stargazers: 272,200 (+7)
Total Subscribers: 1,025 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.9 hours
Mean response time: 8.0 days
90th percentile: 21.8 days
Tracked items: 807

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 71% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 15 hours, while "plans" waits about 5 days. 61% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 297
New in 7 days: 15
Closed in 7 days: 12
Avg open age: 18 days
Stale 30+ days: 241
Stale 90+ days: 181

Recent activity

Opened in 7 days: 12
Closed in 7 days: 12
Comments in 7 days: 18
Events in 7 days: 32

Top labels

  • bug (335)
  • enhancement (317)
  • claude-code (170)
  • skills (69)
  • subagents (63)
  • brainstorming (43)
  • plans (43)
  • windows (38)

Detailed Description

Superpowers is an agentic skills framework that provides a complete software development methodology for coding agents, built on composable skills and initial instructions that guide agent behavior.

The framework addresses the problem of coding agents jumping directly into implementation without proper planning. Instead, it enforces a structured workflow where agents first clarify requirements through conversation, present a readable specification for user approval, then create a detailed implementation plan emphasizing test-driven development, YAGNI principles, and DRY practices. Once approved, the system launches a subagent-driven-development process where agents autonomously work through engineering tasks with inspection and review, often operating independently for extended periods without deviating from the established plan.

Superpowers suits teams using AI coding agents who want to impose discipline and structure on the development process rather than letting agents operate ad-hoc. The framework integrates with multiple agent platforms including Claude Code, Antigravity, Codex App, Cursor, Devin CLI, Gemini CLI, GitHub Copilot CLI, and others, so adoption depends on which coding agent you already use. Installation is harness-specific, with some platforms offering official marketplace integration while others require manual plugin registration.

The project receives issues from both core maintainers and external users, indicating adoption beyond the original team without creating an overwhelming support burden. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on bug fixes, enhancements, and Claude Code integration tasks.