Parent Epic
Description
Update CLAUDE.md to document the weekly rituals system including rituals, sub-skills, and workflow.
Scope
File: CLAUDE.md
Requirements
Core Rituals Table Update
Add to the Core Rituals table:
| Ritual |
When |
Purpose |
| Weekly Planning |
Every Friday |
Prepare Week.md with priorities for next week |
| Weekly Review |
Every Friday (before planning) |
Archive Week.md, synthesize patterns |
Sub-Skills Documentation
Add new sub-skills to documentation:
_sub/synthesis/gather-week-context - Aggregate daily data for a week
_sub/synthesis/extract-to-areas - Extract to People/Insights files
Workflow Update
Update Daily Workflow section to include weekly rhythm:
**Weekly:**
1. Friday: Run weekly-review to archive and synthesize
2. Friday: Run weekly-planning to prepare next week
3. Weekend: Week.md ready for Monday
Usage Examples
Add usage examples:
# Weekly review for current week
claude skill run rituals/review/weekly-review
# Weekly planning for next week (default)
claude skill run rituals/planning/weekly-planning
# Weekly planning for specific week
claude skill run rituals/planning/weekly-planning --args "2026-W08"
Acceptance Criteria
Parent Epic
Description
Update CLAUDE.md to document the weekly rituals system including rituals, sub-skills, and workflow.
Scope
File:
CLAUDE.mdRequirements
Core Rituals Table Update
Add to the Core Rituals table:
Sub-Skills Documentation
Add new sub-skills to documentation:
_sub/synthesis/gather-week-context- Aggregate daily data for a week_sub/synthesis/extract-to-areas- Extract to People/Insights filesWorkflow Update
Update Daily Workflow section to include weekly rhythm:
Usage Examples
Add usage examples:
Acceptance Criteria