intellij-openspec — Summary
intellij-openspec is a JetBrains IDE plugin (IntelliJ IDEA 2024.2+) that provides native OpenSpec workflow orchestration without leaving the IDE. It supports four usage personas: spec browser (read-only reviewer), IDE-first developer (uses existing Copilot/Cursor/Cline tools via clipboard delivery), CLI companion (Claude Code/Gemini CLI users), and standalone API user (direct AI provider integration). The plugin features a three-tab tool window (Browse/Coverage/Console), a DAG-based artifact pipeline (proposal → design → specs → tasks), three AI delivery modes (copy for tool / open in editor tab / generate via API), inline editor inspections for OpenSpec annotation validation, gutter markers for @spec annotations, and a setup wizard. It detects 28 supported AI tools by scanning project directories. AI API keys are stored in the OS keychain via IntelliJ's PasswordSafe. The plugin is available on JetBrains Marketplace (ID: 30678-openspec).
differs_from_seeds: No seed framework is a JetBrains IDE plugin. The closest seed is kiro (a full IDE for spec-driven development), but intellij-openspec integrates into an existing IDE rather than replacing it. Unlike spek's IntelliJ plugin (which is read-only), intellij-openspec provides full workflow orchestration including propose, generate, apply, verify, and archive actions.