-
Notifications
You must be signed in to change notification settings - Fork 0
Create gather-week-context sub-skill #10
Copy link
Copy link
Open
Labels
scope:skillClaude skill implementationClaude skill implementationtype:storyUser-facing capability, shippable incrementUser-facing capability, shippable increment
Description
Parent Epic
- Weekly Rituals System #9 Weekly Rituals System
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
- Returns structured data for any specified week
- Handles missing daily archives gracefully
- Correctly identifies 1:1 interactions and extracts person names
- Calculates accurate meeting counts and energy trends
- Works with existing daily archives (2026-02-06 through 2026-02-12)
Pattern Reference
- get-directives/SKILL.md - Sub-skill structure
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope:skillClaude skill implementationClaude skill implementationtype:storyUser-facing capability, shippable incrementUser-facing capability, shippable increment