Loom — AI-assisted workflow for VS CodeLoom turns your project into a structured collaboration surface between you and AI. Instead of a chat window that forgets everything, you get a document-driven loop: chat → idea → design → plan → implement → done Every stage is a Markdown document. The AI reads them, writes to them, and tracks progress through them — across sessions, without losing context. Install1. Install the CLI (required — the extension talks to it):
2. Install the extension from the VS Code marketplace: search 3. Initialize Loom in your project:
This creates Connect an AI agentLoom works best with an MCP-capable AI agent (Claude Code, Cursor). Add
The agent then has access to all Loom tools ( The loop
Each stage produces a Markdown document visible in the Loom panel. Nothing disappears between sessions. The panelThe Loom panel (Activity Bar) shows your weaves (project areas) and threads (workstreams). Each thread holds its own idea, design, plans, and chats. Right-click any node for context actions: new idea, new design, new plan, new chat, refine, promote, archive. Settings
AI inference runs through the MCP server's sampling — configure your API key in your MCP host (Claude Code, Cursor), not in VS Code settings. Requirements
Documentation
LicenseMIT |