catalog / apps

Kanban Board

Columns and draggable cards with WIP limits, filtering and persistence.

17 capabilities 2 sections reference specification

Build against it

# give your agent the catalog — no account, no install
claude mcp add provespec -- npx -y provespec-mcp

# then, from any agent session
spec_get(slug: "kanban-board")                → the capability tree
spec_checklist(slug: "kanban-board")          → the questions to answer
spec_grade(slug: "kanban-board", grades: [...])  → parity % + the gap list

# or just fetch it
curl https://provespec.com/catalog/kanban-board/spec.json

Grade every capability below as yes · partial · no · na, with a file reference as evidence. Whatever you leave ungraded counts as missing — the gap list is the work queue.

Or just paste this to your agent

Use the ProveSpec MCP server. Fetch the "kanban-board" spec with
spec_get, then walk spec_checklist and grade this repository against it —
one verdict per capability, each with a file reference as the note.
Call spec_grade with the results and give me the gap list as the plan.

If the server is not registered, add it first:
  claude mcp add provespec -- npx -y provespec-mcp

The specification

AI 8

Model
  • Boards, columns, cards ordered cards ordered within columns, columns within board
  • Card fields title, desc, labels, due
  • Move card between columns position preserved; reorder within column
  • Archive card/column recoverable, not deleted
  • WIP limit per column over-limit visually flagged, not blocked
Persistence
  • Board survives reload local store or backend
  • Export/import board JSON
Search
  • Filter cards text, label, due live filter, columns keep structure

UI 9

Board
  • Columns side by side, horizontal scroll
  • Drag & drop cards with drop placeholder; keyboard alternative
  • Drag to reorder columns
  • Add card inline at column bottom Enter adds, Esc cancels
Card
  • Open card detail dialog edit title/desc/labels/due
  • Label colors visible on card front
  • Due date state overdue highlighted
Chrome
  • Board switcher multiple boards
  • Filter bar with active-filter chips
Download spec.json All 53 specs