Planning mode / Specs for development workflow #34436
Replies: 7 comments 2 replies
-
|
Yes, please!!! |
Beta Was this translation helpful? Give feedback.
-
|
As an interim work-around, there is a spec based mcp server project: https://github.com/Pimzino/spec-workflow-mcp Currently testing it inside zed and it works quite good so far actually. Just waiting to generate one last document before moving on testing the tasks. The spec so far, for me seems better than what I got in Kiro. What is nice about the mcp approach, it is re-usable between different tools that supports mcp servers. |
Beta Was this translation helpful? Give feedback.
-
|
On top a planning mode, I would love to have the ability to easily comment on the plan. Especially by having an inline comment mode. |
Beta Was this translation helpful? Give feedback.
-
|
Reading up on this, planning mode is actually at least two sequential chat conversations as planning costs a lot of tokens.
My take is that Zed is a great editor for humans, as it is crazy fast, unlike these jittery slow VsCode forks. Not having to wait 300ms for a UI update is what makes it fast. It seems that Zed's AI story is to delegate the work to agents via ACP. |
Beta Was this translation helpful? Give feedback.
-
|
Copilot. Follow these instructions to add Copilot as an ACP: https://zed.dev/docs/ai/external-agents#add-more-agents The command you need is Now you have planning. |
Beta Was this translation helpful? Give feedback.
-
|
This would be a great addition. Cursor's planning mode is the only reason I cannot switch from it to any other tool. |
Beta Was this translation helpful? Give feedback.
-
|
I also would love this, I am actually using Antigravity and the implementation plan process described in the link is a deal maker for me, including dropping comments on the plan and let the agent review and update it. I understand that Zed is for humans, and agentic support, but planning is an integral part of making the agent do its job as you want it imo. Would love to see this happening (I prefer Zed to AG). Are there other feature requests that are similar to this, to group them? this one's kind of old! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Planning Mode / Specs for Development Workflow
Summary
Add a planning mode or specs feature to Zed that allows developers to create structured, atomic, trackable tasks for development projects. This would integrate a systematic planning workflow directly into the editor, similar to features being adopted by other major AI-powered code editors.
Background
Currently, I manually create plan markdown files with atomic trackable tasks and implement them one by one. This workflow significantly improves my development organization and progress tracking, but having it integrated into Zed would streamline the process and provide better tooling support.
Reference Implementations in Other Editors
Several major AI-powered code editors have already implemented similar planning/specs features:
Windsurf Planning Mode
Link: https://docs.windsurf.com/windsurf/cascade/planning-mode
~/.codeium/windsurf/braindirectory (not version controlled)Amazon Kiro Specs
Link: https://kiro.dev/docs/specs/index
Cursor Planning Agent
Link: https://docs.cursor.com/agent/planning
Proposed Feature
A planning mode/specs system that would allow developers to:
Benefits
Use Cases
Implementation Considerations
This feature would significantly enhance Zed's value proposition as a modern development environment and align it with the planning capabilities being adopted across the industry.
Beta Was this translation helpful? Give feedback.
All reactions