Claude-skill-registry kano-agent-backlog-skill
Local-first, multi-product backlog management with agent collaboration discipline.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/kano-agent-backlog-skill" ~/.claude/skills/majiayu000-claude-skill-registry-kano-agent-backlog-skill && rm -rf "$T"
manifest:
skills/data/kano-agent-backlog-skill/SKILL.mdsource content
kano-agent-backlog-skill
Claude/Goose 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
- Read: Purpose
- Read: 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
- Read: Agent Workflows
- Read: Backlog 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 claude
Update Item State
python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem update-state KABSD-TSK-0001 \ --state InProgress \ --agent claude
References
| Topic | Link |
|---|---|
| Full Documentation | |
| CLI Reference | |
| Architecture ADRs | |