WuKongIM
"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.
Reviewed last month · Jul 19, 2026
- Stars
- 4.9K
- Contributors
- 23
- Open issues
- 97
- Age
- 3.3 years
- Last push
- 2 hours ago
- Latest release
- v2.2.5-20260422 Apr 22, 2026
View weekly commit data
| Week starting | Commits |
|---|---|
| Aug 23, 2026 | 111 |
| Aug 16, 2026 | 51 |
| Aug 9, 2026 | 124 |
| Aug 2, 2026 | 205 |
| Jul 26, 2026 | 140 |
| Jul 19, 2026 | 93 |
| Jul 12, 2026 | 65 |
| Jul 5, 2026 | 194 |
| Jun 28, 2026 | 287 |
| Jun 21, 2026 | 204 |
| Jun 14, 2026 | 253 |
| Jun 7, 2026 | 226 |
| May 31, 2026 | 212 |
| May 24, 2026 | 415 |
| May 17, 2026 | 145 |
| May 10, 2026 | 484 |
| May 3, 2026 | 140 |
| Apr 26, 2026 | 247 |
| Apr 19, 2026 | 33 |
| Apr 12, 2026 | 0 |
| Apr 5, 2026 | 0 |
| Mar 29, 2026 | 3 |
| Mar 22, 2026 | 1 |
| Mar 15, 2026 | 0 |
| Mar 8, 2026 | 14 |
| Mar 1, 2026 | 1 |
| Feb 22, 2026 | 0 |
| Feb 15, 2026 | 0 |
| Feb 8, 2026 | 0 |
| Feb 1, 2026 | 1 |
| Jan 25, 2026 | 7 |
| Jan 18, 2026 | 1 |
| Jan 11, 2026 | 2 |
| Jan 4, 2026 | 3 |
| Dec 28, 2025 | 1 |
| Dec 21, 2025 | 2 |
| Dec 14, 2025 | 3 |
| Dec 7, 2025 | 2 |
| Nov 30, 2025 | 0 |
| Nov 23, 2025 | 0 |
| Nov 16, 2025 | 0 |
| Nov 9, 2025 | 0 |
| Nov 2, 2025 | 1 |
| Oct 26, 2025 | 2 |
| Oct 19, 2025 | 0 |
| Oct 12, 2025 | 5 |
| Oct 5, 2025 | 2 |
| Sep 28, 2025 | 0 |
| Sep 21, 2025 | 0 |
| Sep 14, 2025 | 0 |
| Sep 7, 2025 | 2 |
| Aug 31, 2025 | 1 |
Metrics updated Aug 27, 2026 · collected automatically from the GitHub API
Spec structure
- Location
docs/superpowers/- Formats
- Markdown, Plain text
- Notes
- Five subdirectories —
specs/(276 dated design docs, e.g.2026-03-25-multiraft-api-design.md),plans/(358 implementation plans with checkbox step tracking, e.g.2026-03-25-multiraft-library-implementation.md),reports/(11 analysis and verification reports),runbooks/(7 operational runbooks), andperf/(benchmark captures as.txtbaselines plus Markdown notes). Files follow aYYYY-MM-DD-topicnaming convention; roughly a third of sampled specs mix Chinese prose with English identifiers, the rest are English.
Assessment drift: none
Spec-to-code drift
None observed — the spec tree is effectively the project’s development journal. More than 500 commits have
touched docs/superpowers/ since April 2026, the latest on 2026-07-17, two days before the repo’s most recent
push, on a project that merges multiple PRs per day. Each plan opens with a directive to execute it via
superpowers:executing-plans or superpowers:subagent-driven-development, and implementation branches carry an
agent/ prefix, so specs and code land through the same PR flow.
Defects and rework
Rework is visible inside the spec corpus itself: reports/ holds bug-hunt and verification write-ups (e.g.
2026-05-20-docker-wk-sim-bughunt.md, 2026-05-25-unified-db-verification.md), and plans such as
2026-04-07-delivery-review-fixes.md record review-driven fixes as first-class planned work. No defect-trend
comparison against pre-adoption development has been made yet.
Maintenance outcomes
Too early to judge, but the scale is notable: a v3 rewrite of a distributed IM platform executed spec-first,
pairing 276 design specs with 358 implementation plans in under four months. The stable v2 line continues to
ship tagged releases while the spec-driven v3 work proceeds on main; whether the dated, append-only spec
corpus stays navigable as it grows is the thing to watch here.
Timeline
-
Latest spec activity
"Improve cloud simulation analysis evidence (#577)".
-
v3 spec corpus imported
The "upgrade to v3" commit (300 files) landed the accumulated v3 design specs and plans, with filenames dating back to 2026-03-25.
-
superpowers directory created
First commit to `docs/superpowers/`: "docs: add docs-site design spec".