Specboard — Summary
Specboard is a web-based dashboard and CLI tool that monitors OpenSpec progress across multiple workspaces in real time. It renders all active features as a kanban-style board — swimlanes per feature, columns for Todo/In Progress/Done — and watches the filesystem for live updates. The tool is distributed as an npm package (@sflueckiger/specboard) with a dedicated specboard CLI binary that launches an HTTP server on port 3456. Users can browse proposal, specification, design, and plan documents; toggle Manual QA subtask completion; and open worktrees directly in Finder, VS Code, or Terminal. It integrates with Conductor to discover workspaces and supports URL-based routing for navigation persistence. Unlike seed frameworks that embed workflow logic or prompts, Specboard is purely an observability dashboard — it adds zero prompts or skills and performs no agent coordination.
differs_from_seeds: Closest in spirit to the UI surface of openspec (which ships a CLI and web dashboard), but Specboard is single-purpose: it does not orchestrate any agent actions and ships no prompts, skills, or hooks. Where openspec's openspecui is a full-stack companion with OPSX compose panels, PTY terminals, and workflow execution, Specboard is a read-mostly kanban monitor for multi-worktree Conductor deployments.