Initial commit
This commit is contained in:
72
skills/oracle/References/session-log-template.md
Normal file
72
skills/oracle/References/session-log-template.md
Normal file
@@ -0,0 +1,72 @@
|
||||
# Session: YYYY-MM-DD HH:MM
|
||||
|
||||
**Session ID**: `session-id-here`
|
||||
|
||||
## Summary
|
||||
|
||||
[Brief 1-2 sentence summary of what was accomplished this session]
|
||||
|
||||
## Activities
|
||||
|
||||
- [Activity 1]
|
||||
- [Activity 2]
|
||||
- [Activity 3]
|
||||
|
||||
## Changes Made
|
||||
|
||||
- **File**: `path/to/file.ts`
|
||||
- Change: [Description of what changed]
|
||||
- Reason: [Why this change was made]
|
||||
|
||||
- **File**: `path/to/another/file.py`
|
||||
- Change: [Description of what changed]
|
||||
- Reason: [Why this change was made]
|
||||
|
||||
## Decisions
|
||||
|
||||
- **Decision**: [What was decided]
|
||||
- Rationale: [Why this decision was made]
|
||||
- Alternatives considered: [What other options were considered]
|
||||
- Impact: [What this affects]
|
||||
|
||||
## Learnings
|
||||
|
||||
- 🔴 **[CRITICAL]** [Critical learning - security, data loss, etc.]
|
||||
- Context: [When this applies]
|
||||
- Applied to: [What this affects]
|
||||
|
||||
- 🟡 **[HIGH]** [Important learning - patterns, gotchas]
|
||||
- Context: [When this applies]
|
||||
|
||||
- 🔵 **[MEDIUM]** [Helpful learning - solutions, preferences]
|
||||
|
||||
## Corrections
|
||||
|
||||
- **Correction**: [What was wrong → what's right]
|
||||
- ❌ Wrong: [What Claude did incorrectly]
|
||||
- ✓ Right: [The correct approach]
|
||||
- Context: [When this applies]
|
||||
- Prevention: [How to avoid in future]
|
||||
|
||||
## Questions Asked
|
||||
|
||||
- **Q**: [Question that was asked]
|
||||
- **A**: [Answer provided]
|
||||
- Relevant knowledge: [Links to related knowledge entries]
|
||||
|
||||
## Automation Opportunities
|
||||
|
||||
- **Task**: [Repeated task that could be automated]
|
||||
- Frequency: [How often this occurs]
|
||||
- Candidate for: [Script/template/pattern]
|
||||
- Complexity: [Simple/Medium/Complex]
|
||||
|
||||
## Next Session Preparation
|
||||
|
||||
- [Thing to remember for next time]
|
||||
- [Context to load at next session start]
|
||||
- [Follow-up task]
|
||||
|
||||
---
|
||||
|
||||
*Recorded: YYYY-MM-DDTHH:MM:SSZ*
|
||||
Reference in New Issue
Block a user