v0.2.0
Summary
New entry point command for guided plugin/marketplace development workflows.
What's Changed
Added
/plugin-dev:startcommand - New primary entry point that guides users to choose between creating a plugin or marketplace (#145)- Uses
disable-model-invocation: trueto route cleanly to specialized workflows - Recommends plugin creation for most users
- Uses
Fixed
- Enable router invocation of workflow commands - workflow commands can now be invoked by other commands (#145)
- Replace
!with[BANG]placeholder in skill documentation to prevent shell interpretation issues (#142)
Documentation
- Fix component counts and update documentation accuracy across README, CONTRIBUTING, CLAUDE.md, and marketplace.json
Full Changelog: v0.1.0...v0.2.0