# Issue tracker: Local Markdown Issues and PRDs for this project live as markdown files under `docs/`. ## Conventions - The PRD is `docs/PRD.md` (narrative) and `docs/prd.json` (machine-readable story list used by ralph) - Implementation issues (user stories) are `docs/issues/-.md`, numbered from `01` - Triage state is recorded as a `Status:` line near the top of each issue file (see `triage-labels.md` for the role strings) - ADRs (architecture decisions) are `docs/adr/-.md`, numbered from `0001` - Comments and conversation history append to the bottom of the file under a `## Comments` heading ## When a skill says "publish to the issue tracker" Create a new file under `docs/issues/` following the numbering convention. ## When a skill says "fetch the relevant ticket" Read the file at the referenced path. The user will normally pass the path or the issue number directly.