Speckit.backlog

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

wedabro 914b185 1.0 KB Updated

File contents

🎯 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.

wedabro/bro-skills/tree/main/.agents/skills/speckit.backlog commit 914b185b20

Frequently asked questions

npx skillmds@latest add wedabro/speckit-backlog