Babysitter cog-weekly-reflection
Cross-domain pattern analysis with personal, professional, and project domain synthesis
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/cog-second-brain/skills/weekly-reflection" ~/.claude/skills/a5c-ai-babysitter-cog-weekly-reflection && rm -rf "$T"
manifest:
library/methodologies/cog-second-brain/skills/weekly-reflection/SKILL.mdsource content
COG Weekly Reflection Skill
Perform weekly check-in with cross-domain pattern analysis spanning personal, professional, and project domains.
Capabilities
- Gather and analyze the past week's vault entries across all sections
- Identify patterns in personal domain (energy, mood, productivity)
- Identify patterns in professional domain (skills, career, industry)
- Identify patterns in project domain (velocity, blockers, progress)
- Synthesize cross-domain connections
- Generate actionable insights with confidence levels
- Quality-gated reflection with iterative refinement
Tool Use Instructions
- Use
to load entries from 01-daily, 02-personal, 03-professional, 04-projectsfile-read - Use
to find related entries across sectionsfile-search - Analyze patterns within each domain independently
- Synthesize cross-domain connections
- Use
to create weekly check-in in 01-dailyfile-write - Add cross-references to identified patterns
- Use
to commit reflectiongit-commit
Examples
{ "vaultPath": "./cog-vault", "mode": "weekly-checkin", "userName": "Alex", "rolePack": "engineer", "targetQuality": 80 }