About
This skill helps developers maintain portable Feature Track documentation throughout the feature lifecycle. It provides a default workflow for creating and updating feature docs during design, implementation, and review phases. Use it to ensure feature specifications stay current as behavior, decisions, and implementation details evolve.
Quick Install
Claude Code
Recommendednpx skills add JunsW/feature-track -a claude-code/plugin add https://github.com/JunsW/feature-trackgit clone https://github.com/JunsW/feature-track.git ~/.claude/skills/feature-trackingCopy and paste this command in Claude Code to install this skill
Documentation
Feature Tracking
Use Feature Track as the current operational memory for feature work. The neutral spec is the source of truth; this Codex skill is only an adapter.
Read references/spec.md before changing feature docs.
Default Workflow
Before feature work:
- Read
docs/features/README.mdif it exists. - Identify the feature id from the request, code module, route, domain name, or existing docs.
- Read
docs/features/<feature-id>/README.mdif it exists. - If no track exists, create one and add it to the index.
During work, update the feature track when behavior, decisions, endpoints, data models, dependencies, rollout constraints, tests, or source-of-truth links change.
Before completion:
- Update the feature README for the actual outcome.
- Update
docs/features/README.mdif status, source-of-truth links, dates, or notes changed. - Run validation when available:
python3 cli/feature_track.py validate --root .
If the project does not include this CLI, use scripts/validate_feature_tracks.py from this skill.
GitHub Repository
Frequently asked questions
What is the feature-tracking skill?
feature-tracking is a Claude Skill by JunsW. Skills package instructions and resources that Claude loads on demand, so Claude can perform feature-tracking-related tasks without extra prompting.
How do I install feature-tracking?
Use the install commands on this page: add feature-tracking to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does feature-tracking belong to?
feature-tracking is in the Meta category, tagged ai, api, and design.
Is feature-tracking free to use?
Yes. feature-tracking is listed on AIMCP and free to install.
Related Skills
This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.
SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
