Skip to content

Releases: jschulte/claude-plugins

StackShift v2.3.0

Choose a tag to compare

@jschulte jschulte released this 01 Mar 02:32

StackShift v2.3.0

New Features

Backward Compatibility for v1.x Reverse-Engineering

  • bmad-synthesize now works with 9-doc output from StackShift v1.x
  • business-context.md and decision-rationale.md are optional with fallback sources
  • Coverage: ~85% average with 9 docs vs ~100% with full 11

New Skills

  • integration-analysis — Cross-system dependency mapping and functionality tiering
  • portable-extract — Extract business rules and personas as portable artifacts
  • portable-transplant — Map portable artifacts to a target stack and generate epics

Installation

/install-plugin https://github.com/jschulte/claude-plugins

Or update existing installation:

/install-plugin https://github.com/jschulte/claude-plugins

StackShift v2.0.0

Choose a tag to compare

@jschulte jschulte released this 12 Feb 13:32

StackShift v2.0.0

Major release with new capabilities and testing infrastructure.

New Features

  • BMAD Synthesis — Auto-generate PRD, Architecture, Epics, and UX Design from reverse-engineering docs (three modes: YOLO, guided, review)
  • Architecture Generation — Generate architecture documents with Mermaid diagrams, ADRs, and constraint analysis
  • Multi-Repo Reimagine — Load docs from multiple repos, extract capability map, brainstorm a reimagined system
  • Incremental Doc Refresh — Update reverse-engineering docs based on git changes since last generation

Testing & Quality

  • 98 unit tests across 5 test suites (vitest)
  • TypeScript type checking in CI
  • Structural plugin validation script
  • CI pipeline with typecheck, test, and validate-plugin jobs

Fixes

  • Fixed topological sort bug in roadmap prioritizer (dependency ordering was reversed)
  • Version alignment across all package files (plugin.json, marketplace.json, package.json)

Breaking Changes

  • Legacy commands/ and templates/ directories removed (functionality moved to skills)