evo-archiving
Installation
SKILL.md
Archiving Changes
Overview
After implementation is complete and verified, archive the changes by updating project documentation. This ensures future AI sessions have accurate context about the codebase.
Announce at start: "I'm using the evo-archiving skill to document the changes."
Triggering Scenarios
This skill is triggered in two scenarios with different context sources:
| Scenario | Context Source | How to Gather Changes |
|---|---|---|
| After evo-executing-plans | Plan + implementation | Read the plan file, cross-reference with actual changes made |
| After manual changes | Git diff + conversation | Use git diff and git status to identify changes, ask user for intent if unclear |