Skip to content

Create gather-week-context sub-skill #10

@BugRoger

Description

@BugRoger

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

  1. Determine date range for target week (Mon-Sun)
  2. List files in 00_Brain/Periodic/Daily/ matching the week
  3. Read each daily archive, parse frontmatter and sections
  4. Aggregate wins, insights, people mentions
  5. Calculate summary statistics
  6. Identify incomplete priorities
  7. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope:skillClaude skill implementationtype:storyUser-facing capability, shippable increment

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions