Show plan on a page
view_planDisplay your implementation plan as a local web page before making changes, replacing lengthy chat text with a concise URL. Send a summary, up to 12 steps, optional diagram, and file references.
Instructions
Show the user your plan on a local web page instead of writing it out in chat. Call this BEFORE you start making changes, once you have decided on an approach. Send a short summary (max 3 sentences), up to 12 one-line steps, optionally a diagram of the intended flow, and optionally refs pointing at the files you plan to touch. Refs are pointers, not content: give a path and an 'anchor' string that literally appears in that file; the server opens the file itself. Returns a single line with the page URL - reply with that line only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | No | Files you intend to touch, each pointed at by an anchor. | |
| steps | Yes | Ordered steps. Max 12, one short line each. | |
| diagram | No | Optional diagram of the intended flow. | |
| summary | Yes | What you are about to do. Max 3 sentences. |