lazyweb-design-improve
Installation
SKILL.md
Lazyweb Design Improve
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-improve/{screen}-{date}/work/report-data.json(structured content, NOT HTML) - Save only current-state and web-captured screenshots under
.lazyweb/design-improve/{screen}-{date}/references/; embed Lazyweb references directly with their returnedimageUrl/image_url - Do NOT create
report.html,report.md, or any other report artifact by hand — the server renders the report - Do NOT write improvement 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 improvement ideas and the shareable link (the report lives only at that URL)
- Ask the user if the improvements look good
- If in plan mode, exit plan mode after the user confirms
- Suggest next steps: "You can now implement these improvements, ask
/lazywebfor more creative ideas, or start building."