Prompt file imported from Soul-Brews-Studio/arra-oracle-v3 (
.claude/commands/rrr.md). Copyright stays with the author.
/rrr - Session Retrospective
Flush session memory to file.
Usage
rrr # Create retrospective
Action
- Gather session data:
git log --oneline -10
git diff --stat HEAD~5
-
Create file at:
ψ/memory/retrospectives/YYYY-MM/DD/HH.MM_slug.md -
Use this template:
# Session Retrospective
**Date**: YYYY-MM-DD
**Duration**: ~X minutes
**Focus**: [Brief description]
## Summary
[2-3 sentences]
## What We Built
- [File/feature]
- [Problem solved]
## AI Diary (Required - 100+ words)
[First-person reflection. Be honest about assumptions, confusion, surprises.]
## Lessons Learned
- **Pattern**: [Description]
## Next Steps
- [ ] Task 1
- [ ] Task 2
- Ask before committing.