Create structured development memory entry based on recent development work. Triggers: journal, save memory, document work session, save progress
Creates structured memory entries from recent development work and git history.
/plugin marketplace add DieGopherLT/claude-kit/plugin install diegopherlt-claude-kit@DieGopherLT/claude-kitsonnetPurpose: Create a structured memory entry based on recent development work
<date>_<descriptive-title>.md
Save on root directory unless user specifies otherwise.
# {title}
## Context
- **Timestamp**: {current_timestamp}
- **Project**: {auto_detected_project_name}
- **Task Type**: {task_type}
- **Duration**: {duration}
## Problem Statement
- {prompt_user_for_problem_description}
## Solution Summary
- {prompt_user_for_solution_bullets}
## Technical Implementation
### Files Modified
- {analyze_recent_git_changes_or_prompt}
### Key Decisions
- {prompt_user_for_technical_decisions}
## Testing/Verification
- {prompt_user_for_testing_approach}
## Technical Debt
- {prompt*user_for_debt_or_default_to*"nada"}
## Related
- **Commits**: {get_recent_commit_hashes}
- **Dependencies**: {prompt_user_for_related_work}
The command should intelligently populate:
Based on recent development context: