backlog

Manage backlog items in .claude/BACKLOG.md with approval-based add, triage, close, and reporting workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lucasmiachon-blip/OLMO --skill backlog-lucasmiachon-blip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog
Source: https://github.com/lucasmiachon-blip/OLMO/tree/main/.claude/skills/backlog
Command: npx skills add https://github.com/lucasmiachon-blip/OLMO --skill backlog-lucasmiachon-blip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

.claude/BACKLOG.md is the single source of truth for project debt and decision management; this skill reads and writes it with explicit approval from Lucas before any modification.

Core Features & Use Cases

  • /backlog add: propose new backlog items with a deterministic numbering scheme and origin details, awaiting Lucas approval.
  • /backlog triage: score and prioritize open items based on staleness, dependencies, and alignment to project goals.
  • /backlog close: mark items as resolved and record the final outcome and rationale.
  • /backlog report: generate a concise, auditable status summary of open vs. resolved items.
  • Use Case: manage technical debt, feature proposals, and research tasks across projects with an auditable history.

Quick Start

Start by issuing a backlog command like '/backlog add', '/backlog triage', or '/backlog report' to manage items end-to-end.

Frequently Asked Questions about backlog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize my project backlog automatically based on task staleness and dependencies?

You can prioritize a project backlog automatically by applying rule-based triage scoring that evaluates task staleness, dependency chains, and goal alignment. The scoring mechanism evaluates these factors to rank open items and reduce accumulated project debt.

What is the best way to maintain an auditable history of technical debt and research tasks?

The best way to maintain an auditable history is to store all technical debt and research tasks in a persistent markdown file as the single source of truth. The backlog skill manages this by recording item origins, approval decisions, and final resolution rationales.

How do I add and triage new backlog items without losing track of project goals?

To add and triage new backlog items, use a structured workflow that proposes items with deterministic numbering and origin details, then scores them by alignment to project goals. This ensures new items are evaluated consistently before interactive approval writes them to the persistent state.

Does backlog management require interactive approval before modifying the project state?

Yes, structured backlog management requires interactive approval before any modification to the project state. The backlog skill enforces explicit user confirmation prior to writing new items, triage scores, or closure records to the persistent markdown file.

Can I generate a status report for open versus resolved project tasks?

Yes, you can generate a concise, auditable status report summarizing open versus resolved project tasks. The backlog reporting feature compiles current item states, allowing you to review project debt and track completion progress across software and research workflows.

When should I use rule-based task prioritization for software projects?

You should use rule-based task prioritization for software projects when managing technical debt, feature proposals, and research tasks requires consistent evaluation. It is ideal when you need automatic scoring by staleness and dependency to reduce project debt systematically.