What problem does it solve? Technical compromises, TODO/FIXME comments, and deferred scope made during implementation or code review are easily forgotten. This Skill captures them as structured, numbered Markdown records in docs/backlog/ so known limitations and tech debt stay visible in the repository instead of being lost. ## Core Features & Use Cases - Structured debt records: Creates docs/backlog/NNN-slug.md files with frontmatter tracking status, category (limitation, optimization, refactor, ux, security, ops), priority, and source. - Lifecycle management: Subcommands add, list, start, done, wontfix, and show move entries through an open → in-progress → done/wontfix workflow. - Agent integration: Backend, frontend, reviewer, teamlead, and techwriter agents automatically log compromises and deferred findings during their work. - Use Case: During a review you find a non-blocking N+1 query. Run the add subcommand to file it as an optimization entry sourced from the reviewer, then close it months later with done and a PR link. ## Quick Start Ask the agent to add a backlog entry describing the technical compromise or limitation you just left in the code, including the file and line reference.