← ClaudeAtlas

loglisted

Capture front door. Logs 1..N observations into docs/backlog.md (BUG / DEBT / GAP), classified + deduped on Sonnet. Use when the user says "log this", "track that", "note this down", or types `/super-bootstrap:log <observation>` — and when Claude needs to file its own findings (out-of-scope findings from a review, audit, or returned subagent report). Dispatches the `log` subagent so classify + write run off the gateway model. Captures raw — the real/worth/now call is triage's at `/super-bootstrap:todo` pickup. Does NOT triage (that is the `/super-bootstrap:todo` triage lane). Feature ideas log as GAP.
RockyHong/super-bootstrap · ★ 2 · AI & Automation · score 71
Install: claude install-skill RockyHong/super-bootstrap
# Log — Capture Front Door Muscle-memory capture. Takes whatever the caller hands it — one observation or a batch — classifies each into **BUG / DEBT / GAP**, dedups against open rows, and writes canonical rows to `docs/backlog.md`. Capture is unconditional (bugs, debt, design gaps, unverified ideas all land); the real/worth/now call runs at `/super-bootstrap:todo` triage on pickup. The thinking runs in the `log` subagent (`agents/log.md`, `model: sonnet`); this skill is the dispatch shell. All new backlog rows route through here — user-initiated and Claude-initiated captures alike. ## When it fires - **User** — explicit `/super-bootstrap:log <observation>`, or natural-language "log this / track that / note this down". - **Claude** — its own captures: a bug spotted mid-task, the out-of-scope findings a review or returned subagent surfaced. Batch them into one invocation — never one dispatch per finding. **A card is owed only for deferred or dropped work** — work that exits the current flow incomplete. Work completed in-flow, whoever directed it, carries no card debt. The trigger is completion-state (observable), not worth. Out of lane: **triage** (root-cause investigation → the `/super-bootstrap:todo` triage lane). Feature ideas and unverified hunches are in lane — they log as GAP. This skill creates new backlog rows only. ## Arguments The argument is the raw observation(s). Free-form. May be one item or many (a list, a pasted findings block). The skill does not parse