⚡ jev-superpowers

September 18, 2026 · View on GitHub

⚡ jev-superpowers

Systematic agentic software development upgraded with TypeSafe Jev System One typed decisions.

License: MIT TypeSafe Jev CI Ecosystem

By Akash Priyadarshi

WhyCore SuperpowersThe Toolchain SuiteQuickstartUsage GuideArchitectureNon-GoalsEcosystem


Why

Autonomous coding agents equipped with standard development methodologies still fail in predictable, expensive ways:

  • Hallucinated Packages: Agents invent fake npm packages or dead crates during implementation planning.
  • Arbitrary Architecture Guessing: Agents flip coins on stack decisions and database choices during brainstorming without calibrated confidence.
  • Unchecked Destructive Execution: Agents run destructive shell commands or push unverified git commits containing credentials or bugs.
  • Premature Turn Completion: Agents declare tasks "done" based on optimistic assumptions rather than verified evidence.

jev-superpowers upgrades the battle-tested obra/superpowers methodology with TypeSafe AI Jev System One (jev-1.13.0). Every architectural fork, dependency selection, shell command, and completion check is gated by sub-second deterministic mathematical judgments.

Empirical Benchmarks

MetricStandard Agent Superpowersjev-superpowers Upgrade
Package Hallucination Rate~14% unvetted libraries0.0% (pre-screened via jev-scout)
Architectural Gate Latency3.5s – 12s (generative LLM)70ms – 120ms (TypeSafe Jev System One)
Per-Decision Verification Cost~$0.015 – $0.030$0.00001 (250k tok/sec, $0.042/Mtok)
Pre-Commit Diff ScreeningManual / noneSub-second automated gate (git-jev)
Local Test Suite RunN/A< 400ms (7/7 passing offline tests)

Core Superpowers

SkillPhaseStandard Superpowerjev-superpowers Upgrade
jev-brainstormingIdeationbrainstormingjev-axi pick trade-off convergence with calibrated confidence (>0.80>0.80)
jev-writing-plansPlanningwriting-plansjev-scout zero-hallucination crate & repository verification
jev-executing-plansExecutionexecuting-plansjev-guard command safety + git-jev pre-commit reflex gate
jev-systematic-debuggingTriagesystematic-debuggingjev-axi triage error analysis + Jev Score hypothesis ranking
jev-verificationCompletionverification-before-completionlimpet turn stop-hook + supercov quality anti-pattern scoring

The Toolchain Suite

jev-superpowers orchestrates dedicated single-purpose tools powered by TypeSafe Jev System One:

ToolRoleInstall CommandRepository / Package
git-jevSub-second Git pre-commit & pre-push reflex gatePrecompiled binary / cargo installAkashPriyadarshii/jev-git
jev-scoutZero-hallucination crate & repo scoutcargo install jev-scoutAkashPriyadarshii/jev-scout
jev-axiFast System One diff review, error triage & choice picknpm install -g jev-axishiftynick/jev-axi
jev-guardDestructive shell command filter (<80ms)Installed with jev-axi / standaloneleepokai/jev-guard
supercovJev code quality & anti-pattern oraclenpm install -g supercovsupercorp-ai/supercov
limpetAgent stop-hook completion policy gatePrecompiled binary / cargo installKSym04/limpet
jev-seoZero-cost SEO/GEO audit radar & citation scoringcargo install jev-seoAkashPriyadarshii/jev-seo

For detailed recipes and terminal execution traces of each gate, see the Full Usage & Recipes Guide (docs/USAGE.md).


Quickstart

1. One-Line Installation

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/AkashPriyadarshii/jev-superpowers/master/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/AkashPriyadarshii/jev-superpowers/master/install.ps1 | iex

2. Configure Your ₹0 Jev API Key

export TYPESAFE_API_KEY="your_api_key"
# Windows PowerShell: $env:TYPESAFE_API_KEY = "your_api_key"

Get a free API key at console.typesafe.ai.

3. Verification Output

Run the offline test suite:

Running jev-superpowers offline verification suite...
  PASS: jev-using-superpowers has valid frontmatter
  PASS: jev-brainstorming has valid frontmatter
  PASS: jev-writing-plans has valid frontmatter
  PASS: jev-executing-plans has valid frontmatter
  PASS: jev-systematic-debugging has valid frontmatter
  PASS: jev-verification has valid frontmatter
  PASS: Cross-platform installers verified (install.sh, install.ps1)

Test results: 7 passed, 0 failed.

Architecture

jev-superpowers/
├── .github/workflows/test.yml     # Automated offline validation
├── docs/PRD.md                    # Product requirements
├── docs/DESIGN.md                 # System design
├── docs/ARCHITECTURE.md           # Architecture flow
├── docs/HANDOFF.md                # Maintenance guide
├── docs/USAGE.md                  # Usage guide & recipes
├── memory/DECISIONS.md            # Jev decision log
├── scripts/test.ps1               # Windows test harness
├── scripts/test.sh                # Unix test harness
├── skills/jev-using-superpowers/  # Root router
├── skills/jev-brainstorming/      # Ideation & Jev convergence
├── skills/jev-writing-plans/      # Planning & crate verification
├── skills/jev-executing-plans/    # Execution & safety shield
├── skills/jev-systematic-debugging/ # Error triage & root cause
├── skills/jev-verification/       # Completion gate
├── install.ps1                    # Windows installer
├── install.sh                     # Linux/macOS installer
├── CLAUDE.md                      # Repo guidelines
├── AGENTS.md                      # Agent rules
├── STATE.md                       # Milestone tracker
├── CHANGELOG.md                   # Release log
├── LICENSE                        # MIT License
└── README.md                      # Documentation

Non-Goals

  • Not a chat agent: Does not provide a conversational chatbot; strictly provides structured agent skills.
  • No cloud execution: All checks run locally via native CLIs on your laptop.
  • No multi-agent swarm bloat: Zero heavy orchestration frameworks or Docker containers.

Ecosystem

  • design-genius — Autonomous design system intelligence for web applications
  • akash-design-engineering — High-performance editorial brutalist design tokens and cookbook
  • tdlib-android — Precompiled TDLib native binaries for all 4 Android ABIs
  • kharcha — India-first offline-first UPI expense tracker for Android

Author

Akash Priyadarshi
Patna, Bihar, India

Social: X / TwitterThreadsInstagramReddit


Built with TypeSafe AI System One models for zero-hallucination autonomous engineering.