Claude-skill-registry backlog_curator

Maintain a lightweight backlog of high-value tasks discovered during work.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/backlog-curator-cheekycodexconjurer-quant-lab" ~/.claude/skills/majiayu000-claude-skill-registry-backlog-curator && rm -rf "$T"
manifest: skills/data/backlog-curator-cheekycodexconjurer-quant-lab/SKILL.md
source content

Purpose

Turn discoveries and gaps into actionable backlog items.

Steps

  1. Review Action Log, patterns, and mapping gaps.
  2. Add or refine backlog items with scope and rationale.
  3. De-duplicate and prioritize (Now/Next/Later).
  4. Link to evidence (files, ADRs, logs) when possible.

Output

  • Update
    .agent-docs/memory/BACKLOG.md
    .

Guardrails

  • Do not auto-create new skills; propose them in
    PATTERNS.md
    .