From kronael
The `bugs.md` open-issues queue — entry format, lifecycle, pruning to diary. NOT for the record-don't-fix policy (that's CLAUDE.md Bug Triage Protocol), NOT for resolved-bug history (use /diary), NOT for feature backlog (use TODO.md/specs).
How this skill is triggered — by the user, by Claude, or both
Slash command
/kronael:bugsWhen to use
log this bug, open issues, what's broken, what's the queue, prune bugs.md, audit-record-only, debugging-but-not-fixing-now
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`bugs.md` at the project root is the **open-issues queue**. Complementary to
bugs.md at the project root is the open-issues queue. Complementary to
.diary/ (the resolution log) and TODO.md (forward-looking backlog:
features, refactors).
Policy is in CLAUDE.md "Bug Triage Protocol" — record during audits, never fix on discovery, let the user prioritise. This skill is the file mechanics only; do not restate the policy.
TODO.md or a new specH2 heading per entry. Date in parens; status appended once resolved.
## <one-line title> (<YYYY-MM-DD>[, open | partial | fixed])
<paragraph: what's broken, observed impact, suspected root cause>
- **Severity:** high | medium | low
- **Scope:** <subsystem / area>
- **Affected:** <component(s) or instance(s)>
- **Source:** <file:line OR log timestamp>
- **Status:** open | in-progress | resolved-not-yet-removed
- **Fix:** <commit SHA if fixed, else blank>
✅ FIXED <date> to the
title and fill the Fix line with the commit SHA. Keep the entry..diary/YYYYMMDD.md note
citing the bug title + commit SHA (see /diary), then delete from
bugs.md.Remove an entry only after all three hold: fixed-in-code (or closed
won't-fix), referenced in the diary, and deployed to affected targets (or
marked not-deployed). Invoke with prune to sweep ✅-marked entries.
If a project accumulates issue reports in multiple scratch files, consolidate
into root bugs.md periodically (per release, or on request via aggregate):
bugs.md ".Scratch files stay as-is; the owner wipes them after merge.
.diary/ — resolution logTODO.md — forward-looking backlog (features, refactors)bugs.md — open-issues queue (this skill)specs/ — design surface (specs may reference bugs by anchor)npx claudepluginhub kronael/tools --plugin kronaelGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.