← ClaudeAtlas

backloglisted

View and manage pending backlog items. Use when user says '/backlog', '/backlog insights', '/backlog clear', 'what's pending', 'show backlogs', 'check backlog status'.
mikeprasad/aria-knowledge · ★ 12 · AI & Automation · score 63
Install: claude install-skill mikeprasad/aria-knowledge
# /backlog — Backlog Viewer & Manager View pending items across all four backlogs, or manage entries. ## Step 0: Resolve Config Read `~/.gemini/antigravity/aria-knowledge.local.md` and extract `knowledge_folder`. If the file doesn't exist, stop: "aria-knowledge is not configured. Run /setup to get started." Set backlog paths: - `{knowledge_folder}/intake/insights-backlog.md` - `{knowledge_folder}/intake/decisions-backlog.md` - `{knowledge_folder}/intake/extraction-backlog.md` - `{knowledge_folder}/intake/rules-backlog.md` ## Step 1: Parse Argument - **No argument:** go to Step 2 (overview) - **`insights`**, **`decisions`**, **`extraction`**, or **`rules`:** go to Step 3 (detail view) - **`clear [type] [date]`:** go to Step 4 (clear entries) ## Step 2: Overview Mode Read all four backlog files. For each, count the number of `### YYYY-MM-DD` entries after the `---` separator and find the most recent date. **If any backlog file is missing**, show "missing — run /setup to repair" instead of a count for that file. Output: ``` ## Pending Backlogs - Insights: N entries (latest: YYYY-MM-DD) - Decisions: N entries (latest: YYYY-MM-DD) - Extraction: N entries (latest: YYYY-MM-DD) - Rules: N entries (latest: YYYY-MM-DD) ``` If a backlog has no entries (or contains only placeholder text like "(No pending insights)" or "(No pending rules)"), show 0 entries. ## Step 3: Detail View Read the requested backlog file. Output all entries after the `---` separator. If no entries: "No