Initialize and manage Kanban board state for feature workflow tracking.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill kanban-management --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kanban Management?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-kanban-management)More formats (shields.io, HTML) on the badges page.
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!