superpowers
by
obra

Description: An agentic skills framework & software development methodology that works.

View on GitHub ↗

Summary Information

Updated 1 hour ago
Added to GitGenius on January 12th, 2026
Created on October 9th, 2025
Open Issues & Pull Requests: 311 (+0)
Number of forks: 22,451
Total Stargazers: 251,643 (+0)
Total Subscribers: 993 (+0)

Issue Activity (beta)

Open issues: 298
New in 7 days: 13
Closed in 7 days: 2
Avg open age: 13 days
Stale 30+ days: 239
Stale 90+ days: 23

Recent activity

Opened in 7 days: 12
Closed in 7 days: 2
Comments in 7 days: 5
Events in 7 days: 12

Top labels

  • bug (318)
  • enhancement (299)
  • claude-code (169)
  • skills (68)
  • subagents (61)
  • plans (43)
  • brainstorming (42)
  • hooks (36)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 26.8 hours
90th percentile: 2.8 days
Tracked items: 855

Most active contributors

Detailed Description

Superpowers is an agentic skills framework and software development methodology designed to enable coding agents to work more effectively through a structured, composable system of skills and workflows. Written primarily in Shell, the repository provides a complete methodology that agents can adopt to improve their development practices, with particular emphasis on test-driven development, systematic debugging, and collaborative workflows.

The framework operates through a carefully sequenced workflow that begins before any code is written. When an agent encounters a development task, Superpowers activates a brainstorming skill that asks clarifying questions to refine rough ideas, explores design alternatives, and presents the resulting specification in digestible chunks for user validation. Once a design is approved, the agent creates an isolated workspace using git worktrees on a new branch and establishes a clean test baseline. The system then generates detailed implementation plans that break work into bite-sized tasks of two to five minutes each, with exact file paths, complete code specifications, and verification steps included for each task.

During implementation, Superpowers enforces a red-green-refactor test-driven development cycle where failing tests must be written before any implementation code. The framework supports subagent-driven development, dispatching fresh subagents to handle individual tasks with two-stage review processes that check both specification compliance and code quality. This approach enables agents to work autonomously for extended periods without deviating from the established plan. The skills library encompasses testing, debugging with systematic root-cause analysis, collaboration features including code review workflows, and meta-skills for creating new skills and understanding the system itself.

The repository has grown to 246,179 stargazers and 21,830 forks as of July 2026, with recent activity showing steady growth of seven additional stars and three additional forks. Issue and pull request response latency shows a median of zero hours with a mean of 26.9 hours across 850 tracked items, indicating active maintenance. The most frequently used issue labels are bug with 308 occurrences, enhancement with 274, and claude-code with 169, reflecting the framework's primary integration point. The primary maintainer obra has logged 1,921 events, with secondary contributors arittr at 314 events and lligirlburg-wq at 19 events.

Superpowers integrates with multiple coding agent platforms including Claude Code, Antigravity, Codex App, Codex CLI, Cursor, Factory Droid, GitHub Copilot CLI, Kimi Code, OpenCode, and Pi. Each integration follows platform-specific installation procedures, with Claude Code offering installation through Anthropic's official marketplace. The framework emphasizes philosophy centered on test-driven development, systematic processes over ad-hoc approaches, complexity reduction through simplicity, and evidence-based verification before declaring success.

The repository is linked through overlapping contributors to significant-gravitas/autogpt, activepieces/activepieces, and quivrhq/quivr, indicating connections within the broader AI agent development ecosystem. Prime Radiant, the organization behind Superpowers, offers commercial support and managed spending options for enterprise users. The project maintains an active community through Discord, with contribution guidelines requiring work on the dev branch and adherence to the writing-skills methodology for any new or modified skills. The MIT License permits broad reuse and modification of the framework.

superpowers
by
obraobra/superpowers

Repository Details

Fetching additional details & charts...