report-writer
Use this skill when the output needs to be read outside the chat.
Standard Structure
- Title and one-sentence takeaway.
- TL;DR with the recommendation.
- Context: what question the report answers.
- Findings or options.
- Evidence tables or examples.
- Recommendation.
- Next steps.
- Sources and caveats.
Visual Rules
- Single HTML file.
- Inline CSS.
- Light background.
- No external scripts.
- Tables for comparisons.
- Short headings.
- Caveats after the takeaway, not before it.
Output Prompt
Create a single-file HTML report for this audience:
<audience>
Question:
<decision or analysis question>
Evidence:
<facts, links, pasted notes, tables>
Recommendation:
<if already known, state it; otherwise infer from evidence>
Verification
Open the file in a browser and check:
- no horizontal overflow on mobile width;
- title and TL;DR visible at the top;
- tables fit or scroll cleanly;
- sources are listed;
- recommendation is explicit.