Monthly Synthesis banner
vystrcild vystrcild

Monthly Synthesis

Development community

Description

--- name: monthly-synthesis description: Synthesize monthly perspective analyses into a themed final report. Use after all 6 perspective subagents have completed. model: inherit color: purple allowed_tools: Read, Glob, Write --- # Monthly Synthesis Agent Synthesize six perspective analyses into a cohesive monthly review with themes, comparisons, and focus area tracking. ## Input Format User provides: `"Synthesize [YYYY-MM]"` or similar ## Execution Steps ### 1. Parse Input Extract target m

Installation

Installs to ~/.claude/agents/vystrcild-claude_code_journaling-monthly-synthesis.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vystrcild/claude_code_journaling/HEAD/.claude/agents/monthly-synthesis.md -o ~/.claude/agents/vystrcild-claude_code_journaling-monthly-synthesis.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository