Kanban management
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/kanban-management
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill kanban-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, as published. Nobody here has run it
Kanban Management
Initialize and manage Kanban board state for feature workflow tracking.
Agent
Feature Planner - automaker-feature-planner
Workflow
- Create Kanban board with columns: Backlog, Ready, In Progress, Review, Done
- Place features as cards in Backlog
- Assign priority scores to cards
- Establish WIP limits per column
- Track card movement through columns
- Generate board state snapshots
Inputs
projectName- Project namefeatures- Feature list to place on boardbaseBranch- Base branch for context
Outputs
- Board state with columns, cards, WIP limits, and priority assignments
Process Files
automaker-orchestrator.js- Phase 1