ArcReel
drift: moderateOpen-source AI video workspace powered by AI agents — novel to character, scene, and prop design to script, storyboard, and video, with cross-shot consistency — built almost entirely through Superpowers plan/design-doc pairs.
Skill-based agent discipline with hard gates: a mandatory brainstorm → spec → plan pipeline with human approval before any code, then per-task subagent execution under strict test-driven development.
Reviewed last month · Jul 18, 2026
Website GitHub · obra/superpowers Compare with other frameworks →
| Week starting | Commits |
|---|---|
| Aug 23, 2026 | 0 |
| Aug 16, 2026 | 0 |
| Aug 9, 2026 | 1 |
| Aug 2, 2026 | 0 |
| Jul 26, 2026 | 1 |
| Jul 19, 2026 | 4 |
| Jul 12, 2026 | 12 |
| Jul 5, 2026 | 35 |
| Jun 28, 2026 | 12 |
| Jun 21, 2026 | 7 |
| Jun 14, 2026 | 17 |
| Jun 7, 2026 | 81 |
| May 31, 2026 | 15 |
| May 24, 2026 | 5 |
| May 17, 2026 | 9 |
| May 10, 2026 | 12 |
| May 3, 2026 | 30 |
| Apr 26, 2026 | 1 |
| Apr 19, 2026 | 1 |
| Apr 12, 2026 | 14 |
| Apr 5, 2026 | 2 |
| Mar 29, 2026 | 5 |
| Mar 22, 2026 | 23 |
| Mar 15, 2026 | 30 |
| Mar 8, 2026 | 40 |
| Mar 1, 2026 | 19 |
| Feb 22, 2026 | 0 |
| Feb 15, 2026 | 4 |
| Feb 8, 2026 | 8 |
| Feb 1, 2026 | 14 |
| Jan 25, 2026 | 9 |
| Jan 18, 2026 | 14 |
| Jan 11, 2026 | 2 |
| Jan 4, 2026 | 0 |
| Dec 28, 2025 | 0 |
| Dec 21, 2025 | 9 |
| Dec 14, 2025 | 3 |
| Dec 7, 2025 | 20 |
| Nov 30, 2025 | 5 |
| Nov 23, 2025 | 45 |
| Nov 16, 2025 | 33 |
| Nov 9, 2025 | 0 |
| Nov 2, 2025 | 1 |
| Oct 26, 2025 | 14 |
| Oct 19, 2025 | 6 |
| Oct 12, 2025 | 35 |
| Oct 5, 2025 | 57 |
| Sep 28, 2025 | 0 |
| Sep 21, 2025 | 0 |
| Sep 14, 2025 | 0 |
| Sep 7, 2025 | 0 |
| Aug 31, 2025 | 0 |
Metrics updated Aug 27, 2026 · collected automatically from the GitHub API
Fourteen composable Markdown skills, bootstrapped by a session-start hook that makes their use mandatory ("IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE"). Creative work must pass through brainstorming, which writes a design doc to docs/superpowers/specs/ and hard-gates implementation until the user approves it; writing-plans then produces a plan of 2–5-minute tasks with exact file paths. Execution dispatches a fresh subagent per task, each diff judged first for spec compliance and then for code quality, under the TDD "Iron Law": no production code without a failing test first.
superpowers:brainstorming — one-question-at-a-time requirements refinement; writes a design doc to docs/superpowers/specs/ and blocks implementation until the user approvessuperpowers:using-git-worktrees — isolated workspace on a new branch with a clean test baselinesuperpowers:writing-plans — plan in docs/superpowers/plans/ with 2–5-minute tasks, exact file paths, and a no-placeholders rulesuperpowers:subagent-driven-development (or superpowers:executing-plans) — fresh subagent per task; each diff must pass a spec-compliance verdict then a code-quality verdict, tracked in a progress.md ledger under .superpowers/sdd/superpowers:test-driven-development — the Iron Law: no production code without a failing test first; untested code gets deleted and reimplementedsuperpowers:requesting-code-review / superpowers:receiving-code-review — review against the plan, issues by severitysuperpowers:finishing-a-development-branch — hard stop unless tests pass, then merge, push for PR, keep, or discardsystematic-debugging, verification-before-completion, code review, worktree hygiene, and branch finishingprogress.md ledger mean state survives compaction and session resetsOpen-source AI video workspace powered by AI agents — novel to character, scene, and prop design to script, storyboard, and video, with cross-shot consistency — built almost entirely through Superpowers plan/design-doc pairs.
An AI-native slide-deck generator built on nano banana pro, aiming at "Vibe PPT" — decks from a sentence, an outline, or per-page descriptions, with template images and smart material parsing. Runs its larger feature efforts through Superpowers design specs and implementation plans.
Cloud-CV's open platform for evaluating and comparing AI algorithms at scale — a decade-old Django codebase that used superpowers specs and plans to build its Yutori-driven benchmark scouting and outreach subsystem.
AI RSS reader (TypeScript) that drove one substantial feature — its over-the-air update service apps/ota — from design spec to shipped implementation through a superpowers spec-and-plan cycle over three days in April 2026.
A Linux configuration app for Logitech devices (an Options+ clone) that has routed nearly every feature and bug fix through paired Superpowers design specs and implementation plans since its first week.
macOS scroll-smoothing utility (est. 2017, Swift) that adopted the Superpowers spec/plan workflow in March 2026 for feature work such as Logitech HID++ integration and custom shortcut bindings.
A smart tmux session manager written in Go, routing its recent feature work through the superpowers plan/spec workflow — paired design docs and implementation plans land in-repo with the code.
Live speech translation for meetings — an Electron desktop app and Chrome extension mixing on-device AI models with cloud providers — where features ship through dated Superpowers plan and design-spec documents.
Code-comprehension tool (TypeScript) that turns any codebase into an interactive knowledge graph, with superpowers design specs and implementation plans spanning nearly its whole life.
"More than just IM" — a distributed instant-messaging platform in Go whose v3 rewrite (multi-raft runtime, cluster storage, gateway) is driven through a large corpus of superpowers design specs and implementation plans.
A modern X11 server written from scratch in Rust, developed spec-first from day one — every feature phase flows through dated design docs, implementation plans, and findings under docs/superpowers/.
Superpowers is this observatory’s borderline case, included deliberately. It never calls itself spec-driven —
its self-description is “an agentic skills framework & software development methodology” — but it mandates
persistent, human-approved spec and plan artifacts before any code and judges every task’s diff against them,
which meets a minimal definition of SDD with unusually hard gates. What it lacks is the spec lifecycle the
other tracked frameworks center on: no requirement IDs, no deltas, no traceability — just date-stamped design
docs — which is why a small ecosystem of third-party hybrids exists to bolt OpenSpec-style governance onto it.
It is also the category’s biggest phenomenon: launched by Jesse Vincent (Request Tracker, Keyboardio) the day
Claude Code shipped plugins, it grew into one of GitHub’s most-starred repositories within nine months. Its
signature idea is recursion — a writing-skills skill that teaches the agent to author new skills — and the
dogfooding is radical: Vincent reports having hand-written no code since October 2025, and the repo’s own
plans are checked in under docs/plans/.