← Prompt libraryPlan It Visually
Skill · Product · #planning #html
plan-it-visually
Produce an implementation plan as one self-contained HTML file with mockups, a data-flow diagram, and key code snippets to review before coding. Use when you want to review an implementation plan visually before any code is written.
Before writing code, deliver the implementation plan as a single self-contained HTML file the reader can open and review in one pass.
- Output ONE
.html file with all CSS and JS inline — no external assets, so it opens anywhere.
- Lead with a short summary: the goal, the approach in 2-3 sentences, and the main risks or open questions.
- Mock up each screen or state with plain HTML/CSS boxes, not images. Label the controls and note what each does.
- Draw the data flow — how a request moves from UI to API to data store and back. Inline SVG or a labeled box-and-arrow layout is enough.
- Show only the code worth reviewing: signatures, data shapes, tricky logic. Skip boilerplate.
- Break the work into ordered, checkable steps, each with a one-line note on why it comes when it does.
- Optimize for skimming: clear headings, generous spacing, a table of contents, readable in light and dark.
- Stop after the plan. Do not start implementing until the reader has reviewed it.
This is one of dozens of free prompts in the AIStorageDepot library. Sign up free to save them, version them, and pull them straight into Claude, Cursor, or VS Code over MCP.