vitepress-plugin-openspec — Summary
@stritti/vitepress-plugin-openspec is a VitePress plugin that renders an OpenSpec directory as structured documentation pages — specs, changes, and artifacts — integrated into a VitePress site with auto-generated sidebar navigation and nav entries. It ships a withOpenSpec higher-order config wrapper that handles page generation, the Vite live-reload plugin, nav injection, and sidebar injection in a single call. The plugin reads the openspec/ directory, generates Markdown pages (one per spec, one per change, one per archive), and emits them to disk before VitePress scans for routes. It supports both simple withOpenSpec({}) wrapping and advanced manual setup with lower-level generateOpenSpecPages, generateOpenSpecSidebar, and openspecNav APIs. There are no prompts, skills, hooks, or agent orchestration — this is a documentation pipeline plugin.
differs_from_seeds: No seed framework integrates OpenSpec content into a VitePress documentation site. The closest seed is agent-os which manages markdown documents, but agent-os targets Claude Code context injection, not public documentation generation. This plugin is exclusively a build-time documentation tool with no LLM interaction surface.