Spek — Summary
Spek is a lightweight, read-only viewer for OpenSpec content available in three distinct delivery forms: a local web app (Express + React), a VS Code extension (Activity Bar icon + Webview Panel + sidebar TreeView), and an IntelliJ IDEA plugin (JCEF-based Tool Window). All three variants are strictly read-only and local-only — no data leaves the machine. The key differentiating feature is git worktree aggregation: spek discovers every git worktree of a repository via git worktree list and merges their in-flight OpenSpec changes into one unified view, making it purpose-built for the AI-agent era of parallel worktrees. It also functions as a GitHub Action to generate static OpenSpec sites for CI pipelines. Spek ships one Claude Code skill (for its own development) but no prompts, hooks, or orchestration — it is a pure UI/tooling layer.
differs_from_seeds: Unlike any of the 11 seed frameworks, spek adds no workflow logic, hooks, or prompts — its closest analog is the specboard dashboard in this batch (also an OpenSpec viewer), but spek is more featureful (BDD syntax highlighting, Gantt timeline, full-text search, VS Code extension, IntelliJ plugin, GitHub Action) and distinctly read-only across all forms. No seed framework provides multi-IDE viewing of OpenSpec content.