name: generating-ceo-briefing
description: |
Generate weekly CEO briefing reports from activity logs.
Use when creating executive summaries, analyzing system performance,
reviewing weekly metrics, or troubleshooting report generation.
NOT when processing individual tasks (use orchestrator skill).
CEO Briefing Generator Skill
Weekly summary report generation from system logs.
Quick Start
# Generate report
python scripts/run.py
# Custom period
python scripts/run.py --days 14
# Dry run
python scripts/run.py --dry-run
Report Sections
Executive Summary
Activity by Source (Gmail, WhatsApp, Filesystem)
Actions Performed
Pending Items
Errors & Exceptions
System Health
Recommendations
Output
Creates Vault/CEO_Briefing_YYYY-MM-DD.md
Verification
Run: python scripts/verify.py