Releases: jschulte/claude-plugins
Releases · jschulte/claude-plugins
Release list
StackShift v2.3.0
StackShift v2.3.0
New Features
Backward Compatibility for v1.x Reverse-Engineering
bmad-synthesizenow works with 9-doc output from StackShift v1.xbusiness-context.mdanddecision-rationale.mdare 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 tieringportable-extract— Extract business rules and personas as portable artifactsportable-transplant— Map portable artifacts to a target stack and generate epics
Installation
/install-plugin https://github.com/jschulte/claude-pluginsOr update existing installation:
/install-plugin https://github.com/jschulte/claude-pluginsStackShift v2.0.0
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/andtemplates/directories removed (functionality moved to skills)