Finding BACKLOG.md and workspace paths¶
Canonical backlog file: BACKLOG.md at the workspace (repository) root — same level as PROJECT_CONTEXT.md and activeContext.md.
Full path (this machine):
/Users/victoriacrosby/Desktop/Cursor/BACKLOG.md
Shorthand: ~/Desktop/Cursor/BACKLOG.md (~ = /Users/victoriacrosby).
In Cursor¶
- Quick Open:
Cmd+P(Mac) orCtrl+P(Windows/Linux), typeBACKLOG, chooseBACKLOG.md. - Explorer: Left sidebar → open your
Cursorworkspace folder →BACKLOG.mdis at the top level.
Copy path or reveal in Finder¶
- Open
BACKLOG.md, then right‑click the editor tab → Reveal in Finder or Copy Path (wording varies by Cursor/VS Code version).
In Terminal¶
cd ~/Desktop/Cursor
ls BACKLOG.md
open BACKLOG.md # optional: opens in default app
Related¶
- Backlog rules:
.cursor/rules/backlog-prioritization.mdc,.cursor/rules/backlog-notify.mdc - Quick add rows: type
a2b+ Tab inBACKLOG.md(see../snippets/backlog-shortcut.md) - Philosophy:
../../cursor-knowledge/backlog-philosophy.md