Back to list
dorgonman

kano-agent-backlog-skill

by dorgonman

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

1🍴 0📅 Jan 25, 2026

SKILL.md


name: kano-agent-backlog-skill description: Local-first, multi-product backlog management with agent collaboration discipline.

kano-agent-backlog-skill

OpenAI Codex 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


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 codex

Update Item State

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

References

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

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon