agentsclimarketplace

Kano agent backlog skill

Skill kanohorizonia/kano-agent-backlog-skill-demo/.agent/skills/kano-agent-backlog-skill

An experimental, local-first, file-based backlog management system designed for AI agent collaboration.

Install
npx -y skills add kanohorizonia/kano-agent-backlog-skill-demo --skill kano-agent-backlog-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Local-first, multi-product backlog management with agent collaboration discipline.

SKILL.md

2.4 KB, as published. Nobody here has run it

kano-agent-backlog-skill

Antigravity Skill Adapter - This is a thin wrapper that points to the canonical skill documentation.


🎯 Quick Start

This skill provides local-first, multi-product backlog management with agent collaboration discipline.

📚 Canonical Documentation: skills/kano-agent-backlog-skill/SKILL.md

[!IMPORTANT] You MUST read the canonical SKILL.md before using this skill. The sections below provide quick navigation to key topics.


Essential Reading (From Canonical SKILL.md)

1. Overview and Core Concepts

2. CLI Commands

  • Reference: CLI Reference
  • Bootstrap: kano-backlog admin init --product <name> --agent <id>
  • Create item: kano-backlog workitem create --type Task --title "..." --agent <id>
  • Update state: kano-backlog workitem update-state <ID> --state Done --agent <id>
  • Refresh views: kano-backlog view refresh --agent <id>

3. Workflows and Discipline


Installation

cd skills/kano-agent-backlog-skill
pip install -e .

Common Tasks

Create a New Work Item

python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem create \
  --type Task \
  --title "Implement feature X" \
  --product kano-agent-backlog-skill \
  --agent antigravity

Update Item State

python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem update-state KABSD-TSK-0001 \
  --state InProgress \
  --agent antigravity

References

TopicLink
Full DocumentationSKILL.md
CLI ReferenceSKILL.md#cli-reference
Architecture ADRsdecisions/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.