MrLesk/Backlog.md

Backlog.md - A tool for managing project collaboration between humans and AI Agents in a git ecosystem

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 9th, 2026
Created on June 4th, 2025
Open Issues & Pull Requests: 52 (+0)
GitHub issues: Enabled
Number of forks: 409
Total Stargazers: 6,716 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 33.8 hours
Mean response time: 17.3 days
90th percentile: 33.0 days
Tracked items: 261

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 11% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 9
Closed in 7 days: 1
Avg open age: 29 days
Stale 30+ days: 10
Stale 90+ days: 0

Recent activity

Opened in 7 days: 9
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • enhancement (94)
  • bug (90)

Detailed Description

Backlog.md is a markdown-native task manager and Kanban visualizer designed for managing project collaboration between humans and AI agents within Git repositories.

The tool addresses the challenge of reviewing large volumes of AI-generated code by structuring agent work around three review checkpoints: reviewing task specifications before implementation, reviewing implementation plans before code is written, and reviewing code organized as one task per pull request. Tasks are stored as plain markdown files in the repository, allowing completed work to remain as a permanent, legible record of what was attempted and why. The approach keeps diffs to a human-readable size and catches misunderstandings early when they are still single sentences rather than rebuilt features.

Backlog.md suits teams working with AI agents to generate code, particularly those who want to maintain meaningful human oversight throughout the development process. The tool works with various AI assistants including Claude Code, Gemini CLI, and others compatible with MCP or CLI interfaces. It provides acceptance criteria and definition of done checklists per task, milestone and dependency tracking for structuring larger efforts, and multiple interfaces including a terminal Kanban board, a local web UI with drag-and-drop editing, and fuzzy search across tasks. The project is self-contained and requires zero configuration to start using.

The project is actively maintained with regular updates to its feature set and capabilities. Development work on the tool itself is conducted through the same Backlog.md workflow it provides, with the full task ledger visible in the repository's backlog folder, demonstrating the tool's practical application in real development. The tool has been presented at multiple developer conferences, indicating ongoing engagement with the development community.