Skip to content

Plan Mode

Introduction

Plan Mode is a core module within Agent and can be seen as an "intelligent requirements engineering agent." It can automatically compile vague product requirements into executable development plans, achieving end-to-end conversion from "one-sentence requirements → executable plans." It can solve the following pain points in different scenarios:

  • Requirement ambiguity: Non-technical users find it difficult to describe technical requirements accurately.

  • Collaboration gap: Information loss between product planning and development implementation.

  • Startup cost: Traditional solution design takes hours or even days.

The working principles of Plan Mode can generally be summarized as follows:

Enabling and Disabling

You can enable or disable Craft Generate Plan by following the path shown below.

Usage

Taking the example of the "Build a world travel website" requirement, input the requirement under Agent Mode, as shown below:

Before Enabling Plan Mode

Before enabling Plan Mode, when entering a requirement description, the Agent analyzes and understands the requirement and starts executing the development tasks directly, without breaking down the requirement into tasks or generating the requirement document (PRD).

After Enabling Plan Mode

  1. First, enable Plan Mode in the conversation panel.

  2. After enabling Plan Mode, input the same requirement description and send it to the AI. As shown below, when Plan Mode is enabled, CodeBuddy IDE first analyzes and understands the input requirement, breaks down the task into detailed technical stacks and web design implementation, and finally generates the requirement document (PRD).

Effect Demo

After executing the plan, the result can be previewed using the Preview tool, as shown below.