Claude Code Plugin Feature Tracking

July 6, 2026 ยท View on GitHub

Current Status

Feature Track now includes a Claude Code plugin path alongside the Codex plugin path. The Claude Code plugin packages the Feature Tracking workflow as a marketplace-installable skill while keeping the Python CLI as the portable engine for direct project setup and validation.

Source Of Truth

Current Behavior

  • Claude Code users can add this repository as a plugin marketplace after the repository is published or cloned locally.
  • The plugin installs as feature-track@feature-track.
  • The bundled skill is invoked as /feature-track:feature-tracking.
  • The plugin ships only a skill and local references in v0.1.0; it does not add hooks, MCP servers, LSP servers, or monitors.
  • The existing install claude-code CLI adapter remains available for project-local .claude/commands and CLAUDE guidance.

Decisions

  • Package Claude Code support as a single-skill plugin first, matching the current stable Feature Track behavior.
  • Keep the Claude plugin separate from the Codex plugin directory because each ecosystem uses different manifest directories and marketplace schemas.
  • Use .claude-plugin/marketplace.json at the repository root so Claude Code can add the GitHub repository as a marketplace.
  • Keep older .claude/commands adapter support for users who prefer project-local commands.

Known Risks

  • Public install docs need the final GitHub owner/repository path before release.
  • The Claude plugin skill copy can drift from the Codex skill copy unless updates keep both plugin packages synchronized.
  • Community marketplace submission requires claude plugin validate and Anthropic review before users can install from claude-community.

Changelog

  • 2026-07-06: Added Claude Code plugin wrapper, marketplace metadata, and README installation instructions.