{"id":47612774,"url":"https://github.com/johnnyblabs/intellij-openspec","last_synced_at":"2026-04-01T20:46:43.235Z","repository":{"id":345655998,"uuid":"1186733149","full_name":"johnnyblabs/intellij-openspec","owner":"johnnyblabs","description":"IntelliJ IDEA plugin for the OpenSpec spec-driven development framework","archived":false,"fork":false,"pushed_at":"2026-03-27T21:22:57.000Z","size":1520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T02:24:41.457Z","etag":null,"topics":["ai-tools","intellij-plugin","jetbrains","openspec","spec-driven-development"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/30678-openspec","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnnyblabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-19T23:50:59.000Z","updated_at":"2026-03-27T21:16:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/johnnyblabs/intellij-openspec","commit_stats":null,"previous_names":["johnnyblabs/intellij-openspec"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/johnnyblabs/intellij-openspec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyblabs%2Fintellij-openspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyblabs%2Fintellij-openspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyblabs%2Fintellij-openspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyblabs%2Fintellij-openspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnnyblabs","download_url":"https://codeload.github.com/johnnyblabs/intellij-openspec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnyblabs%2Fintellij-openspec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","intellij-plugin","jetbrains","openspec","spec-driven-development"],"created_at":"2026-04-01T20:46:42.451Z","updated_at":"2026-04-01T20:46:43.223Z","avatar_url":"https://github.com/johnnyblabs.png","language":"Java","readme":"# OpenSpec IntelliJ Plugin\n\n[![Build](https://github.com/johnnyblabs/intellij-openspec/actions/workflows/build.yml/badge.svg)](https://github.com/johnnyblabs/intellij-openspec/actions/workflows/build.yml)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![JetBrains Marketplace](https://img.shields.io/jetbrains/plugin/v/30678-openspec.svg)](https://plugins.jetbrains.com/plugin/30678-openspec)\n\nAn IDE-native client for the [OpenSpec](https://github.com/fission-ai/openspec) spec-driven development framework by [Fission AI](https://github.com/fission-ai). Browse specs, orchestrate the propose → generate → implement → archive lifecycle, and route AI-generated artifacts through the tool of your choice — all without leaving IntelliJ.\n\n---\n\n## Four Ways to Use It\n\n| Persona | You are... | AI setup? | Get started |\n|---------|-----------|-----------|-------------|\n| **Spec Browser** | A reviewer, lead, or PM who wants to browse specs and track coverage | None | [Getting Started](docs/getting-started-browser.md) |\n| **IDE-First Developer** | A dev using Copilot, Cursor, Windsurf, or Cline inside IntelliJ | None (uses your existing tool) | [Getting Started](docs/getting-started-copilot.md) |\n| **CLI Companion** | A dev using Claude Code, Gemini CLI, or another terminal AI | None (uses your existing tool) | [Getting Started](docs/getting-started-cli-companion.md) |\n| **Standalone API User** | A dev with an API key who wants a fully self-contained workflow | API key only | [Getting Started](docs/getting-started-api.md) |\n\n---\n\n## Installation\n\nInstall from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30678-openspec) (search for **OpenSpec**), or build from source:\n\n```bash\ngit clone https://github.com/johnnyblabs/intellij-openspec.git\ncd intellij-openspec\n./gradlew build\n# Install from: build/distributions/OpenSpec-*.zip\n```\n\n**Requirements:** IntelliJ IDEA 2024.2+ (Community or Ultimate), Java 21 JDK for building from source.\n\n**OpenSpec CLI (optional):** The plugin works without the CLI, but the full experience — schema management, CLI-enhanced validation, and agent instruction updates — requires it:\n\n```bash\nnpm i -g @fission-ai/openspec\n```\n\n---\n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, coding standards, and PR process.\n\n```bash\n./gradlew build      # Compile and run tests\n./gradlew runIde     # Launch sandboxed IDE with plugin\n./gradlew test       # Tests only\n```\n\n---\n\n## Links\n\n- [Feature Reference](docs/feature-reference.md) — Complete reference for all plugin features, settings, and troubleshooting\n- [Feature Comparison Matrix](docs/feature-comparison-matrix.md) — How this plugin compares to VS Code alternatives\n- [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30678-openspec) — Plugin listing\n- [OpenSpec Framework](https://github.com/fission-ai/openspec) — The spec-driven development framework by Fission AI\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyblabs%2Fintellij-openspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnyblabs%2Fintellij-openspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnyblabs%2Fintellij-openspec/lists"}