Generate an HTML dashboard from meeting analysis. Use when the user wants to create a visual summary, build a dashboard, generate a report, or visualize meeting insights.
Create a beautiful HTML dashboard from meeting analysis.
Read the analysis from projects/{project}/analysis/{date}.json
Use the template from templates/dashboard.html as a base
Generate a complete, standalone HTML file with:
Replace template placeholders with actual content:
{{PROJECT_NAME}} → Project display name (convert kebab-case to Title Case){{DATE}} → Meeting date formatted nicely{{MEETING_TYPE}} → Type of meeting (standup, sprint review, etc.){{SUMMARY}} → Meeting summary paragraph{{ATTENDEES}} → HTML list items for each attendee{{KEY_TOPICS}} → HTML list items for topics{{KEY_DECISIONS}} → HTML list items for top 1-3 decisions made (do not repeat in Done This Sprint){{DONE_THIS_SPRINT}} → HTML list items for outcomes, features completed (excluding decisions){{NEXT_STEPS}} → HTML cards for each action item with owner/deadline{{QUESTIONS}} → HTML list items for open questionsDEDUPLICATION CHECK before saving:
Save the dashboard to projects/{project}/dashboards/{date}/index.html
Confirm the dashboard location and provide a brief preview of what was generated.
npx skills add SSWConsulting/generate-dashboard下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Category:other