Workspace tasks, draft todos and a label-linked kanban for Paseo
Supported platforms: macOS.
From the plugin's README
npmjs · Paseo 0.9+
paseo plugin add npm:paseo-workboard@0.1.0GitHub · Paseo 0.8 fallback
paseo plugin add fxbing/paseo-workboard --ref affa14be8748f190b8a74299c89984dab2f259c4Git security status and fallback installation are pinned to commit affa14be8748.
From the plugin's README
Install the source from GitHub into the selected Paseo daemon:
paseo plugin install github:fxbing/paseo-workboard
For local development or evaluation, install a checkout into the selected Paseo daemon:
npm ci
paseo plugin install /absolute/path/to/paseo-workboard
Enable plugins in Paseo, then open Workboard from the sidebar.
README
中文 · User guide · 中文使用指南
Workboard is a Paseo kanban plugin for workspaces and ideas. Each active workspace becomes one task. You can also capture a title-only draft first, then create or attach its workspace when you are ready to start.
paseo-workboard@0.1.0 is verified for Paseo app and daemon 0.9.1. Its plugin manifest intentionally requires =0.9.1.
Paseo 0.9.1 exposes label reads through the public plugin SDK, but not label writes. Workboard therefore uses a version-specific internal bridge for its label and workspace operations. The bridge reuses the host session and must be revalidated when Paseo changes.
The plugin server runs with the daemon. Install it only after reviewing the source and treating it as trusted, unsandboxed local code.
Install the source from GitHub into the selected Paseo daemon:
paseo plugin install github:fxbing/paseo-workboard
For local development or evaluation, install a checkout into the selected Paseo daemon:
npm ci
paseo plugin install /absolute/path/to/paseo-workboard
Enable plugins in Paseo, then open Workboard from the sidebar.
npm ci
npm run format:check
npm run check
npm run check:package
npm pack --dry-run
Use the isolated integration fixture for host-level checks. Do not load development builds into a personal daemon as a substitute for that fixture.
MIT.
The project was inspired by Paseo Thread Board and Paseo Kanban.
Scanned 25 Sep 2026, 12:21 UTC from fxbing/paseo-workboard.