Story-driven development inside IntelliJ IDEA and all JetBrains IDEs. Review code against acceptance criteria, generate user stories from code, create structured AI prompts, scaffold tests, and browse your assigned work — without leaving your IDE.
Open the Silverile plugin on the JetBrains Marketplace →
Ctrl+Alt+S / Cmd+,) → Pluginside_XXXXXXXXXXXXXXXX) and Key SecretCtrl+Alt+S / Cmd+,) → Tools → SilverileYou can also set the Product ID manually under Settings → Tools → Silverile → Product ID.
Right-click inside any open code file and look for the Silverile submenu. If it appears and the story list loads, the plugin is active and your credentials are working.
Fetch a story from Silverile and generate a scoped implementation prompt — built from the story's title, description, acceptance criteria, and implementation details — ready to paste into your AI assistant or use directly.
Validate whether selected code satisfies the acceptance criteria of a user story — before it hits review.
Convert selected code or an entire file into a structured draft Silverile story.
Turn a user story into a deterministic, scoped prompt for any AI coding assistant — with guardrails, scope control, and acceptance criteria embedded.
Create test scaffolding directly from acceptance criteria. Supported languages: Java, TypeScript, JavaScript, Python, C#, Go, Kotlin.
View all stories and defects assigned to you without opening the Silverile web app.
Right-click in any code editor when the editor has focus:
Silverile ├── Review Code Against Story ├── Generate User Story from Code ├── Generate Copilot Prompt from Story ├── Generate Test Scripts from Story ├── ───────────────────────────── ├── Select / Change Product ├── Configure API Key ├── Silverile Settings
All settings are under Settings → Tools → Silverile:
| Setting | Type | Description |
|---|---|---|
| Key ID | string | Your Silverile IDE API Key ID (ide_XXXXXXXXXXXXXXXX). Set via Settings → Tools → Silverile. |
| Key Secret | string | Your Silverile IDE API Key Secret. Stored in the IDE credential store — never in plaintext. |
| Product ID | number | Numeric ID of your Silverile workspace. Set via the Select / Change Product action. |
The Silverile menu doesn't appear in the right-click menu
Make sure you right-click inside an editor tab with an open code file. The menu only appears when a code editor has focus.
"API key not configured" warning
Open Settings → Tools → Silverile and re-enter your Key ID and Key Secret. Make sure you copied both values before leaving the key generation page.
"Product not found" or empty story list
Use the Select / Change Product action to re-select your workspace. Confirm your Silverile account has access to that product.
Plugin not appearing after install
Restart IntelliJ IDEA after installing the plugin. If still missing, open Settings → Plugins, confirm Silverile is enabled, and restart again.
Stories load slowly
The first request per session fetches your product list from the Silverile API. Subsequent requests use a short-lived cache. Check your network connection if it remains slow.
On this page