cyberneticlibrary

Manage tasks across kanban lanes

task-agentskillsetup L23
richfrem/agent-plugins-skills
What it does

Manage lightweight kanban board (backlog/todo/in-progress/done)

Best for

Lightweight task tracking without external services or ID collisions.

Inputs
  • · Task title
  • · Lane (backlog/todo/in-progress/done)
  • · Optional --dir override
Outputs
  • · Markdown task files (NNNN-title.md)
  • · Kanban board view
  • · Sequential task IDs
Requires
  • · Python 3.8+ standard library
  • · git config
  • · Bash
Preconditions

Python 3.8+; project root with .git folder (or explicit --dir)

Failure modes
  • · Manual file creation breaks sequential ID generator
  • · Stale board views from memory instead of live query
Trust signals
  • · CLI sovereignty enforced
  • · Sequential ID uniqueness guaranteed
  • · Kanban state queries after each operation
  • · Adoption sync for gateway-delivered tasks