Add capture/triage inbox loop; dogfood AGENTS.md/ROADMAP; document git-tracking standard

Introduce the cross-project capture->triage->roadmap loop: /capture appends an
idea or bug to INBOX.md from any repo (new-project ideas included), /triage drains
a project's items into its AGENTS.md or ROADMAP.md. Give the standards repo its own
AGENTS.md (+ CLAUDE.md symlink) and ROADMAP.md so it follows its own standard, and
add a 'What git tracks' section to portability.md plus the canonical .gitignore
block answering what is committed vs gitignored around .claude and symlinks.
This commit is contained in:
Keysat
2026-06-14 10:36:36 -05:00
parent b9dd7288c4
commit 9e5c42c25f
11 changed files with 483 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
---
description: Log an idea or bug to the cross-project inbox (INBOX.md in the standards repo) from any repo, without acting on it
argument-hint: the idea or bug — optionally name the project, type, and priority
allowed-tools: Bash(git:*), Read, Edit, Write
---
Capture a quick note into the cross-project inbox. Do not act on it — just record it
durably and confirm.
What to capture (the note, optionally with project / type / priority): $ARGUMENTS
Your complete guide — the fields to parse, the inbox line format, and the commit/push step
that makes the note durable — is at:
~/Projects/standards/guides/capture.md
Read it in full first, then follow it exactly. If you cannot read that file, stop and
report precisely that — do not improvise the capture or drop the note.
+20
View File
@@ -0,0 +1,20 @@
---
description: Drain this project's items from the cross-project inbox (INBOX.md) into its AGENTS.md Current state or ROADMAP.md, with your approval
argument-hint: [optional focus, e.g. "just the bugs"]
allowed-tools: Bash(git:*), Read, Edit, Write, Grep, Glob
---
Triage the cross-project inbox for the repository in the current working directory: route
this repo's captured items to where they belong, then clear them from the inbox.
Optional focus from me (may be empty): $ARGUMENTS
Your complete guide — how to select this repo's items, the routing destinations, the
approval gate, and the two-repo commit — is at:
~/Projects/standards/guides/triage.md
Read it in full first, then follow it exactly. If you cannot read that file, stop and
report precisely that — do not improvise the triage.
Routing decisions are mine: propose a destination for each item and wait for my approval
before editing any project file or removing anything from the inbox.