Skip to content

Feature Track v0.1.0

Latest

Choose a tag to compare

@JunsW JunsW released this 06 Jul 08:58

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-tracking skill
  • 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