Install
openclaw skills install repo-kanban-pmInstall and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, and an optional daily OpenClaw cron PM review. Use this skill when (1) starting work in a NEW repository/project that does not yet have a ROADMAP+feature-KANBAN system, (2) you are delegated to spin up a new project and want multi-agent coordination from day one, or (3) you are asked to fix/restructure an existing repo and introduce an organized backlog/feature tracking system. Also use when adding a daily PM audit loop (cron) to keep code + docs + PRs in sync.
openclaw skills install repo-kanban-pmSets up a multi-agent-safe product workflow in a repo:
docs/roadmap/ROADMAP.md as the portfolio statusdocs/features/<feature>/KANBAN.md as execution boardsdocs/pm/bugs/ as the bug intake + triage inbox (linkable into KANBAN)AGENTS.md to enforce the workflowUse repo-kanban-pm when you are tasked with either:
Creating/spinning up a new project/repo and multiple agents will work on it (or you want to avoid chaos later).
Entering an existing repo to fix, refactor, or restructure it and it does not have a clear feature/backlog tracking system.
Do not use this skill if the repo already has an equivalent system that the team actively uses (avoid duplicating governance).
Run:
bash scripts/init_repo_pm.sh /absolute/path/to/repo
This will:
docs/pm/ with the workflow doc + templatedocs/pm/bugs/ with bug README + templateKANBAN.md to any existing docs/features/*/ foldersAGENTS.md to include the kanban rules (idempotent)Run:
bash scripts/add_daily_pm_cron.sh /absolute/path/to/repo --agent persey --tz Europe/Minsk --time 10:00
docs/roadmap/ROADMAP.mddocs/features/<feature>/KANBAN.md and set status to in-progressfeat/<feature-slug>-<short>KANBAN.mdKANBAN.md as done and tick the ROADMAP checkboxdocs/pm/KANBAN-SYSTEM.mddocs/pm/FEATURE-KANBAN-TEMPLATE.md