What problem does it solve?
backlog management is a core part of product planning. Ship-backlog helps teams view, groom, and manage the prioritized backlog sorted by RICE score. Use when you want to see the backlog, reprioritize features, run a grooming session, clean up stale items, declare backlog bankruptcy, or decide what to work on next.
Core Features & Use Cases
- View, groom, and manage the prioritized backlog sorted by RICE score (Reach × Impact × Confidence ÷ Effort).
- Data model: BACKLOG.md is an ordered index of feature IDs; feature data (title, RICE, points, status, complexity) is read from feature files on display.
- Commands and context support for grooming, ranking, bankruptcy, and sprint planning (via shipyard-context and /ship-* commands).
Quick Start
Start by viewing the backlog and then groom, rank, or bankrupt items using the available commands.