{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kanban",
    "name": "Kanban",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/kanban",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/kanban",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kanban",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kanban",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "board-template.md",
      "discovery-protocol.md",
      "memory-template.md",
      "processing-rules.md",
      "setup.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/kanban"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/kanban",
    "agentPageUrl": "https://openagent3.xyz/skills/kanban/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kanban/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kanban/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "If ~/kanban/ does not exist or is empty, read setup.md silently and initialize only after user confirmation."
      },
      {
        "title": "When to Use",
        "body": "Use this skill when the user wants a Kanban system the agent can maintain across projects and conversations. The agent should build project-specific boards, remember where each board lives, and process tasks with consistent rules."
      },
      {
        "title": "Architecture",
        "body": "Memory lives in ~/kanban/. See memory-template.md for base files, board-template.md for board structure, and discovery-protocol.md for project routing.\n\n~/kanban/\n├── memory.md                  # Global status, integration, defaults\n├── index.md                   # Project registry and board location map\n├── templates/\n│   └── board-template.md      # Canonical board format copy\n└── projects/\n    └── {project-id}/\n        ├── board.md           # Active board for this project\n        ├── rules.md           # Project-specific lane and policy definitions\n        ├── log.md             # Board write log\n        └── archive/\n\nOptional project-local mode:\n\n{workspace}/.kanban/\n├── board.md\n├── rules.md\n└── log.md"
      },
      {
        "title": "Quick Reference",
        "body": "Use the smallest relevant file for the current task.\n\nTopicFileSetup behaviorsetup.mdMemory and registry templatememory-template.mdBoard schema and examplesboard-template.mdWhere to find each project boarddiscovery-protocol.mdHow to process and update cardsprocessing-rules.md"
      },
      {
        "title": "1. Resolve Project Context Before Reading or Writing",
        "body": "Run the discovery sequence in discovery-protocol.md at the start of each conversation.\nIf project scope is ambiguous, ask once before writing."
      },
      {
        "title": "2. Persist Routing So Any Agent Can Continue",
        "body": "Keep the Kanban index file updated with workspace path, project aliases, and primary board path.\nAfter each successful write, update last_used for the project entry."
      },
      {
        "title": "3. Allow Custom Board Shapes with a Stable Core Schema",
        "body": "Users can rename lanes or add custom columns per project in the project rules file.\nEvery card must keep parseable core fields: id, title, state, priority, owner, updated."
      },
      {
        "title": "4. Process Cards Deterministically",
        "body": "Follow the exact decision order in processing-rules.md for prioritization and movement.\nNever skip blockers, dependencies, or explicit WIP limits."
      },
      {
        "title": "5. Keep Writes Atomic and Logged",
        "body": "Update the board file and append one line to the project log in the same operation cycle.\nIf a write fails midway, report partial state instead of claiming success."
      },
      {
        "title": "6. Keep Project Boards Isolated",
        "body": "Never move or edit cards across different project boards without explicit user intent.\nFor cross-project requests, produce a plan first, then apply updates per board."
      },
      {
        "title": "7. Preserve Continuity Across Conversations",
        "body": "On first message of a new conversation, resolve board location and load current state before proposing work.\nIf no board exists, initialize from board-template.md, register it in the index file, and continue."
      },
      {
        "title": "Common Traps",
        "body": "Using one global board for all projects -> priorities and ownership become ambiguous.\nRenaming lanes without updating state mapping in the project rules file -> cards become unprocessable.\nWriting board updates without refreshing the index file -> next agent session cannot locate the board.\nKeeping tasks without IDs -> duplicate card updates and broken references.\nMarking work as done without log entry -> no audit trail for later sessions."
      },
      {
        "title": "Security & Privacy",
        "body": "Data that stays local:\n\nBoard files and project registry in ~/kanban/ or {workspace}/.kanban/.\n\nData that leaves your machine:\n\nNone by default.\n\nThis skill does NOT:\n\nMake undeclared network requests.\nModify files outside the selected Kanban scope.\nInvent board history when logs are missing."
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\nworkflow - operational workflow design and execution loops\nprojects - project organization and cross-project governance\ndelegate - owner assignment and task handoff protocols\ndaily-planner - daily planning and task sequencing"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star kanban\nStay updated: clawhub sync"
      }
    ],
    "body": "Setup\n\nIf ~/kanban/ does not exist or is empty, read setup.md silently and initialize only after user confirmation.\n\nWhen to Use\n\nUse this skill when the user wants a Kanban system the agent can maintain across projects and conversations. The agent should build project-specific boards, remember where each board lives, and process tasks with consistent rules.\n\nArchitecture\n\nMemory lives in ~/kanban/. See memory-template.md for base files, board-template.md for board structure, and discovery-protocol.md for project routing.\n\n~/kanban/\n├── memory.md                  # Global status, integration, defaults\n├── index.md                   # Project registry and board location map\n├── templates/\n│   └── board-template.md      # Canonical board format copy\n└── projects/\n    └── {project-id}/\n        ├── board.md           # Active board for this project\n        ├── rules.md           # Project-specific lane and policy definitions\n        ├── log.md             # Board write log\n        └── archive/\n\n\nOptional project-local mode:\n\n{workspace}/.kanban/\n├── board.md\n├── rules.md\n└── log.md\n\nQuick Reference\n\nUse the smallest relevant file for the current task.\n\nTopic\tFile\nSetup behavior\tsetup.md\nMemory and registry template\tmemory-template.md\nBoard schema and examples\tboard-template.md\nWhere to find each project board\tdiscovery-protocol.md\nHow to process and update cards\tprocessing-rules.md\nCore Rules\n1. Resolve Project Context Before Reading or Writing\nRun the discovery sequence in discovery-protocol.md at the start of each conversation.\nIf project scope is ambiguous, ask once before writing.\n2. Persist Routing So Any Agent Can Continue\nKeep the Kanban index file updated with workspace path, project aliases, and primary board path.\nAfter each successful write, update last_used for the project entry.\n3. Allow Custom Board Shapes with a Stable Core Schema\nUsers can rename lanes or add custom columns per project in the project rules file.\nEvery card must keep parseable core fields: id, title, state, priority, owner, updated.\n4. Process Cards Deterministically\nFollow the exact decision order in processing-rules.md for prioritization and movement.\nNever skip blockers, dependencies, or explicit WIP limits.\n5. Keep Writes Atomic and Logged\nUpdate the board file and append one line to the project log in the same operation cycle.\nIf a write fails midway, report partial state instead of claiming success.\n6. Keep Project Boards Isolated\nNever move or edit cards across different project boards without explicit user intent.\nFor cross-project requests, produce a plan first, then apply updates per board.\n7. Preserve Continuity Across Conversations\nOn first message of a new conversation, resolve board location and load current state before proposing work.\nIf no board exists, initialize from board-template.md, register it in the index file, and continue.\nCommon Traps\nUsing one global board for all projects -> priorities and ownership become ambiguous.\nRenaming lanes without updating state mapping in the project rules file -> cards become unprocessable.\nWriting board updates without refreshing the index file -> next agent session cannot locate the board.\nKeeping tasks without IDs -> duplicate card updates and broken references.\nMarking work as done without log entry -> no audit trail for later sessions.\nSecurity & Privacy\n\nData that stays local:\n\nBoard files and project registry in ~/kanban/ or {workspace}/.kanban/.\n\nData that leaves your machine:\n\nNone by default.\n\nThis skill does NOT:\n\nMake undeclared network requests.\nModify files outside the selected Kanban scope.\nInvent board history when logs are missing.\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\nworkflow - operational workflow design and execution loops\nprojects - project organization and cross-project governance\ndelegate - owner assignment and task handoff protocols\ndaily-planner - daily planning and task sequencing\nFeedback\nIf useful: clawhub star kanban\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/kanban",
    "publisherUrl": "https://clawhub.ai/ivangdavila/kanban",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kanban",
    "downloadUrl": "https://openagent3.xyz/downloads/kanban",
    "agentUrl": "https://openagent3.xyz/skills/kanban/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kanban/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kanban/agent.md"
  }
}