kanban-implement

Provision isolated worktrees and update task statuses via the Code Kanban API.

9|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/mkSteady/mkSkills --skill kanban-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-implement
Source: https://github.com/mkSteady/mkSkills/tree/main/kanban/implement
Command: npx skills add https://github.com/mkSteady/mkSkills --skill kanban-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end Kanban task delivery by provisioning isolated development sandboxes and synchronizing task status via the Code Kanban API.

Core Features & Use Cases

  • Sandboxed development: Create isolated worktrees for each task to prevent cross-contamination.
  • Task lifecycle: Bind tasks to workspaces, update progress, and reflect status changes in Code Kanban.
  • Use Case: A developer claims a Kanban task, runs the skill to spin up a sandbox, implement code, run tests, commit, and close the task with status updates.

Quick Start

Call /kanban-implement <task-id> to begin the end-to-end delivery workflow.

Frequently Asked Questions about kanban-implement

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

FAQPage Schema
How do I automate Kanban task delivery with sandboxed worktrees?

You can automate Kanban task delivery by using API-based worktree creation to provision isolated workspaces, binding tasks to these sandboxes, and updating task statuses throughout the development workflow.

What is the best way to prevent cross-contamination when claiming multiple Kanban tasks?

Creating isolated development worktrees for each claimed Kanban task prevents cross-contamination by provisioning a separate sandboxed environment for individual task implementation.

How do I bind a claimed task to a sandboxed workspace via API?

You bind a claimed task to a sandboxed workspace through the Code Kanban API, which orchestrates worktree creation and links the specific task ID to the isolated development environment.

Does this Kanban implementation workflow handle task status updates automatically?

The workflow updates task statuses automatically by synchronizing progress and reflecting status changes back to Code Kanban as developers implement code, run tests, and commit work.

What are the limitations of using sandboxed worktrees for development workflow?

Sandboxed worktrees rely on safe defaults and clear error handling during API-based creation, but require a valid task ID to initiate the end-to-end delivery workflow without interruptions.

Do I need a specific task ID to start the Kanban implementation workflow?

Yes, you need a specific Kanban task ID to start the end-to-end delivery workflow, which provisions the sandboxed worktree and binds the task for status tracking.