operating-kanban

Route Kanban protocol actions to the active backend projection from repo settings.

2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/PanQiWei/board-superpowers --skill operating-kanban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operating-kanban
Source: https://github.com/PanQiWei/board-superpowers/tree/main/skills/operating-kanban
Command: npx skills add https://github.com/PanQiWei/board-superpowers --skill operating-kanban

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates Kanban protocol actions by routing them to the active backend projection resolved from repo settings, enabling consistent board operations across multiple backends.

Core Features & Use Cases

  • Routes eight protocol actions (read_board, read_card, create_card, transition_card, claim_card, release_claim, link_pr_to_card, comment_on_card) through the active projection reference (Form A bash CLI, Form B MCP, or Form C REST/GraphQL).
  • Validates and dispatches to the projection's per-action procedures, including bootstrap capabilities, and surfaces typed failure modes to the caller.
  • Supports bootstrap-time setup capabilities and resolves the correct projection file from the repository's kanban settings.

Quick Start

Provide a protocol action (e.g., read_board) and let the agent dispatch it through the active Kanban projection.

Frequently Asked Questions about operating-kanban

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route Kanban board actions to an active backend projection?

Route Kanban board actions to an active backend by dispatching protocol operations through a resolved projection reference, enforcing a length-1 kanban constraint while handling backend resolution and surfacing typed failure modes per action.

What Kanban protocol actions can I dispatch through a backend projection?

Dispatch eight Kanban protocol actions through a backend projection: read_board, read_card, create_card, transition_card, claim_card, release_claim, link_pr_to_card, and optionally comment_on_card, using per-projection references for invocation.

How do I bootstrap a Kanban backend projection from repository settings?

Bootstrap a Kanban backend projection by resolving the correct projection file from repository kanban settings, enabling setup capabilities to initialize the active backend before dispatching standard protocol actions.

Does the Kanban dispatcher support bash CLI, MCP, and REST API backends?

The Kanban dispatcher supports Form A bash CLI, Form B MCP, and Form C REST/GraphQL backends, validating and routing protocol actions to the appropriate per-action procedures within the active projection reference.

Why does my Kanban protocol action fail during backend projection dispatch?

Kanban protocol actions fail during backend projection dispatch when the length-1 kanban constraint is violated, backend resolution fails, or the active projection cannot execute the per-action procedure, surfacing typed failure modes to the caller.

Can I link a pull request to a Kanban card through backend projection routing?

Link a pull request to a Kanban card by dispatching the link_pr_to_card protocol action through the active backend projection, routing the invocation to the per-action procedure resolved from repository settings.