This curator manages your backlog using a weighted scoring system that actually shows its work. It calculates priorities based on urgency (40%), blocking impact (30%), complexity (20%), and goal alignment (10%), then recommends what to tackle next with full score breakdowns. Everything lives in a YAML file at .pm/backlog/items.yaml, and it handles the usual backlog operations like adding items, updating status, and analyzing dependencies. The scoring is transparent enough that you can argue with it, which is honestly refreshing. Best used when you have multiple competing priorities and need something more rigorous than gut feel to decide what's next.
npx skills add https://github.com/rysweet/amplihack --skill backlog-curator