[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[v0](/c/v0/59)

# Plan mode is not available in instructions

0 views · 0 likes · 3 posts


Nico (@nbbaier) · 2026-04-06

The v0 docs [state](https://v0.app/docs/instructions#built-in-presets) that there are two built in custom instructions - `Plan Mode` and `Be Concise`. Yet in v0, I only see `Be Concise` a built in instruction (see screenshot). Is this intentional?

![Screenshot 2026-04-06 at 11.11.39 AM|690x337](upload://vrD3ityPZVf8Gqt6dcgRQmxxhbs.png)


Pauline P. Narvas (@pawlean) · 2026-04-07

Great find! Thanks for reporting, Nico. I'll share with the team and find out why plan mode isn't working :slight_smile: 

As a workaround, you can create a custom instruction that achieves similar behavior:

- Click the *+* button in the prompt bar
- Select *New Instruction*
- Title: `Plan Mode`
- Rule: `Before implementing any code changes, create a detailed plan outlining the approach, steps, and potential challenges. Ask for approval before proceeding with implementation.`

Hope that helps!


Nico (@nbbaier) · 2026-04-09 · ♥ 1

[quote="Pauline P. Narvas, post:4, topic:37736, username:pawlean"]
Before implementing any code changes, create a detailed plan outlining the approach, steps, and potential challenges. Ask for approval before proceeding with implementation.

[/quote]

Thanks for the prompt! I’ll try that.