Initial open-source release of Feature Track.
Feature Track is lightweight, repo-native shared memory for AI coding agents. It helps Codex, Claude Code, and other coding tools stay aligned on long-lived features through Markdown feature tracks under docs/features/.
Highlights:
- Repo-native feature memory structure under
docs/features/ - Lightweight Python CLI for
init,add,validate, and adapter installation - Codex plugin package with bundled
feature-trackingskill - Claude Code plugin package and marketplace metadata
- Real project feature tracks used as examples
- CI validation for feature memory drift and Python syntax
Good fit for:
- Teams and solo developers using AI coding agents
- Brownfield repos with scattered PRDs, API notes, plans, and implementation context
- Projects that want durable feature context without adopting a full spec workflow
Notes:
- Markdown files in
docs/features/are the source of truth - Plugins and CLI commands help create, maintain, and validate that structure
- This first release focuses on local-first feature memory for Codex and Claude Code workflows