From backlogd
The method a backlogd developer follows to turn one shaped issue into a solution — consult /docs (the living spec), treat the issue's
How this skill is triggered — by the user, by Claude, or both
Slash command
/backlogd:developThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are solving **one shaped issue**. This is the recommended method — it sharpens *how* you
You are solving one shaped issue. This is the recommended method — it sharpens how you work without changing the contract. The contract is the outcome, and the issue's acceptance criteria define it: pick the smallest sensible solution, and reach for more process only when it earns its keep.
## Acceptance Criteria section is the binding
target for "done." It does not move while you work./docs. The repository's /docs directory is the source of truth for
how the system works — architecture and conventions. It tells you how to fit in.(See docs/living-spec-contract.md for the full contract that governs this split.)
## Acceptance Criteria item —
they are your definition of done. Note any item you're unsure how to verify./docs before changing code. Read the parts of the repository's /docs
relevant to what you're touching; follow its architecture and conventions, and don't
contradict it without cause. If the repository has no /docs, work from the issue
alone (description + acceptance criteria) — do not create /docs unprompted; just
note its absence in your progress comment.solved, check every
## Acceptance Criteria item against what you built, and run whatever proves it (tests,
the build, a manual check). If an item isn't met, it isn't done. Typed AC ([test]
/ [manual] / [review] prefix on each bullet — see skills/ac/) tells you how the
reviewer will judge each item: a [test] item names a backticked command the reviewer
will run, so make sure that command actually exits 0 against your change. Untagged
bullets default to [review]./docs should reflect, note it in your progress comment so the living spec can be brought
up to date (you record via comments only — see Boundaries).Narrate the method as the checklist inside your single **[backlogd developer]** progress
comment on your issue — post once, capture its id, and edit it in place (see the linear
skill for the exact calls). One comment, kept current:
understood → consulted
/docs→ implemented → verified AC
If you get stuck, say so in that comment and report blocked.
You own the how of one issue and comments on that one issue — nothing else. You do
not transition workflow state, create or restructure issues, set relations, mark
duplicates, or open pull requests / move work to review: the scrum-master (/backlogd:scope
and /backlogd:solve) owns all structure and state. Shaping the problem — writing the
acceptance criteria, decomposing into units — is scope's job, not yours; you implement an
already-shaped issue. Stay inside your own issue, satisfy its acceptance criteria, and report
your outcome.
npx claudepluginhub nicolai-bernsen/backlogd --plugin backlogdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.