lazyweb-design-brainstorm
Installation
SKILL.md
Lazyweb Design Brainstorm
CRITICAL: Output Behavior
This skill produces a HOSTED REPORT, not a plan. Regardless of whether you are in plan mode or not, ALWAYS:
- Author the report content as
.lazyweb/design-brainstorm/{topic}-{date}/work/report-data.json(structured content, NOT HTML) - Embed Lazyweb references directly with their returned
imageUrl/image_url; save only current-state, web-captured, and generated mockup screenshots under.lazyweb/design-brainstorm/{topic}-{date}/references/ - Do NOT create
report.html,report.md, or any other report artifact by hand — the server renders the report - Do NOT write brainstorm content into a plan file
- Render and host the report with
lazyweb_render_report(see "Render and host the report" below) — this single call IS the deliverable; producing the report and hosting it are the same action, so there is nothing to skip - After the render call returns, show the user a summary of ideas and the shareable link (the report lives only at that URL)
- Ask the user if the brainstorm looks good
- If in plan mode, exit plan mode after the user confirms
- Suggest next steps: "You can now prototype the top ideas, ask
/lazywebfor deeper design research on a specific idea, or start building."