Weekly development review through the AQAL integral model. Evaluates progress across 4 quadrants (I/WE/IT/ITS) and 5 development lines. Use when: (1) it is Friday and user wants a weekly review, (2) user says "/aqal-review", (3) user wants to assess progress holistically across personal and professional dimensions.
Weekly development review through the AQAL integral model. Evaluates progress holistically across interior/exterior and individual/collective dimensions.
Review recent activity:
For each active project in memory:
Read ~/.claude/memory/MEMORY.md
For each project listed:
For each quadrant, evaluate progress: up (growth), stable (steady), down (declining)
I (Interior Individual):
WE (Interior Collective):
IT (Exterior Individual):
ITS (Exterior Collective):
Update scores (0-100%) for:
Add a new entry to ~/.claude/aqal-history.json:
{
"date": "YYYY-MM-DD",
"week": N,
"quadrants": {
"I": { "score": 75, "trend": "up", "notes": "..." },
"WE": { "score": 70, "trend": "stable", "notes": "..." },
"IT": { "score": 80, "trend": "up", "notes": "..." },
"ITS": { "score": 72, "trend": "up", "notes": "..." }
},
"lines": {
"cognitive": 85,
"technical": 78,
"product": 82,
"emotional": 65,
"interpersonal": 70
},
"projects": {
"project-a": { "status": "active", "progress": "stable" }
},
"highlights": ["..."],
"challenges": ["..."],
"nextWeekFocus": ["..."]
}
Show the user:
Run every Friday:
/aqal-review