---
title: "Plan Before You Build: Introducing the Plan agent in Visual Studio"
url: https://daily.dev/posts/plan-before-you-build-introducing-the-plan-agent-in-visual-studio-y6d4razam
source_url: https://devblogs.microsoft.com/visualstudio/plan-before-you-build-introducing-the-plan-agent-in-visual-studio
type: article
source: "Visual Studio Blog"
published: 2026-05-21T20:21:38.846Z
updated: 2026-05-21T20:21:58.847Z
tags: ["github", "visual-studio", "ai-assisted-development"]
reading_time: 3
upvotes: 7
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Plan Before You Build: Introducing the Plan agent in Visual Studio

**[Visual Studio Blog](https://daily.dev/sources/vs)** · 3 min read · 7 upvotes · 0 comments

## Summary

Microsoft is introducing a new Plan agent in Visual Studio's Copilot Chat that lets developers create and refine implementation plans before writing any code. Instead of jumping straight into implementation, the Plan agent scans your codebase, asks clarifying questions, and generates a detailed markdown plan saved at `.copilot/plans/plan-{title}.md`. You can edit the plan directly, iterate on it through chat, and share it with your team. Only when satisfied do you trigger the actual implementation via Agent mode. This addresses user feedback requesting more control over when planning happens and the ability to edit and save plans.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/visualstudio/plan-before-you-build-introducing-the-plan-agent-in-visual-studio>

## Similar posts on daily.dev

- [Introducing Planning in Visual Studio \(Public Preview\)](https://daily.dev/posts/introducing-planning-in-visual-studio-public-preview--ltguugdqo) · Visual Studio Blog · 24 upvotes · 0 comments
- [I love it when a plan comes together](https://daily.dev/posts/i-love-it-when-a-plan-comes-together-65opwmija) · The Art of Simplicity · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#visual-studio](https://daily.dev/tags/visual-studio), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development)

[View this post on daily.dev](https://daily.dev/posts/plan-before-you-build-introducing-the-plan-agent-in-visual-studio-y6d4razam)
