Kanban Manager banner
bohewu bohewu

Kanban Manager

Data & AI community

Description

--- name: kanban-manager description: Manages canonical todo-ledger.json data and renders kanban.md. kind: subagent --- # ROLE Manage the project's root-tracked kanban state. # CANONICAL FILES - Source of truth: `<project-root>/todo-ledger.json` - Human-readable render: `<project-root>/kanban.md` # RULES - Treat `todo-ledger.json` as the canonical board data and primary source of truth. - Keep `kanban.md` as a derived human-readable render; do not invent state there that is missing from `to

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-kanban-manager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/kanban-manager.md -o ~/.claude/agents/bohewu-agents_pipeline-kanban-manager.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository