backlog

Manage persistent task and project context with SQLite-backed storage and JSON output.

13|2|Updated May 8, 2026
One-click install
npx skills add https://github.com/mazen160/backlog --skill backlog-mazen160
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog
Source: https://github.com/mazen160/backlog/tree/main/skills/backlog
Command: npx skills add https://github.com/mazen160/backlog --skill backlog-mazen160

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the loss of project context between AI coding sessions by providing a persistent task and knowledge management workflow backed by a shared local database.

Core Features & Use Cases

  • Task and Workflow Management: Create, prioritize, update, assign, and complete tasks while preserving actor attribution for AI and human work.
  • Persistent Context Storage: Manage project memory, documents, plans, comments, labels, and attachments so agents can reload decisions and previous work.
  • Use Case: A software engineering team can use this Skill to let multiple AI agents pick up queued tasks, record implementation plans, store decisions, and continue development across independent sessions.

Quick Start

Use the backlog skill to load the current project context, review open tasks, and continue working on the highest-priority item.

Frequently Asked Questions about backlog

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

FAQPage Schema
How do I maintain AI agent context across multiple coding sessions?

Task management for software development workflows involves creating, prioritizing, updating, and assigning tasks while preserving actor attribution. Persistent context storage captures project memory, plans, and decisions, enabling multiple AI agents to collaborate and continue queued work across independent sessions without losing workflow state.

How do I assign development tasks to AI agents and track their work?

To assign development tasks to AI agents and track their work, use CLI operations with JSON output and actor attribution. This allows you to queue tasks, record implementation plans, and store decisions in a SQLite-backed database, ensuring both human and AI contributions are clearly tracked.

Does AI task management work with SQLite for persistent project context?

Yes, AI task management works with SQLite for persistent project context by using SQLite-backed storage management. This shared local database captures project memory, documents, labels, and attachments, allowing agents to reload decisions and previous work across independent software engineering sessions.

What is the best way to prevent AI agents from losing project context?

The best way to prevent AI agents from losing project context is to implement a persistent storage workflow that saves tasks, plans, comments, and attachments. By requiring CLI operations with JSON output and workspace profiles, agents can reliably reload previous decisions and continue development.

Do I need a CLI to manage persistent project context for AI agents?

Yes, you need a CLI to manage persistent project context for AI agents. The workflow requires backlog CLI operations with JSON output and workspace profiles to interact with the SQLite-backed storage, enabling agents to load project context, review open tasks, and update task status.