Sets up a multi-agent-safe product workflow in a repo:
docs/roadmap/ROADMAP.md as the portfolio statusdocs/features//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:
1) Creating/spinning up a new project/repo and multiple agents will work on it (or you want to avoid chaos later).
2) 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//KANBAN.md and set status to in-progressfeat/- KANBAN.mdKANBAN.md as done and tick the ROADMAP checkboxdocs/pm/KANBAN-SYSTEM.mddocs/pm/FEATURE-KANBAN-TEMPLATE.md共 1 个版本