Loading...
Loading...
Review recent work, identify process gaps and repeated mistakes, and produce specific file edits to prevent them. Not a reflection exercise — outputs config and identity changes. Trigger manually after sprints, or automate weekly.
npx skill4agent add benbennitt/skills self-enhance/self-enhance# Recent memory (last 7 days)
memory/YYYY-MM-DD.md files
# Recent git activity across active projects
git -C /path/to/project log --oneline --since="7 days ago"
# Current identity and process files
SOUL.md
AGENTS.md
HEARTBEAT.md
# Project configs for active projects
{project}/CLAUDE.md
{project}/.claude/skills/| File | When to edit |
|---|---|
| New behavioral principle learned from mistakes |
| Process change (e.g., new pre-flight check) |
| New periodic check needed |
| Missing context that caused agent errors |
| New project skill needed |
| Capture the enhancement session itself |
## Self-Enhance Summary — YYYY-MM-DD
### Patterns Found
- [pattern]: [evidence from recent work]
### Changes Made
- [file]: [what was added/changed and why]
### No Action Needed
- [areas reviewed that were already covered]openclaw cron add --label "self-enhance" --schedule "0 9 * * 1" --task "Run the self-enhance skill: review last 7 days of memory files and git activity, identify process gaps, and make specific file edits. Post summary to #sprint channel."/self-enhance