v1.3.0 — Superpowers integration
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
SeedRegistrypattern 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