Skill: /weekly-learnings [argument]
Synthesize the week's vault additions into a written reflection — key learnings, recurring themes, and open questions — as prose, not a bullet dump of activities.
Don't: use this for accountability analysis — that's /weekly-signals. Don't produce a bullet dump — synthesize into actual insights.
Steps
- Parse the argument/topic from Shane's request.
- Follow Qwen Protocol with:
task: "Synthesize this week's vault additions and highlights into a meaningful weekly reflection or email update. What were the key learnings, themes, and open questions?"skill: "weekly-learnings"
- Review Qwen's result, synthesize if needed, and present to Shane.
Fallback
If Qwen is unavailable:
- Determine the current week's date range (Monday–Sunday, YYYY-MM-DD)
- Read this week's daily notes by running
obsidian read file='Daily Notes/[date]'via bash for each date in the week - Run
obsidian search query='[key theme or topic from the week]' limit=15via bash to surface active notes from this week - Read the most active notes from this week
- Synthesize into a weekly reflection with these sections:
- Key learnings (3–5 concrete insights, not summaries of activity)
- Recurring themes (what kept coming up across different contexts?)
- Open questions (what is still unresolved or needs more thinking?)
- What surprised me (anything that shifted existing assumptions?)
- If
[argument]was provided, scope the reflection to that topic - Present the reflection to Shane — format as a written piece, not a bullet dump