backlog-management

Manage backlog items and sprints through Supabase RPC operations.

Updated Oct 24, 2025
One-click install
npx skills add https://github.com/5hdaniel/Mad --skill backlog-management-5hdaniel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-management
Source: https://github.com/5hdaniel/Mad/tree/main/.claude/skills/backlog-management
Command: npx skills add https://github.com/5hdaniel/Mad --skill backlog-management-5hdaniel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

backlog management for product teams is often scattered across tools and CSV archives; this skill centralizes control using a Supabase-backed system to keep backlog items, sprints, and audit trails in a single source of truth.

Core Features & Use Cases

  • Create, update, and track backlog items with enforced status transitions.
  • Plan, assign, and monitor sprints linked to backlog items to support iterative delivery.
  • Access RPCs and SQL-based queries to surface metrics and backlog health for planning and reporting.

Quick Start

Create a backlog item or start sprint planning using the Supabase-backed workflow to track work.

Frequently Asked Questions about backlog-management

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

FAQPage Schema
How do I manage backlog items using Supabase workflows?

You manage backlog items by using Supabase RPC-based operations to create, update, and track entries. This centralizes item lifecycles and sprint assignments in a single source of truth with enforced status transitions and audit logging.

Can I assign backlog items to sprints and track their lifecycle?

Yes, you can plan, assign, and monitor sprints linked to backlog items. This supports iterative delivery by tracking item lifecycles across planning and execution phases through the Supabase-backed system.

Do I need a Supabase database to track backlog entries and audit trails?

Yes, a Supabase database is required. The system uses Supabase-backed RPCs to enforce the defined data model, execute item operations, and maintain audit logging for your backlog entries.

What is the best way to query backlog health metrics for sprint planning?

The best way is using the exposed SQL-based queries and RPC operations. These surface backlog health metrics directly from the Supabase database, supporting planning and reporting without scattering data across CSV archives.

Does backlog management enforce status transitions when updating items?

Yes, the workflow enforces defined status transitions when creating or updating backlog items. This ensures data integrity throughout the item lifecycle and maintains accurate audit logging within the Supabase system.