kano-agent-backlog-skill

Manage local-first backlogs across products with Python CLI scripts.

1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/dorgonman/kano-agent-backlog-skill-demo --skill kano-agent-backlog-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kano-agent-backlog-skill
Source: https://github.com/dorgonman/kano-agent-backlog-skill-demo/tree/main/.goose/skills/kano-agent-backlog-skill
Command: npx skills add https://github.com/dorgonman/kano-agent-backlog-skill-demo --skill kano-agent-backlog-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables local-first backlog management and multi-agent collaboration across products.

Core Features & Use Cases

  • Local-first backlog persistence with per-product scoping
  • CLI-driven backlog lifecycle: create, update, and track work items
  • Multi-agent coordination with audit-friendly context and lightweight workflows

Quick Start

Install the skill in editable mode and run the CLI to create a backlog item:

  • pip install -e .
  • python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem create --type Task --title "Implement feature X" --product kano-agent-backlog-skill --agent claude

Frequently Asked Questions about kano-agent-backlog-skill

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

FAQPage Schema
How do I manage a local-first backlog for multi-agent collaboration?

You can manage a local-first backlog by using a Python-based CLI to create, update, and track work items across multiple products. This approach persists decisions and context in a file-based data store for durable traceability.

How do I create and track work items like Epics and User Stories using a CLI?

You create and track work items by running a Python script command in your CLI, specifying the item type such as Task or User Story, a title, the product scope, and the agent name for multi-agent coordination.

What is a file-based backlog workflow and when do I need it?

A file-based backlog workflow uses local files to store and persist work items, architecture decisions, and context. You need it when coordinating multiple agents across products requires durable traceability without relying on a remote database.

Do I need Python to run a local backlog management script?

Yes, you need Python to run the local backlog management script. The workflow relies on Python-based scripts installed in editable mode via pip to execute CLI commands and manage the file-based data store.

Best way to scope product work items for multi-agent coordination?

The best way to scope work items for multi-agent coordination is using a lightweight file-based workflow with per-product scoping. This ensures agents track Epics, Features, and Tasks within clearly defined product boundaries.