---
name: Kanban Management
slug: kanban-management
category: Automation
description: Initialize and manage Kanban board state for feature workflow tracking. Create board columns, place feature cards, assign priorities, and track movement through the workflow.
github: "https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/automaker/skills/kanban-management"
language: JavaScript
stars: 1600
forks: 94
install: "git clone https://github.com/a5c-ai/babysitter"
added: 2026-07-20T06:48:25.181Z
last_synced: 2026-07-29T06:36:57.789Z
canonical_url: "https://dirskills.com/skills/kanban-management"
---

# Kanban Management

Initialize and manage Kanban board state for feature workflow tracking. Create board columns, place feature cards, assign priorities, and track movement through the workflow.

**Install:** `git clone https://github.com/a5c-ai/babysitter`

## README

# Kanban Management

Initialize and manage Kanban board state for feature workflow tracking.

## Agent
Feature Planner - `automaker-feature-planner`

## Workflow
1. Create Kanban board with columns: Backlog, Ready, In Progress, Review, Done
2. Place features as cards in Backlog
3. Assign priority scores to cards
4. Establish WIP limits per column
5. Track card movement through columns
6. Generate board state snapshots

## Inputs
- `projectName` - Project name
- `features` - Feature list to place on board
- `baseBranch` - Base branch for context

## Outputs
- Board state with columns, cards, WIP limits, and priority assignments

## Process Files
- `automaker-orchestrator.js` - Phase 1
