Agent skill
backlog
Manage product backlog as an ordered priority list
Install this agent skill to your Project
npx add-skill https://github.com/SmidigStorm/storm-claude-marketplace/tree/main/plugins/pm-prioritization/skills/backlog
SKILL.md
Backlog
Manage the product backlog at docs/strategy/backlog.md as an ordered list where position = priority.
Instructions
Ask the user what they want to do:
- Add item - Add a new feature or fix to the backlog
- Prioritize - Reorder items by priority
- View - Show the current backlog
Option 1: Add Item
-
Ask for:
- Title: Short name for the item
- Description: What it does and why it matters (1-2 sentences)
- Type: Feature, Fix, Tech Debt, or Spike
-
Ask where to insert in the list (top, bottom, or after item X)
-
Add the item to
docs/strategy/backlog.md
Option 2: Prioritize
- Read the current backlog
- Show the numbered list
- Ask the user how they want to reorder:
- "Move item X to position Y"
- "Swap items X and Y"
- "Move item X to top"
- Update the backlog file with new order
Option 3: View
- Read and display the backlog as a numbered list
- Show status for each item (backlog, in-progress, done)
- Ask if the user wants to:
- Reorder items
- Update an item's status
- Add a new item
Backlog Format
Store in docs/strategy/backlog.md:
# Product Backlog
| # | Title | Type | Status | Description |
|---|-------|------|--------|-------------|
| 1 | User authentication | Feature | backlog | Allow users to login with email/password |
| 2 | Fix checkout bug | Fix | in-progress | Cart total not updating on quantity change |
| 3 | Dark mode | Feature | backlog | Add dark theme option for accessibility |
| 4 | Refactor API layer | Tech Debt | backlog | Clean up duplicate API call patterns |
| 5 | Evaluate caching options | Spike | done | Research Redis vs Memcached for session storage |
Notes
- Position in list = priority (1 is highest)
- Keep descriptions focused on user value, not implementation
- Update status as work progresses: backlog → in-progress → done
- Items can be reordered at any time during prioritization
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
architecture
Manage tech stack and architecture decisions
openclaw
This skill should be used when the user asks to "install openclaw", "set up openclaw", "configure openclaw channels", "openclaw gateway", "openclaw troubleshooting", "add whatsapp to openclaw", "add telegram to openclaw", "openclaw agent", "openclaw models", "openclaw cron", "openclaw memory", "openclaw skills", "openclaw security", "openclaw browser", "openclaw sessions", "openclaw workspace", "openclaw docker", "openclaw not working", "debug openclaw", "connect discord to openclaw", "openclaw setup guide", or mentions openclaw setup, configuration, troubleshooting, or daily usage.
vision
Create or update the product vision document
requirements
Write BDD requirements in Gherkin format. Guides the user through the process.
domain
Document domain knowledge including entities, processes, and ubiquitous language
execute
Execute an implementation plan step by step
Didn't find tool you were looking for?