agentsclimarketplace

Backlog recall

Skill loremaster-ai/loremaster/client-template/.claude/skills/backlog-recall

AI scrum-master / PM skill pack for Hermes Agent — living project wiki (lore vault), human-approval gates, conflict detection

Install
npx -y skills add loremaster-ai/loremaster --skill backlog-recall

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Triggers after a large-scale plan change (PRD edited in Slack → reflected in the wiki) when an already-started backlog item must be re-kicked-off against the new plan — e.g. "/backlog-recall PROJ-32" — freshening the local lore vault, discarding the old decision/progress, and re-running backlog-kickoff (the re-kickoff reads the lore vault directly).

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, 445 tokens by cl100k_base, as published. Nobody here has run it

Backlog re-kickoff — absorb a large-scale plan change

When the plan changes substantially in Slack, an already-started backlog item's decision/progress are based on the old plan — discard them and re-lay them against the new plan.

0. Input

  • Argument = the issue key (<KEY>-N, e.g. PROJ-32 — a.k.a. ticket). If missing, ask the user.

1. Get the latest plan (local lore vault)

  • vault = the project's lore-vault clone (e.g. a sibling checkout ../<project>-lore-vault/; raw/ and wiki/concepts/ sit directly at the vault root). Freshen: git -C ../<project>-lore-vault pull --ff-only -q (proceed even if it fails).
  • Do not copy into repo docs/ — the re-kickoff (backlog-kickoff in Step 3) reads the PRD, decisions, and concepts directly from the lore vault raw/ and wiki/concepts/. (The plan's source = the lore vault.)

2. Discard this item's old artifacts

  • Delete docs/decisions/decision_<KEY>-N.md + docs/progress/progress_<KEY>-N.md (based on the old PRD — void).

3. Re-kickoff — run backlog-kickoff

  • Run the backlog-kickoff skill with <issue key> → regenerates the empty decision skeleton + progress against the new PRD/wiki. (If the Jira status is already In Progress, leave it.)

Rules

  • Do not git push. Leave the docs deletions in the working tree (backlog-complete commits and pushes after development).
  • Do not edit the PRD itself here — this skill only pulls the plan already changed in Slack down locally and re-kicks off.
  • Read only this project's docs and this project's lore vault.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.