원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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/ |