board

Community

Persistent, structured task board for agents.

AuthorTechnikhighknee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Agents need a persistent, organized way to track work that spans multiple steps and time.

Core Features & Use Cases

  • Persistent state: Board data survives server restarts.
  • Structured workflow: Cards move across lists like backlog, todo, in_progress, done.
  • Use Case: Track a multi-step investigative task from idea to completion.

Quick Start

See and manage the board with board_list({}) and board_add({ title: "New task" })

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: board
Download link: https://github.com/Technikhighknee/agent-workbench/archive/main.zip#board

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository