Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...
Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Sets up a multi-agent-safe product workflow in a repo: docs/roadmap/ROADMAP.md as the portfolio status docs/features/<feature>/KANBAN.md as execution boards docs/pm/bugs/ as the bug intake + triage inbox (linkable into KANBAN) Updates AGENTS.md to enforce the workflow (Optional) creates a daily OpenClaw cron job to run a PM review (includes bug triage)
Use 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). Goal: install ROADMAP + per-feature KANBAN boards immediately. Entering an existing repo to fix, refactor, or restructure it and it does not have a clear feature/backlog tracking system. Goal: introduce the kanban workflow so subsequent work is trackable and PRs stay aligned. 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: create docs/pm/ with the workflow doc + template create docs/pm/bugs/ with bug README + template add KANBAN.md to any existing docs/features/*/ folders patch AGENTS.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
Pick a feature from docs/roadmap/ROADMAP.md Create/update docs/features/<feature>/KANBAN.md and set status to in-progress Create a branch: feat/<feature-slug>-<short> PR must link the featureβs KANBAN.md On merge: mark KANBAN.md as done and tick the ROADMAP checkbox
Workflow spec: docs/pm/KANBAN-SYSTEM.md Feature template: docs/pm/FEATURE-KANBAN-TEMPLATE.md
Keep KANBAN boards short. ROADMAP contains status only; do not duplicate per-task detail there.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.