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
- Product intro and install path: README
- Claude marketplace: marketplace.json
- Plugin manifest: plugin.json
- Bundled skill: SKILL.md
- Neutral spec: feature-track-spec.md
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-codeCLI adapter remains available for project-local.claude/commandsand 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.jsonat the repository root so Claude Code can add the GitHub repository as a marketplace. - Keep older
.claude/commandsadapter 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 validateand Anthropic review before users can install fromclaude-community.
Changelog
- 2026-07-06: Added Claude Code plugin wrapper, marketplace metadata, and README installation instructions.