Cursor
Install from Cursor’s marketplace and verify autosave to
.specstory/history/
.VS Code + Copilot
Install the VSIX from VS Code and confirm conversations are saved locally.
Claude Code / CLI
Install the SpecStory CLI, run or sync sessions, and inspect generated Markdown.
BearClaude (macOS)
Download the app, open a project, and confirm local autosave.
Cursor
Install
- Open Cursor.
- Extensions (Ctrl/Cmd+Shift+X) → search SpecStory → Install.
- Verify via Command Palette (Ctrl/Cmd+Shift+P) → type
SpecStory
.
Installing from the Visual Studio Marketplace website can leave VS Code installed but not Cursor. Install inside Cursor.
Verify autosave
- Chat with Cursor’s AI in a workspace folder.
- Check
<your-project>/.specstory/history/
for a Markdown file representing your session.
VS Code (Copilot)
Install
- Open VS Code with GitHub Copilot enabled.
- Extensions (Ctrl/Cmd+Shift+X) → search SpecStory → Install.
- Verify via Command Palette (Ctrl/Cmd+Shift+P): type
SpecStory
.
Verify autosave
- Start a Copilot chat in your workspace.
- Check
<your-project>/.specstory/history/
for a new Markdown file.
Claude Code
Install (macOS via Homebrew)
Run & verify
<your-project>/.specstory/history/
.
Linux/WSL: download binaries from the GitHub releases page. See Integrations → Claude Code / CLI for platform notes and paths.
BearClaude (macOS)
Install
- Download from BearClaude → Introduction (macOS 15+ on Apple Silicon).
- Drag to Applications and open.
Use & verify
- Open a project folder in BearClaude.
- Write a spec in the editor, then use the Claude pane.
- Check
<your-project>/.specstory/history/
for Markdown files of your conversations.
Troubleshooting quick checks
No files in .specstory/history/
: Confirm you are inside a project folder with write permissions.- Cursor VS Code not saving: Ensure the extension is installed in the correct editor (Cursor vs VS Code) and restart the editor.
- CLI not capturing: Run
specstory check
and confirm Claude Code runs from your shell (e.g.,claude --version
). - Still stuck? See Integrations for storage paths and known issues, or contact support@specstory.com.
Next steps
- Learn the core features: Auto-save, Share, Derived Rules.
- Configure settings and analytics: Extension & CLI Settings.
- Explore editor notes and paths: Integrations.