dev-wrapup
Installation
SKILL.md
Session Wrap-Up
Review the current session for learnings worth persisting and self-improvement signals.
REVIEW-ONLY MODE
This skill analyzes and suggests. It does NOT apply changes without explicit user confirmation.
- Do NOT write to any file until the user confirms specific items
- Do NOT create new files unless the user approves
- Present all findings for review, then wait for confirmation before each application step
Step 0: Discover Project Root
Run the discovery script:
bash "$DISCOVER" root
Related skills