Skip to content

Repository files navigation

RaccTask

Kanban for humans and coding agents. Boards are unique by name and repository remote URL. Agents talk to a small MCP surface; the React UI owns full CRUD and activity logs.

Packages

Package Role
@racctask/api Node HTTP API + MCP (SQLite)
@racctask/web Rocky-branded kanban UI
@racctask/skill Quick setup skill for Cursor, Claude Code, OpenCode

Run

yarn
yarn dev

SQLite lives at ./data/racctask.db (override with RACCTASK_DB or DATA_DIR).

yarn test
yarn lint

Stdio MCP (when a tool spawns the server):

yarn workspace @racctask/api build
yarn workspace @racctask/api mcp

Column path

TODOIn ProgressIn ReviewIn QADone

  • Forward by one column only
  • Backward only to TODO
  • Done is readonly
  • Leaving In Progress forward requires a non-empty checklist with every item done

MCP tools

getOrCreateBoard, getTasks, getTask, createTask, updateTask, moveTask

Install the skill into the current project (copies SKILL.md + merges MCP config):

yarn workspace @racctask/skill install-here

About

Your local kanban for AI agents. Do not expect much from it. The board was 1-shot vibecoded to solve the specific problem, not as a demo of anything

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages