← All skills
Tencent SkillHub Β· Developer Tools

Repo Kanban PM

Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Install and enforce a lightweight product-management workflow inside a code repo: feature-as-kanban boards, ROADMAP status tracking, branch/PR conventions, a...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/add_daily_pm_cron.sh, scripts/init_repo_pm.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

What this skill does

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)

When to use this skill (decision rule)

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).

1) Initialize the repo workflow

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)

2) Add a daily PM cron (optional)

Run: bash scripts/add_daily_pm_cron.sh /absolute/path/to/repo --agent persey --tz Europe/Minsk --time 10:00

Operating rules (agents)

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

Templates

Workflow spec: docs/pm/KANBAN-SYSTEM.md Feature template: docs/pm/FEATURE-KANBAN-TEMPLATE.md

Notes

Keep KANBAN boards short. ROADMAP contains status only; do not duplicate per-task detail there.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/add_daily_pm_cron.sh Scripts
  • scripts/init_repo_pm.sh Scripts