loglisted
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