# Send Repo Kanban PM to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "repo-kanban-pm",
    "name": "Repo Kanban PM",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Michailbul/repo-kanban-pm",
    "canonicalUrl": "https://clawhub.ai/Michailbul/repo-kanban-pm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/repo-kanban-pm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=repo-kanban-pm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/add_daily_pm_cron.sh",
      "scripts/init_repo_pm.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/repo-kanban-pm"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/repo-kanban-pm",
    "downloadUrl": "https://openagent3.xyz/downloads/repo-kanban-pm",
    "agentUrl": "https://openagent3.xyz/skills/repo-kanban-pm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/repo-kanban-pm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/repo-kanban-pm/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Michailbul
- Version: 0.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/repo-kanban-pm)
- [Send to Agent page](https://openagent3.xyz/skills/repo-kanban-pm/agent)
- [JSON manifest](https://openagent3.xyz/skills/repo-kanban-pm/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/repo-kanban-pm/agent.md)
- [Download page](https://openagent3.xyz/downloads/repo-kanban-pm)