backlog-db

List, create, and update tasks in Gardener's SQLite backlog database.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/carterbs/gardener --skill backlog-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-db
Source: https://github.com/carterbs/gardener/tree/main/.claude/skills/backlog-db
Command: npx skills add https://github.com/carterbs/gardener --skill backlog-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Gardener's backlog by providing direct access to its SQLite storage for inspection and task creation.

Core Features & Use Cases

  • Inspect Backlog: View the latest backlog entries and details of specific tasks.
  • Create Tasks: Quickly add new feature, bugfix, or maintenance tasks with specified priorities and details.
  • Update Task Status: Safely modify the status of existing tasks, mark them as complete, or retire them with a rationale.
  • Use Case: When a new bug is identified, use this Skill to create a bugfix task in the backlog with a P1 priority and detailed description.

Quick Start

Use the backlog-db skill to create a new feature task with the title "GARD-123: Implement user authentication" and details "Add secure login functionality".

Frequently Asked Questions about backlog-db

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

FAQPage Schema
How do I manage Gardener backlog tasks using the SQLite database directly?

You can manage Gardener backlog tasks by using a Skill that directly interacts with the SQLite database file to list, create, and update entries. It provides direct access to the backlog storage for task inspection and creation.

What types of Gardener tasks can I create in the SQLite backlog?

You can create feature, maintenance, quality_gap, bugfix, infra, merge_conflict, and pr_collision task types. Each task type supports defined priorities and statuses for detailed backlog organization.

How do I update the status of an existing task in a Gardener backlog?

To update the status of a backlog task, the Skill safely modifies the existing SQLite database entry. You can mark tasks as complete or retire them by providing a specific rationale.

Do I need direct access to the backlog SQLite file to manage Gardener tasks?

Yes, direct access to the backlog SQLite file is required for all operations. The Skill needs this direct file access to inspect backlog entries, create new tasks, and update existing task statuses.

What is the best way to add a high priority bugfix task to a Gardener backlog?

The best way to add a bugfix task is to use the Skill to create a new entry in the SQLite backlog with a specified priority like P1. You can include a detailed description and title for the identified bug.

Can I inspect the latest entries in a Gardener SQLite backlog database?

Yes, you can inspect the backlog to view the latest entries and retrieve details of specific tasks. This allows you to quickly review the current state of your Gardener backlog directly from the SQLite file.