Skip to content

v0.5.0

Choose a tag to compare

@cmj0121 cmj0121 released this 24 Feb 04:27
· 209 commits to main since this release

v0.5.0

Highlights

All skills rewritten with structured phased workflows, bumped to v0.5.0.

Changes

  • proj-ideatender: 3-phase workflow (Analysis → Idea Generation → Handoff), cache-based persistence to auto-memory directory
  • git-committer: 4-phase workflow (Check template → Analyze → Generate → Merged Commit), user checkpoint for merges
  • spec-writer: 3-phase workflow (Understand → Draft and Review → Finalize), code-reviewer integration
  • code-reviewer: 4-phase workflow (Code Stage Review → Quality Checklist → Security Review → Verdict), differentiated user/skill behavior
  • code-partner: 4-phase workflow (Understand and Plan → Implement/Review/Commit → Merge → Lessons Learned), detailed implementation and bug-fix methodology
  • shortcut: Simplified dispatch rules

Removed

  • context-checker: Plugin removed entirely along with all references
  • Machine-readable result blocks removed from all skills (__IDEAS_GENERATED__, __COMMIT_RESULT__, __SPEC_RESULT__, __SESSION_RESULT__, __DISPATCH_RESULT__)

Fixes

  • Grammar and language issues fixed across all skills
  • Version consistency enforced across SKILL.md, plugin.json, and marketplace.json