Setting the file. One moment.
Chapter 12 · Setup Matt Pocock Skills
Subchapter 12.5
issue-tracker-local.mdMarkdown2 KBView on GitHub
Issues and specs for this repo live as markdown files in .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 headingCreate a new file under .scratch/<feature-slug>/ (creating the directory if needed).
Read the file at the referenced path. The user will normally pass the path or the issue number directly.
Used by /wayfinder. The map is a file with one child file per ticket.
.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.