$npx -y skills add Arman-Kudaibergenov/1c-ai-development-kit --skill session-retroRun a quick session retrospective: what worked, what didn't, lessons learned.
| 1 | # session-retro |
| 2 | |
| 3 | Run a quick session retrospective: what worked, what didn't, lessons learned. |
| 4 | |
| 5 | ## Trigger |
| 6 | User says: "session-retro", "ретроспектива", "retro", "итоги" |
| 7 | |
| 8 | ## Steps |
| 9 | 1. Review the current session: |
| 10 | - What tasks were completed? |
| 11 | - What approaches worked well? |
| 12 | - What failed or took too long? |
| 13 | - Any patterns discovered? |
| 14 | 2. Write retro to `session-notes.md` (append "## Retrospective" section if file exists, or create new) |
| 15 | 3. If any lessons are universal (not project-specific), suggest adding to project CLAUDE.md |
| 16 | 4. Report summary to user |
| 17 | |
| 18 | ## Rules |
| 19 | - Keep it brief — 5-10 bullet points max |
| 20 | - Focus on actionable insights, not descriptions of what happened |
| 21 | - Don't over-analyze one-off issues |