← 返回
效率工具 中文

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...
在代码仓库中安装并强制执行轻量级产品管理工作流:看板式功能看板、路线图状态跟踪、分支/PR 规范等。
michailbul
效率工具 clawhub v0.1.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 790
下载
💾 8
安装
1
版本
#latest

概述

Repo Kanban PM System

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//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:

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

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


Quick start

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)

  1. Pick a feature from docs/roadmap/ROADMAP.md
  2. Create/update docs/features//KANBAN.md and set status to in-progress
  3. Create a branch: feat/-
  4. PR must link the feature’s KANBAN.md
  5. 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.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 20:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,863
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,456
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,962