Speckit.backlog
bro-skills - Spec-Driven Development CLI
npx -y skills add wedabro/bro-skills --skill speckit.backlogAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Backlog Manager - Manage Ideas, Pending Requests and scan TODO/FIXME from codebase.
SKILL.md
1.0 KB, as published. Nobody here has run it
🎯 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
.agent/backlog/IDEAS.md. - Each idea needs: Description, Priority (Low/Med/High), Status (Pending).
Phase 2: Automated Todo Scan (Scan source code)
- Use the command
grepto find the keywords:TODO:,FIXME:,HACK:,BUG:. - Summarize the results found into
.agent/backlog/TECHNICAL_DEBT.md.
Phase 3: Backlog Grooming (Backlog filtering)
- Periodically review items in the backlog to convert to
spec.mdwhen 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.