Sokuji
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.
Reviewed last month · Jul 19, 2026
- Stars
- 1.1K
- Contributors
- 10
- Open issues
- 36
- Age
- 1.4 years
- Last push
- 3 hours ago
- Latest release
- v0.39.0 Aug 25, 2026
View weekly commit data
| Week starting | Commits |
|---|---|
| Aug 23, 2026 | 111 |
| Aug 16, 2026 | 117 |
| Aug 9, 2026 | 181 |
| Aug 2, 2026 | 11 |
| Jul 26, 2026 | 27 |
| Jul 19, 2026 | 130 |
| Jul 12, 2026 | 254 |
| Jul 5, 2026 | 96 |
| Jun 28, 2026 | 212 |
| Jun 21, 2026 | 311 |
| Jun 14, 2026 | 3 |
| Jun 7, 2026 | 0 |
| May 31, 2026 | 19 |
| May 24, 2026 | 106 |
| May 17, 2026 | 156 |
| May 10, 2026 | 71 |
| May 3, 2026 | 51 |
| Apr 26, 2026 | 8 |
| Apr 19, 2026 | 20 |
| Apr 12, 2026 | 22 |
| Apr 5, 2026 | 24 |
| Mar 29, 2026 | 43 |
| Mar 22, 2026 | 44 |
| Mar 15, 2026 | 102 |
| Mar 8, 2026 | 55 |
| Mar 1, 2026 | 50 |
| Feb 22, 2026 | 32 |
| Feb 15, 2026 | 30 |
| Feb 8, 2026 | 0 |
| Feb 1, 2026 | 0 |
| Jan 25, 2026 | 14 |
| Jan 18, 2026 | 29 |
| Jan 11, 2026 | 18 |
| Jan 4, 2026 | 10 |
| Dec 28, 2025 | 0 |
| Dec 21, 2025 | 2 |
| Dec 14, 2025 | 5 |
| Dec 7, 2025 | 0 |
| Nov 30, 2025 | 7 |
| Nov 23, 2025 | 18 |
| Nov 16, 2025 | 4 |
| Nov 9, 2025 | 3 |
| Nov 2, 2025 | 1 |
| Oct 26, 2025 | 2 |
| Oct 19, 2025 | 0 |
| Oct 12, 2025 | 8 |
| Oct 5, 2025 | 1 |
| Sep 28, 2025 | 12 |
| Sep 21, 2025 | 8 |
| Sep 14, 2025 | 34 |
| Sep 7, 2025 | 9 |
| Aug 31, 2025 | 14 |
Metrics updated Aug 27, 2026 · collected automatically from the GitHub API
Spec structure
- Location
docs/superpowers/- Formats
- Markdown, HTML
- Notes
plans/holds 121 dated implementation plans (e.g.2026-04-04-audio-pipeline-redesign.md,2026-07-19-soniox-both-single-session.md) andspecs/holds 95 design documents (e.g.2026-06-21-native-python-sidecar-local-inference-design.md), plus a one-filenotes/spike log and an HTML mockup indemos/. Plans carry the framework's agent boilerplate (superpowers:executing-plans,superpowers:subagent-driven-development) and link back to their design specs.
Assessment drift: none
Spec-to-code drift
None observed. 276 commits have touched docs/superpowers/ since adoption in March 2026, and the newest one
landed on the same day as the repository’s latest push and the v0.33.0 release — in a project that ships
near-daily, the spec path keeps pace exactly. Plans for in-flight work are dated to the current day
(plans/2026-07-19-soniox-both-single-session.md), and follow-up fixes update the plan documents in the same
commits as the code.
Defects and rework
Not yet assessed as a trend. What is visible now is that rework is recorded inside the spec corpus itself: plans receive self-review revisions before execution (e.g. “docs(plans): concretize mode selector in Soniox both-session plan (self-review)”) and design specs gain dated addenda that newer plans cite, so the paper trail from defect to plan change is unusually legible for a future review.
Maintenance outcomes
Too early to score, but the tempo is notable: a small team (seven contributors) has shipped frequent tagged
releases while routing roughly a plan-plus-spec pair per feature through docs/superpowers/, including a
ten-phase plan decomposition for a native local-inference sidecar that later shipped as its own
sidecar-v0.1.x release line. Whether the plan discipline survives contributor growth is the thing to watch.
Timeline
-
Latest spec activity
Spec-path commit 'fix(soniox): discard connect/reconnect that completes after disconnect; fail streams fast on pre-open close' landed the same day as the `v0.33.0` release.
-
Major migration decomposed into phase plans
A native Python sidecar for local inference was planned as one design spec plus ten phase plans landed over a single day, starting with 'docs(native): Python-sidecar local-inference design + Phase 1 plan'.
-
Superpowers adopted
First plan file (`plans/2026-03-13-unify-main-panels.md`) added in commit 'refactor(ui): unify MainPanel and SimpleMainPanel into single component'; the first design spec ('docs: add SignPath Windows code signing design spec') followed the next day.