backlog-feature-improvementlisted
Install: claude install-skill tstapler/stapler-squad
# Backlog Feature Improvement
The backlog feature's end goal: an item goes idea → shipped PR with minimal human
intervention, and the pipeline stages (triage → plan → implement → review → merge) are
configurable per item — a user can say "use `/sdd:full` for this one" or "skip review gate
for this one." Today the pipeline is fixed and hardcoded (see Known Findings below). This
skill audits state, UI, and code against that goal and produces a prioritized gap list.
## Before You Start — Check Prior Art
Many investigations already exist. Skim before re-deriving:
- `project_plans/backlog-stuck-item-visibility/` — root causes: auto-merge disabled, silent rework cap, non-durable notify-once state
- `project_plans/backlog-triage-autonomous/`, `backlog-triage-e2e-hardening/`, `backlog-service-refactor/`, `backlog-ux/`, `backlog-pr-conflict-detection/`, `backlog-cross-platform-audit/`, `backlog-management/`
- `docs/adr/ADR-022-headless-triage-over-autonomous-driver.md` — why triage is a direct headless pool call (`pool.CallBlockingWithOptions`), not a tmux-driven `AutonomousDriver`
- `docs/adr/013-workflow-engine-replaces-valid-transitions.md` — `session/workflow_engine.go` is the intended seam for custom/configurable states (S2/S3 in that ADR); check whether it's wired up yet or still just replacing the static map
## Known Findings (2026-07-14 hotspot scan — verify still true before reporting as new)
**Reconciliation-loop hotspots** (churn × complexity), highest risk first:
- `