Loading...
Loading...
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
npx skill4agent add camacho/ai-skills archive.done.mdai-workspace/plans/ls -t ai-workspace/plans/*.md | grep -v '.done.md' | head -1.done.md## Outcomes & Learnings
**Completed**: [date]
### What Worked
- [bullet points]
### What Didn't
- [bullet points]
### Learnings
- [bullet points]git mv ai-workspace/plans/<name>.md ai-workspace/plans/<name>.done.mdgit add ai-workspace/plans/<name>.done.md
git commit -m "docs: archive plan <name>".done.md