Agent skill
0000-dorgonman-kano-agent-backlog-s-2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/0000-dorgonman-kano-agent-backlog-s-2
SKILL.md
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.pyto create_kano/backlog/+_metascaffolding. - Add
install_tools.pyto generate_kano/backlog/toolswrappers. - 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/backlogand_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.
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?