backloglisted
Install: claude install-skill LucasSantana-Dev/sharekit
# /backlog
End-to-end backlog builder for a single repo. Turns "what's wrong or missing
here?" into a curated, ROI-ranked, deduped set of GitHub issues on a Project
board — with full specs for new features and a propose-then-confirm gate
before any GitHub write.
Replaces: `/audit-deep`, `/repo-state-snapshot`, `/ecosystem-health`,
`/adt-specs-spec-new`, `/plan-to-issues`, and manual board management.
## When this fires
Auto-invoked on: "build a backlog", "what should I work on", "audit and plan",
"sprint planning", "I have N days", and similar queries. Also auto-queued by
`/onboard-new-repo` and auto-queues `/next-priority` at completion.
See [references/workflow.md § Triggers](references/workflow.md#triggers) for
the full auto-invoke list.
## Eight-phase workflow
Runs sequentially with parallel discovery in Phase 1. Each phase has explicit
stop/skip conditions and a reconciliation line — never silently omit.
**Phase summary:**
- **Phase 0:** RAG pre-flight + cache check for prior snapshot. Load approval
history for category urgency penalties. See
[references/memory-integration.md](references/memory-integration.md).
- **Phase 1:** Parallel discovery via `audit-deep`, `ecosystem-health`,
`repo-state-snapshot`. Collect code markers and git history. Abort if not
in a git repo.
- **Phase 2:** Normalize findings, assign `value_score` (1–5), compute ROI:
`(severity × urgency × value_score) / effort`. Dedup against open issues.
Group into 3–6 themed bundles. S