# 0000 Dorgonman Kano Agent Backlog S 4

> Context

- Skill: `majiayu000/0000-dorgonman-kano-agent-backlog-s-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/0000-dorgonman-kano-agent-backlog-s-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/0000-dorgonman-kano-agent-backlog-s-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/0000-dorgonman-kano-agent-backlog-s-4

---


# Context

Setting up a new repo still requires manual folder creation and tool wrapper
copies. A self-contained skill should generate these automatically.

# Goal

As a maintainer, I want to bootstrap the backlog scaffold and tool wrappers
from the skill so setup is repeatable and script-driven.

# Non-Goals

- Seeding demo items or views (handled in a separate story).
- Customizing the backlog layout beyond the standard structure.

# Approach

- Add `bootstrap_init_backlog.py` to create `_kano/backlog/` + `_meta` scaffolding.
- Add `install_tools.py` to generate `_kano/backlog/tools` wrappers.
- Keep scripts idempotent and avoid overwriting existing data.

# Links

- Feature: [[KABSD-FTR-0003_self-contained-skill-bootstrap-and-automation|KABSD-FTR-0003 Self-contained skill bootstrap and automation]]
- Task: [[KABSD-TSK-0009_implement-backlog-scaffold-initializer-script|KABSD-TSK-0009 Implement backlog scaffold initializer script]]
- Task: [[KABSD-TSK-0010_generate-tool-wrappers-from-skill-scripts|KABSD-TSK-0010 Generate tool wrappers from skill scripts]]

# Alternatives

- Manual copy/paste of `_kano/backlog` and `_kano/backlog/tools`.

# Acceptance Criteria

- Running the initializer creates the standard `_kano/backlog/` structure.
- Tool wrapper generation can recreate `_kano/backlog/tools/` on demand.
- Scripts are safe to run multiple times without clobbering data.

# Risks / Dependencies

- Existing repos may have customized layouts that need manual review.

# Worklog

2026-01-04 13:51 [agent=codex] Created user story for bootstrap and tool scaffolding.
2026-01-04 13:55 [agent=codex] Added scope, approach, and linked tasks for bootstrap tooling.

