Tracker banner
cfdude cfdude

Tracker

Git community

Description

--- description: Make the conductor aware of an external issue tracker (Jira/GitHub/Linear) this project uses allowed-tools: Bash, Read --- Record (or update) the external **tracker** this repo mirrors conductor epics to. Tracker awareness is **optional and additive**. Whether or not you set it, the conductor already tracks everything locally — `.conductor/state.json` (the JSON system of record) and `PROJECT.md` (the generated Markdown view). A tracker block ONLY adds *mirroring* to an external

Installation

Installs to ~/.claude/skills/cfdude-pm-tracker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cfdude-pm-tracker && curl -fsSL https://raw.githubusercontent.com/cfdude/pm/HEAD/commands/tracker.md -o ~/.claude/skills/cfdude-pm-tracker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository