Forge
Status
MVP - VS Code Extension & MCP Server
Overview
Forge is a toolkit for structured context engineering in AI-assisted development. It helps teams move from ad-hoc prompts to a session-driven workflow with linked features, specs, actors, and contexts.
Key Features
Session-Driven Design
Track feature changes in focused design sessions, then distill those sessions into implementation stories and tasks.
Intelligent Linkages
Link features, specs, contexts, and actors so prompts include the right context automatically.
Forge Studio
Use a visual interface to manage Forge files, nested folders, and session-aware editing workflows.
Minimal Implementation Stories
Break work into focused stories that are small enough for fast, reliable AI-assisted implementation.
MCP Integration
Expose Forge capabilities through MCP so AI assistants can consume structured context.
Installation
For Users
- Open VS Code.
- Go to Extensions (
Ctrl/Cmd + Shift + X). - Search for
forge studio. - Click Install.
For Developers
bash
git clone https://github.com/alto9/forge.git
cd forge
npm install
npm run build -w forge
# Press F5 in VS Code to open Extension Development HostInstall from VSIX
bash
code --install-extension forge-0.1.0.vsix