Agent skill
kano-agent-backlog-skill
Local-first, multi-product backlog management with agent collaboration discipline.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/kano-agent-backlog-skill-dorgonman-kano-agent-backlog-s
SKILL.md
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
- 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
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
| Topic | Link |
|---|---|
| Full Documentation | SKILL.md |
| CLI Reference | SKILL.md#cli-reference |
| Architecture ADRs | decisions/ |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?