Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>EnsembleNew to Visual Studio Code? Get it now.
Ensemble

Ensemble

j2kenton

|
19 installs
| (0) | Free
AI-assisted task planning and implementation workflow for VS Code. Uses your existing AI subscriptions (Copilot, Claude, Codex, Gemini, Antigravity, Kiro) — real usage costs apply. AI runs can modify workspace files. Provided as-is with no warranty. See README and DISCLAIMER.md.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ensemble

Ensemble is an agentic workflow system for VS Code. It turns an idea into a supervised, reviewable implementation: capture the task, shape a plan, implement it with the AI provider you choose, and review the result before moving on.

The workflow

The task → plan → implementation → review loop keeps human judgment in the driver’s seat:

  1. Task: describe the goal, scope, constraints, and acceptance criteria in task.md.
  2. Plan: draft or edit plan.md, then use high- and low-level reviews to improve it. Promote the approved plan to plan-final.md deliberately.
  3. Implementation: generate an implementation.md checklist and work through it. AI implementation runs can edit workspace files, so supervise and inspect every change.
  4. Review: review the changed files, apply fixes where appropriate, rerun checks, and complete the task only when the result is ready.

The Tasks view and status bar show the current task and stage. Every AI action has a manual counterpart, and task artifacts remain ordinary Markdown and JSON files that you can edit, inspect, or use with another tool.

Screenshots

Task view with model configuration

AI-generated low-level code review

Provider selection and fast-forward review settings

Quick start

  1. Install from the Visual Studio Marketplace.
  2. Open a workspace folder. Ensemble stores task metadata in .ensemble by default, or you can run Ensemble: Select Meta Resources Folder to choose a different workspace folder.
  3. Run Ensemble: Start New Task, describe the work in task.md, and use Generate Plan with AI or write the plan yourself.
  4. Review and promote the plan, generate the implementation checklist, implement, and run the implementation reviews.

AI providers may include GitHub Copilot and supported vendor CLIs (Claude, Codex, Gemini, Antigravity, and Kiro). Configure models per workflow step; provider availability depends on your subscriptions and local setup. AI actions consume real quota or money and may modify files.

Safety and disclaimer

This extension is provided as-is with no warranty. Read DISCLAIMER.md in full before use. AI runs send eligible open-editor contents to the selected third-party provider and may create, overwrite, or delete workspace files. Always commit or back up first, supervise every run, and review generated changes. See SECURITY.md for vulnerability reporting.

Development

pnpm install
pnpm run compile
pnpm run test:unit

Press F5 to launch an Extension Development Host. Run pnpm run lint for linting and pnpm run package to build a VSIX.

License

MIT — see LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft