SDD Observatory
Stars
2K
Contributors
162
Open issues
473
Age
9.8 years
Last push
3 days ago
Latest release
1.1 Apr 13, 2018
Week of Aug 31, 2025: 16 commits Week of Sep 7, 2025: 0 commits Week of Sep 14, 2025: 0 commits Week of Sep 21, 2025: 0 commits Week of Sep 28, 2025: 0 commits Week of Oct 5, 2025: 0 commits Week of Oct 12, 2025: 0 commits Week of Oct 19, 2025: 0 commits Week of Oct 26, 2025: 0 commits Week of Nov 2, 2025: 8 commits Week of Nov 9, 2025: 1 commit Week of Nov 16, 2025: 0 commits Week of Nov 23, 2025: 0 commits Week of Nov 30, 2025: 0 commits Week of Dec 7, 2025: 0 commits Week of Dec 14, 2025: 0 commits Week of Dec 21, 2025: 0 commits Week of Dec 28, 2025: 0 commits Week of Jan 4, 2026: 0 commits Week of Jan 11, 2026: 16 commits Week of Jan 18, 2026: 18 commits Week of Jan 25, 2026: 15 commits Week of Feb 1, 2026: 11 commits Week of Feb 8, 2026: 10 commits Week of Feb 15, 2026: 3 commits Week of Feb 22, 2026: 17 commits Week of Mar 1, 2026: 18 commits Week of Mar 8, 2026: 0 commits Week of Mar 15, 2026: 0 commits Week of Mar 22, 2026: 0 commits Week of Mar 29, 2026: 0 commits Week of Apr 5, 2026: 0 commits Week of Apr 12, 2026: 0 commits Week of Apr 19, 2026: 9 commits Week of Apr 26, 2026: 0 commits Week of May 3, 2026: 1 commit Week of May 10, 2026: 3 commits Week of May 17, 2026: 9 commits Week of May 24, 2026: 5 commits Week of May 31, 2026: 13 commits Week of Jun 7, 2026: 6 commits Week of Jun 14, 2026: 8 commits Week of Jun 21, 2026: 1 commit Week of Jun 28, 2026: 12 commits Week of Jul 5, 2026: 4 commits Week of Jul 12, 2026: 0 commits Week of Jul 19, 2026: 2 commits Week of Jul 26, 2026: 21 commits Week of Aug 2, 2026: 7 commits Week of Aug 9, 2026: 8 commits Week of Aug 16, 2026: 3 commits Week of Aug 23, 2026: 0 commits
Commits per week, last 12 months · 245 total
View weekly commit data
Week startingCommits
Aug 23, 20260
Aug 16, 20263
Aug 9, 20268
Aug 2, 20267
Jul 26, 202621
Jul 19, 20262
Jul 12, 20260
Jul 5, 20264
Jun 28, 202612
Jun 21, 20261
Jun 14, 20268
Jun 7, 20266
May 31, 202613
May 24, 20265
May 17, 20269
May 10, 20263
May 3, 20261
Apr 26, 20260
Apr 19, 20269
Apr 12, 20260
Apr 5, 20260
Mar 29, 20260
Mar 22, 20260
Mar 15, 20260
Mar 8, 20260
Mar 1, 202618
Feb 22, 202617
Feb 15, 20263
Feb 8, 202610
Feb 1, 202611
Jan 25, 202615
Jan 18, 202618
Jan 11, 202616
Jan 4, 20260
Dec 28, 20250
Dec 21, 20250
Dec 14, 20250
Dec 7, 20250
Nov 30, 20250
Nov 23, 20250
Nov 16, 20250
Nov 9, 20251
Nov 2, 20258
Oct 26, 20250
Oct 19, 20250
Oct 12, 20250
Oct 5, 20250
Sep 28, 20250
Sep 21, 20250
Sep 14, 20250
Sep 7, 20250
Aug 31, 202516

Metrics updated Aug 27, 2026 · collected automatically from the GitHub API

Spec structure

Location
docs/superpowers/
Formats
Markdown
Notes
Two subdirectories: specs/ holds two design documents (2026-06-06-yutori-scouting-design.md, 2026-06-06-yutori-outreach-design.md) and plans/ holds one large implementation plan (2026-06-06-scout.md) with checkbox task tracking and instructions for agentic workers to use superpowers:subagent-driven-development or superpowers:executing-plans.

Assessment drift: none

Spec-to-code drift

None observed — but the sample is a single change. Two design specs (Yutori scouting and outreach email pipelines) plus one implementation plan landed in the same squash-merged PR #5119 as the complete apps/scout/ implementation on 2026-06-14, so specs and code were born in sync. The only commit touching the app since is a regenerated migration (PR #5130, 2026-06-30), which the plan already anticipated as makemigrations output. The repository itself stayed active afterwards (about 26 commits on master between mid-June and early July), so the quiet spec directory reflects a finished feature rather than an abandoned one.

Defects and rework

Not yet assessed. The specs record one design revision before implementation (both are marked “revised 2026-06-06 to move package to top-level apps/scout/ and replace JSON-file storage with DB models”), and the plan bakes testing into each task (pytest, responses for HTTP mocking, jsonschema for schema validation), but there is no post-merge defect history on the subsystem yet beyond the migration regeneration.

Maintenance outcomes

Too early to judge, though the adoption pattern is notable: a mature, multi-contributor platform (around 100 contributors, running since 2016) used superpowers to deliver an entire new subsystem — Django models, webhook receiver, Celery outreach task, and management commands across 40 files — in a single reviewed PR. The plan names the specs as its “source of truth” and targets agentic execution, making this a clean example of spec-first feature delivery inside an established codebase rather than a greenfield demo.

Timeline

  1. Follow-up on the spec-driven app

    "Scout: Regenerate initial migration (#5130)" — the only commit touching `apps/scout/` since adoption; the spec directory itself is unchanged.

  2. Superpowers adopted

    Specs, plan, and the full `apps/scout/` implementation land together in one squash-merged commit — "Backend: Add scout app for Yutori-driven benchmark discovery and outreach (#5119)". This is also the latest commit on the spec path.

Metrics updated Aug 27, 2026 · Assessment last reviewed Jul 19, 2026 · Added Jul 19, 2026 · How we track