一键导入
kano-agent-backlog-skill
Local-first, multi-product backlog management with agent collaboration discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local-first, multi-product backlog management with agent collaboration discipline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Local-first, multi-product backlog management with agent collaboration discipline.
Commit convention linting and changelog automation following the Kano commit format.
Local-first, multi-product backlog management with agent collaboration discipline.
Commit convention linting and changelog automation following the Kano commit format.
Local-first, multi-product backlog management with agent collaboration discipline.
Commit convention linting and changelog automation following the Kano commit format.
| name | kano-agent-backlog-skill |
| description | Local-first, multi-product backlog management with agent collaboration discipline. |
Antigravity Skill Adapter - This is a thin wrapper that points to the canonical skill documentation.
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.
kano-backlog admin init --product <name> --agent <id>kano-backlog workitem create --type Task --title "..." --agent <id>kano-backlog workitem update-state <ID> --state Done --agent <id>kano-backlog view refresh --agent <id>cd skills/kano-agent-backlog-skill
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 antigravity
python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem update-state KABSD-TSK-0001 \
--state InProgress \
--agent antigravity
| Topic | Link |
|---|---|
| Full Documentation | SKILL.md |
| CLI Reference | SKILL.md#cli-reference |
| Architecture ADRs | decisions/ |