Summary
by vogon101
Daily summary of accomplishments, task status, and project updates.
Skill Details
Repository Files
1 file in this skill directory
name: summary description: Daily summary of accomplishments, task status, and project updates. user-invocable: true allowed-tools: Read, Grep, Edit, Bash(.claude/skills/task-cli/scripts/task-cli.sh:), Bash(.claude/skills/dates/scripts/date_context.sh:), Bash(.claude/skills/google/scripts/google-cli.sh:*)
Daily Summary
Generate a summary for today's work. Include a summary of my current projects and priorities and tasks. If you think I have missed something, ask me questions.
If today's diary file doesn't exist, create it. Review today AND yesterday's diary entries. Make sure you review personal/routines.md for any recurring tasks or reminders.
Task Queries
When gathering tasks for the summary, run ALL of these:
.claude/skills/task-cli/scripts/task-cli.sh today— tasks due today or with today's attention date.claude/skills/task-cli/scripts/task-cli.sh overdue— overdue tasks.claude/skills/task-cli/scripts/task-cli.sh checkins— tasks with check-ins due (these count as today's tasks).claude/skills/task-cli/scripts/task-cli.sh routines due— today's routines.claude/skills/task-cli/scripts/task-cli.sh activity --since YYYY-MM-DD— activity feed showing what happened today (status changes, completions, notes)
The activity feed is essential for understanding what was accomplished — it shows task completions, status changes, and notes added. Use today's date for --since.
Check-ins are scheduled review points for tasks — they surface tasks that need attention even if not "due" today.
Calendar & Email Review
Check calendar and emails using the google skill. See @.claude/skills/google/SKILL.md for command reference.
.claude/skills/google/scripts/google-cli.sh calendar today
.claude/skills/google/scripts/google-cli.sh calendar upcoming --days 2
.claude/skills/google/scripts/google-cli.sh gmail search "category:primary in:inbox newer_than:2d"
Include today's meetings in the summary — note which happened, any outcomes or follow-ups.
Process emails to identify new action items, task updates, and project-related correspondence.
Propose changes, don't make them — summarise findings, use AskUserQuestion, wait for confirmation before creating/updating tasks.
Project Status Updates (MANDATORY)
For each active project with today's activity (tasks, emails, meetings), check and update its README status block. See the "Project READMEs" section in @FRAMEWORK-INSTRUCTIONS.md for the update process and template.
Search gmail per project for recent correspondence:
.claude/skills/google/scripts/google-cli.sh gmail search "subject:project-name newer_than:2d"
Propose README updates and confirm with user before editing.
Next Steps
Consider all my current projects, stated priorities and the tasks in the task database. Then provide me with a summary and the next steps. If you think I am missing something (eg one project is very high priority but I haven't got a task for it) then please ask me questions.
Prioritization criteria:
- Overdue items always surface first
- Due today items come next
- High priority (P1, P2) items regardless of due date
- Blocked items to identify what can be unblocked
- Check-ins due — scheduled review points
For each next step, briefly note:
- The task/action
- Why it's prioritized (overdue, high priority, blocking other work, etc.)
- Any context needed to resume
Working Memory
After generating the summary, update .claude/context/working-memory.md with any new insights, status changes, or important context discovered during the summary process.
Related Skills
Attack Tree Construction
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.
Grafana Dashboards
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.
Matplotlib
Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.
Scientific Visualization
Create publication figures with matplotlib/seaborn/plotly. Multi-panel layouts, error bars, significance markers, colorblind-safe, export PDF/EPS/TIFF, for journal-ready scientific plots.
Seaborn
Statistical visualization. Scatter, box, violin, heatmaps, pair plots, regression, correlation matrices, KDE, faceted plots, for exploratory analysis and publication figures.
Shap
Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model
Pydeseq2
Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
Query Writing
For writing and executing SQL queries - from simple single-table queries to complex multi-table JOINs and aggregations
Pydeseq2
Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
Scientific Visualization
Meta-skill for publication-ready figures. Use when creating journal submission figures requiring multi-panel layouts, significance annotations, error bars, colorblind-safe palettes, and specific journal formatting (Nature, Science, Cell). Orchestrates matplotlib/seaborn/plotly with publication styles. For quick exploration use seaborn or plotly directly.
