Skip to content

Superpowers SSoT

Superpowers are high-level, structured procedural workflows that enforce disciplined methodologies across the Vox agentic network. Unlike basic tool calls, Superpowers are multi-phase execution graphs that orchestrate multiple agents and tools to achieve complex engineering goals.

  1. Planning-First: No Superpower may execute code without a verified and approved implementation plan.
  2. Verification-Locked: Completion is only granted when automated tests (TDD) and architectural audits pass.
  3. Cross-Agent Orchestration: Skills like Research and Review can trigger handoffs between specialized agents (e.g., Lane G for research synthesis).
SkillCategoryDescription
BrainstormStrategicHigh-level ideation and problem space exploration.
SpecifyStrategicFormalization of requirements into XML/Markdown specs.
PlanStrategicArchitecture of the execution graph and task decomposition.
TDDExecutionRed-Green-Refactor loop implementation.
DebugExecutionRoot-cause analysis and automated repair cycle.
RefactorExecutionImproving structure without behavior change.
ReviewVerificationalignment check against specifications and lint rules.
ResearchStrategicAutonomous context gathering from web/local corpora.
MockupExecutionBrowser-based UI prototype generation.
AuditVerificationSecurity and architectural boundary validation.
DocumentExecutionSynchronization of implementation and documentation.
OptimizeExecutionPerformance profiling and hotspot tuning.
SyncStrategicVCS management and conflict resolution.
DeployExecutionbuild, test, and release orchestration.
  • SkillRegistry: Tracks installed Superpowers and their associated prompts/instructions.
  • Orchestrator: Injects Superpower-specific continuation instructions into the agent context.
  • GUI Discovery: The SuperpowersCatalog provides a visual interface for activating and configuring these workflows.
  • Budgeting: Superpowers are subject to financial and attention budgets.
  • Rollout: Experimental Superpowers use a rollout percentage (default 0%) until hardened.
  • Shadow Mode: Superpowers can run in observation mode to collect telemetry without mutating the repository.