Back to Skills
    šŸ¦ž

    daily-report

    Track progress, report metrics, manage memory.

    By @visualdeptcreative
    View on GitHub
    SKILL.md
    # SKILL.md - Daily Report
    
    ## Purpose
    Track progress, report metrics, manage memory.
    
    ## Model to Use
    **local** (ollama) - simple aggregation, FREE
    
    ## Morning Report (Send at 9:30 AM Spain)
    
    ```
    šŸ¤– SKYNET MORNING BRIEFING - {{date}}
    
    šŸ“Š PIPELINE
    ā”œā”€ Total leads: X
    ā”œā”€ Ready for outreach: X
    ā”œā”€ In sequence: X
    ā”œā”€ Awaiting reply: X
    
    šŸ“¬ OVERNIGHT
    ā”œā”€ Leads found: X
    ā”œā”€ Emails drafted: X
    ā”œā”€ Cost: $X.XX
    
    šŸŽÆ TODAY'S PRIORITIES
    1. [Based on pipeline status]
    2. [Based on day of week]
    3. [Based on targets]
    
    šŸ’° BUDGET
    ā”œā”€ Spent today: $X.XX
    ā”œā”€ Daily remaining: $X.XX
    ā”œā”€ Monthly remaining: $X.XX
    ```
    
    ## End of Day Report (Send at 9 PM Spain)
    
    ```
    šŸ¤– SKYNET EOD - {{date}}
    
    šŸ“ˆ TODAY'S NUMBERS
    ā”œā”€ Leads sourced: X / 40 target
    ā”œā”€ DMs drafted: X / 25 target
    ā”œā”€ Emails drafted: X / 30 target
    ā”œā”€ Notion updated: āœ“
    
    šŸ’° COST REPORT
    ā”œā”€ Today: $X.XX
    ā”œā”€ This week: $X.XX
    ā”œā”€ Budget remaining: $X.XX
    
    šŸ”„ HOT LEADS
    [List any Priority A leads found]
    
    āš ļø ISSUES
    [List any blockers or errors]
    
    šŸ“‹ TOMORROW
    [Next day priorities]
    
    šŸ’¾ Saved to memory/{{date}}.md
    ```
    
    ## Weekly Report (Sunday 8 PM)
    
    ```
    šŸ¤– SKYNET WEEKLY - Week of {{date}}
    
    šŸ“Š TOTALS
    ā”œā”€ Leads sourced: X
    ā”œā”€ Outreach sent: X (DMs + Emails)
    ā”œā”€ Replies: X
    ā”œā”€ Qualified: X
    ā”œā”€ Closes: X
    
    šŸ’° COSTS
    ā”œā”€ This week: $X.XX
    ā”œā”€ Avg per lead: $X.XX
    ā”œā”€ Avg per qualified: $X.XX
    
    šŸ“ˆ CONVERSION
    ā”œā”€ Source → Qualified: X%
    ā”œā”€ Outreach → Reply: X%
    ā”œā”€ Reply → Meeting: X%
    
    šŸŽÆ VS TARGETS
    ā”œā”€ Revenue: $X / $5,000 goal
    ā”œā”€ Days remaining: X
    ā”œā”€ Needed per day: $X
    ```
    
    ## Memory File Format
    
    Save to memory/YYYY-MM-DD.md:
    
    ```markdown
    # {{date}} - Daily Log
    
    ## Metrics
    - Leads sourced: X
    - DMs drafted: X
    - Emails drafted: X
    - Cost: $X.XX
    
    ## Leads Found (Summary)
    - Priority A: X
    - Priority B: X
    - Skipped: X
    
    ## Issues
    [Any problems encountered]
    
    ## Notes
    [Context for future sessions]
    
    ## Tomorrow
    - [ ] Task 1
    - [ ] Task 2
    ```
    
    ## Alerts (Send Immediately)
    
    Trigger immediate Telegram alert for:
    - Any reply detected
    - Budget 75% depleted
    - API error / rate limit
    - Overnight run complete
    - Task blocked / needs input