Parent Epic
Description
Create a sub-skill that gathers and synthesizes context from a week's daily archives. This is the foundation for both weekly-planning and weekly-review rituals.
Scope
Location: .claude/skills/_sub/synthesis/gather-week-context/SKILL.md
Requirements
Arguments
scope: prior_week | current_week | YYYY-Www
Returns
daily_archives:
- date: "2026-02-09"
energy: "Medium"
location: "St. Leon-Rot"
meetings: 3
leadership_intention: "Collaborative"
priorities: ["SCOS decisions", "ACR alignment"]
wins_personal: ["Conserved energy"]
wins_team: ["FabianR, David great help"]
insights: ["Listen more, be open"]
week_summary:
total_days: 5
total_meetings: 27
total_1:1s: 6
avg_meetings_per_day: 5.4
energy_trend: "stable"
people_interactions:
- person: "Jonny"
dates: ["2026-02-11"]
themes: ["reorg", "communication"]
aggregated_wins:
personal: ["Conserved energy", "Set boundaries"]
team: ["Protected Nga", "Positioned FabianK"]
projects: ["SCOS networking", "KubeCon alignment"]
aggregated_insights:
went_well: ["Preparation pays off"]
could_be_better: ["Delegate authority"]
key_insights: ["Provide structure while containing chaos"]
incomplete_priorities: ["Interview feedback completion"]
leadership_intentions_used: ["Collaborative", "Listening", "Confident"]
Execution Steps
- Determine date range for target week (Mon-Sun)
- List files in
00_Brain/Periodic/Daily/ matching the week
- Read each daily archive, parse frontmatter and sections
- Aggregate wins, insights, people mentions
- Calculate summary statistics
- Identify incomplete priorities
- Return structured data
Acceptance Criteria
Pattern Reference
Parent Epic
Description
Create a sub-skill that gathers and synthesizes context from a week's daily archives. This is the foundation for both weekly-planning and weekly-review rituals.
Scope
Location:
.claude/skills/_sub/synthesis/gather-week-context/SKILL.mdRequirements
Arguments
scope:prior_week|current_week|YYYY-WwwReturns
Execution Steps
00_Brain/Periodic/Daily/matching the weekAcceptance Criteria
Pattern Reference