此仓库的 Issue 和规格说明(你或许把规格说明称为 PRD)以 markdown 文件形式存放在 .scratch/ 中。
Issues and specs (you may know a spec as a PRD) for this repo live as markdown files in .scratch/.
此仓库的 Issue 和规格说明(你或许把规格说明称为 PRD)以 markdown 文件形式存放在 .scratch/ 中。
.scratch/<feature-slug>/.scratch/<feature-slug>/spec.md.scratch/<feature-slug>/issues/<NN>-<slug>.md, numbered from 01 — never a single combined tickets fileStatus: line near the top of each issue file (see triage-labels.md for the role strings)## Comments heading.scratch/<feature-slug>/.scratch/<feature-slug>/spec.md.scratch/<feature-slug>/issues/<NN>-<slug>.md,从 01 开始编号——绝不要合并成单一的 tickets 文件Status: 行中(角色字符串见 triage-labels.md)## Comments 标题下Create a new file under .scratch/<feature-slug>/ (creating the directory if needed).
在 .scratch/<feature-slug>/ 下创建新文件(如需要则创建目录)。
Read the file at the referenced path. The user will normally pass the path or the issue number directly.
读取引用路径处的文件。用户通常会直接传递路径或 Issue 编号。
Used by /wayfinder. The map is a file with one child file per ticket.
由 /wayfinder 使用。地图是一个文件,每个工单对应一个子文件。
.scratch/<effort>/map.md — the Notes / Decisions-so-far / Fog body..scratch/<effort>/issues/NN-<slug>.md, numbered from 01, with the question in the body. A Type: line records the ticket type (research/prototype/grilling/task); a Status: line records claimed/resolved.Blocked by: NN, NN line near the top. A ticket is unblocked when every file it lists is resolved..scratch/<effort>/issues/ for files that are open, unblocked, and unclaimed; first by number wins.Status: claimed and save before any work.## Answer heading, set Status: resolved, then append a context pointer (gist + link) to the map's Decisions-so-far in map.md..scratch/<effort>/map.md——Notes / Decisions-so-far / Fog 正文。.scratch/<effort>/issues/NN-<slug>.md,从 01 开始编号,正文中包含问题。Type: 行记录工单类型(research/prototype/grilling/task);Status: 行记录 claimed/resolved。Blocked by: NN, NN 行。当其列出的每个文件都为 resolved 时,工单即解除阻塞。.scratch/<effort>/issues/ 中开放、未阻塞且未认领的文件;按编号第一个胜出。Status: claimed 并保存。## Answer 标题下追加答案,设置 Status: resolved,然后将上下文指针(gist + 链接)追加到 map.md 中地图的 Decisions-so-far。