Skip to content

v0.5.0 - Claude Code Plugin (Strategy B) πŸ”Œ

Latest

Choose a tag to compare

@flight505 flight505 released this 17 Oct 01:07
· 19 commits to main since this release

Added - Claude Code Plugin (Strategy B) πŸ”Œ

Milestone: Premium bundled experience for Claude Code users!

Claude Code Plugin Repository Created βœ…

Plugin Components

Slash Commands (6 total):

  • /spec - Create or refine specification
  • /plan - Generate implementation plan
  • /tasks - Break down into actionable tasks
  • /progress - View progress report with analytics
  • /validate - Check specification quality
  • /next - Show next actionable tasks

Specialized Agents (3 total):

  • @spec-writer - Expert at creating validated specifications
  • @plan-architect - Expert at designing technical implementation plans
  • @task-manager - Expert at managing tasks and tracking progress

MCP Server Integration:

  • .mcp.json configures mcp-dincoder@latest automatically
  • No manual MCP setup required
  • Version-locked for stability

Plugin vs MCP Server Only

Feature Plugin MCP Server Only
Slash Commands βœ… /spec, /plan, etc. ❌ Use tool names directly
Specialized Agents βœ… @spec-writer, etc. ❌ Not available
Documentation βœ… Auto-loaded CLAUDE.md ❌ Manual reference
Installation βœ… One command ⚠️ Manual MCP config
Updates βœ… Version-locked ⚠️ Manual upgrade

Main Repository Updates

  • README.md: Added "Claude Code Plugin (Premium Experience)" section
  • Version: Bumped to 0.5.0 in package.json
  • Documentation: Highlighted plugin as recommended experience

Integration Strategy Progress

  • Strategy A (MCP Prompts): βœ… Complete (v0.4.0)
  • Strategy B (Claude Code Plugin): βœ… Complete (v0.5.0)
  • Strategy C+D (VS Code/Codex): πŸ“‹ Next
  • Strategy E (Templates): πŸ“‹ Planned

Technical Details

Impact

  • Best Experience: Plugin provides streamlined Claude Code workflow
  • Discoverability: Slash commands visible in command palette
  • Expert Guidance: Agents provide phase-specific expertise
  • Automatic Updates: Plugin version locks MCP server version
  • Team Sharing: Plugin can be distributed via marketplaces