Skip to content

client-reports

Use when generating client-facing reports — competitive landscape, service catalog, SEO audit, monthly pulse, site performance, or prospect analysis. Also use when a client deliverable needs a branded, shareable web report with PDF export.

ModelSource
sonnetpack: client-ops
Full Reference

Template-driven report generation for client-facing deliverables. Each template defines its own data sources, chained skills, section structure, and output format. Reports render as branded Astro or Next.js web pages with print-friendly CSS and Puppeteer PDF export. Read brand.json before generating any report — all reports inherit brand colors, logo, and typography automatically.

TemplateData SourcesOutput
competitive-landscapeWeb research, KB, business.jsonMarket analysis + positioning
service-catalogContent collections, business.jsonPricing/service overview
seo-auditGSC, Firecrawl, crawl dataTechnical + content audit
quick-assessmentGA4, GSC, reviews, CWVRetainer monthly report
site-performanceLighthouse, CrUXLab + field performance
prospecting-internalFirecrawl, Lighthouse, PlacesTechnical findings for agency
prospecting-clientFirecrawl, Lighthouse, PlacesBusiness impact for prospect

Template definitions live at .claude/report-templates/[name].json. Generated reports save to src/content/reports/ (Astro) or content/reports/ (Next.js). All reports are noindex by default — private client data.

I want to…File
Understand available templates and their sectionsreference/report-types.md
Author a new template or check the JSON schemareference/templates.md
Fetch GA4, GSC, CrUX, Lighthouse, or Firecrawl datareference/data-collection.md
Set up Astro content collections or Next.js dynamic routes for reportsreference/framework-integration.md
Apply brand.json styling or export a report as a PDF via Puppeteerreference/brand-and-pdf.md

Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.


┏━ 📋 client-reports ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Generate branded, template-driven client deliverable reports ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛