Not just a fancy agents tool!
Its a Human-Controlled AI Workbench for Developers, is not built to replace developers. Visual interface for generating, workflow creating, and managing AI agent across VS Code, Claude Code, Cursor, GitHub Copilot, Aider, and more.
It is built to give developers full control over how multiple agents think, work, adapt, and deliver.
| Pain Point | How NWA Agent Solves It | Value for Developers |
|---|---|---|
| π€ Too many multi-agent tools are shallow | As extension VSCode, total fully customize | Developers can work with AI inside their real coding environment, not through a disconnected automation layer. |
| π Most workflows are rigid and hard to customize | Modular agent configuration and reusable resources | Teams can create, adjust, and reuse specialized agents based on each projectβs needs. |
| π Agents often run from start to finish like a black box | Human-in-the-loop workflow control | Developers can stay involved, guide the process, and make decisions at the right moments. |
| π It is hard to change direction while an agent is running | Mid-flow customization and intervention | Developers can pause, refine instructions, switch context, or adjust the agentβs role without restarting everything. |
| π§ Context is scattered and difficult to manage | Project memory and context management | Instructions, resources, and task knowledge stay organized in one workbench. |
| βοΈ Developers need speed, but not at the cost of control | Multi-agent coordination with developer oversight | NWA Agent combines AI execution speed with developer judgment, flexibility, and precision. |
The final installation path and package source will be updated before release.
- Open VS Code.
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X). - Search for "New Workbench Agent".
- Click Install.
Use the packaged extension path after it is published or built locally:
code --install-extension <path-to-new-workbench-agent.vsix>npm install
npm run buildThen press F5 in VS Code to launch the Extension Development Host.
- Open the Command Palette with
Ctrl+Shift+PorCmd+Shift+P. - Run "New Workbench Agent: Open Agent Manager".
- Choose the AI tool you want to configure.
- Select the departments and agents that match your workflow.
- Click Install Agents.
- Open the Command Palette.
- Run "New Workbench Agent: Quick Setup".
- Select one of the available presets:
- π Full Stack Developer
- β‘ Rapid Prototyper
- π¨ Design-First
- π Growth-Focused
- π’ Enterprise Team
- Open the New Workbench Agent Activity Bar view.
- Browse installed agents, available agents, and Claude Code context resources.
- Use Open Agent Manager or Init Resource Claude when you need to install more resources.
Initialize Claude Code context resources by selecting files from each layer. You can select one file, several files, or every file, then use the floating Install action to create the selected resources in your workspace.
SKILL.md is installed to .claude/skills/SKILL.md. If a previous SKILL.md exists there, it is renamed to SKILL.md-old before the new file is created.
Open VS Code Settings (Ctrl+, or Cmd+,) and search for "New Workbench Agent":
- Default Tool - Which AI tool to use by default.
- Default Folder - Custom folder name for agents.
- Auto Refresh - Automatically refresh when files change.
- Show Welcome - Show the welcome message on first use.
- Default Departments - Pre-selected departments.
- Favorite Agents - Starred agents managed through the UI.
All commands are available from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):
New Workbench Agent: Open Agent Manager- Open the visual manager.New Workbench Agent: Quick Setup- Install from a preset.New Workbench Agent: Initialize Agents- Run guided setup.New Workbench Agent: Init Resource Claude- Open Claude Resource Manager.New Workbench Agent: Refresh Installed Agents- Refresh sidebar views.New Workbench Agent: Update Agents- Update installed agents.New Workbench Agent: Remove Agents- Remove installed agent resources.New Workbench Agent: Open Settings- Open extension settings.
- Click the refresh icon in the sidebar.
- Or run
New Workbench Agent: Refresh Installed Agents.
- Restart Cursor after installing agents.
- Make sure files exist in
.cursorrules/. - Use
@to mention agent files.
- Open New Workbench Agent: Init Resource Claude.
- Select the resources you want to install.
- Click the floating Install action.
- Refresh the VS Code Explorer if needed.
- Check your VS Code version. This extension requires
1.85.0or newer. - Reload the window with
Ctrl+RorCmd+R. - Check the Output panel for errors.
Found a bug or have a feature request?
- Critical project discussions: GitHub Discussions
- π Report bugs: GitHub Issues
- π‘ Suggest features: GitHub Discussions
- π Documentation: GitHub Wiki
This project is licensed under the MIT License. See the LICENSE file for details.
Made with love by b0yblake

