Issue tracker: Local Markdown
本 repo 的 issue 与 PRD 以 .scratch/ 下 markdown 文件存在。
Conventions(约定)
- 每 feature 一目录:
.scratch/<feature-slug>/ - PRD 为
.scratch/<feature-slug>/PRD.md - Implementation issue 为
.scratch/<feature-slug>/issues/<NN>-<slug>.md,从01编号 - 分诊 state 记录为每 issue 文件顶部附近的
Status:行(role 字符串见triage-labels.md) - Comment 与对话 history append 到文件 bottom 的
## Commentsheading 下
When a skill says "publish to the issue tracker"
在 .scratch/<feature-slug>/ 下 create 新文件(需要时 create 目录)。
When a skill says "fetch the relevant ticket"
Read 引用 path 的文件。User 通常直接传 path 或 issue number。