Professional and business growth reflection — analyzes work patterns, decisions, and strategic alignment to generate an executive-coach-style debrief. USE when: /minions-reflect, professional reflection, business reflection, founder reflection, how am I doing strategically, weekly reflection, review my week, what should I focus on, strategic blind spots, am I working on the right things, decision review, business patterns, strategic review. DO NOT use for coding/developer growth (use /minions-dev-reflect for that).
Generate a professional growth report by analyzing vault sources, sessions, and reflective content. This is the "business brain" — strategic focus, decision quality, time allocation, and blind spots. NOT coding patterns (that is /minions-dev-reflect).
BRAIN_DIR = ~/brain # default, override via user instruction
TIMELINE = {BRAIN_DIR}/_Index/timeline.yaml
CATALOG = {BRAIN_DIR}/_Index/catalog.yaml
GRAPH = {BRAIN_DIR}/_Index/graph.yaml
STATE = {BRAIN_DIR}/_Meta/state.json
PREFS = {BRAIN_DIR}/_Meta/preferences.json
LEARNINGS = {BRAIN_DIR}/_Learnings/
STATE — extract last_runs.reflect for previous run metadata.PREFS — respect naming, permissions, content rules throughout._Learnings/system/*.md — extract ## Rule sections as constraints.Parse parameters from invocation:
--days N — analysis period in days (default: 7)--domain X — scope analysis to one domain only--deep — cross-reference with PRINCIPLES.md and all historical learningsRead ALL of the following sources for the analysis period. Collect raw material before analyzing.
CLAUDE_DIR = ~/.claude/projects/*/
*.jsonl files under CLAUDE_DIR (skip subagents/ subdirectories).mtime within the analysis period (--days N).display, project, timestamp, pastedContents./minions-learn (see that skill for format details).WEEKLY_DIR = {BRAIN_DIR closest parent with weekly/}
~/Documents/Github/work-brain/weekly/ as a common location.weekly/*.md files dated within the analysis period.## 3 Goals (max) section to get declared priorities.DECISIONS_DIR = {BRAIN_DIR}/notes/decisions/
*.md files modified within the analysis period.MEETINGS_DIR = {BRAIN_DIR}/notes/meetings/
*.md files dated within the analysis period.{TIMELINE} — filter entries within the analysis period.{CATALOG} — get entity metadata (status, domain, type, fact_count)._Learnings/domain/*.md and _Learnings/process/*.md.## Rule sections — these are past behavioral commitments.PRINCIPLES.md in the vault root or work-brain/PRINCIPLES.md.If total sources (sessions + vault files) <= 15:
Process inline — single-pass analysis.
If > 15 sources:
Spawn analysis agents per source type (sessions, weekly, decisions, meetings).
Each agent returns structured JSON findings.
Main agent synthesizes results.
Run each dimension from references/reflection-framework.md. For every finding, cite specific evidence: file names, quotes, dates.
Summary of dimensions (full definitions in the reference file):
Build the report using this structure:
---