OptiMap is a premium VS Code extension designed to bring clarity and efficiency to AI Agent Workflows. It analyzes your workspace (Workflows, Skills, and Documentation), generates an interactive graph, and identifies structural bottlenecks that slow down or confuse AI assistants.
Visualize your entire AI strategy in a single glance. Our D3.js-powered graph allows you to explore node relationships, drag to reposition, and zoom into specific files.
Forget hunting through folders. Use the built-in Node Search to instantly center the map on a specific file, or click an optimization card to auto-zoom into the source of a problem.
OptiMap automatically detects Circular References (Loops) and Redundances that can trap an AI agent in a "reasoning loop." These are highlighted in vibrant red with a gold border for immediate action.
If you have AI agents integrated (/agents folder), OptiMap can delegate fixes directly to them. Simply click "Apply Fix" and let your agents handle the refactoring.
To keep your workflow lean, we provide immediate visual feedback:
- 🔵 Blue Nodes: Healthy, well-linked workflow steps.
- 🔴 Red Nodes: Potential bottlenecks or detected errors.
- 🟡 Search Highlight: Temporary focus border when searching for a file.
- Install the extension in VS Code.
- Open the Sidebar via the OptiMap icon in the Activity Bar.
- Scan: Click the 🔄 button to analyze your
.agents/workflowsand.agents/skills. - Explore: Drag nodes, search for files, and fix detected issues.
We believe in transparency and security:
- LICENSE: Open-source under the MIT License.
- SECURITY.md: Our commitment to safe analysis and vulnerability reporting.
- PRIVACY_POLICY.md: Your code stays local. We process everything on your machine.
- Go to the Releases page.
- Download the
optimap-0.1.0.vsixfile. - In VS Code, open the Extensions view (
Ctrl+Shift+X). - Click the
...menu (top-right actions) and select Install from VSIX... - Select the downloaded file and restart VS Code.
- Clone the repository.
- Run
npm installandnpm run compile. - Press
F5to open the Extension Development Host. - Run the command
OptiMap: Analyze AI Workflow Pathsto see the dashboard in action.
Optimize your AI, empower your project.
