# Junsw Feature Track Claude Code

> Feature Track

- Skill: `tuyv/junsw-feature-track-claude-code` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add tuyv/junsw-feature-track-claude-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tuyv/junsw-feature-track-claude-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tuyv (https://skillmd.com/u/tuyv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tuyv/junsw-feature-track-claude-code

---

# Feature Track

Use Feature Track for feature-level project memory.

Before feature work:

1. Read `docs/features/README.md` if it exists.
2. Identify the feature id from the request, code module, route, domain name, or existing docs.
3. Read `docs/features/<feature-id>/README.md` if it exists.
4. 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 track and run:

```bash
python3 cli/feature_track.py validate --root .
```

Feature Track spec: `spec/feature-track-spec.md`


