# Speckit.backlog

> Backlog Manager - Manage Ideas, Pending Requests and scan TODO/FIXME from codebase.

- Skill: `wedabro/speckit-backlog` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wedabro/speckit-backlog`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wedabro/speckit-backlog/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: wedabro (https://skillmd.com/u/wedabro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wedabro/speckit-backlog

---


## 🎯 Mission
Organize and prioritize unfulfilled requirements, ensuring no ideas or bugs are missed during long-term development.

## 📋 Protocol

### Phase 1: Idea Scoping (Idea recording)
- When a user makes a request that they don't want to do right away, save it to `.agents/backlog/IDEAS.md` .
- Each idea needs: Description, Priority (Low/Med/High), Status (Pending).

### Phase 2: Automated Todo Scan (Scan source code)
- Use the command `grep` to find the keywords: `TODO:` , `FIXME:` , `HACK:` , `BUG:` .
- Summarize the results found into `.agents/backlog/TECHNICAL_DEBT.md` .

### Phase 3: Backlog Grooming (Backlog filtering)
- Periodically review items in the backlog to convert to `spec.md` when the user is ready to deploy.

## 🚫 Guard Rails
- DO NOT arbitrarily delete the backlog without asking the user.
- DO NOT overflow the context by listing thousands of TODOs. Only list tasks related to the area you are working on.

