Skip to content

v1.3.0 — Superpowers integration

Choose a tag to compare

@baljanak baljanak released this 13 Apr 06:27
· 4 commits to main since this release
53bded0

Features

  • Superpowers integration — auto-detects the Superpowers plugin and seeds 8 methodology decisions (TDD, design-first, systematic debugging, subagent-driven development, git worktrees, verification-before-completion, detailed plans, spec-before-quality)
  • Decision extraction from specs/plans — scans Superpowers spec and plan files (docs/superpowers/specs/, docs/superpowers/plans/) for trade-offs and approach choices, nudges the agent to capture them as decisions on first implementation edit
  • General SeedRegistry pattern for plugin-aware decision seeding, extensible to other plugins

How it works

Install both plugins — no configuration needed. On first session, 8 methodology decisions are seeded and committed to git. When Superpowers writes a design spec or implementation plan, Code Decisions scans it for architectural choices and nudges the agent to capture them so they surface automatically for teammates editing affected files.

Full changelog: v1.2.1...v1.3.0