| name | sg-learn |
| description | Use this when a phase is complete and you want to extract patterns and lessons from the session — delegates to sg-retro for structured retrospective. |
Detect the user's input language and respond in that language throughout this skill's output.
- Korean input → respond in Korean
- English input → respond in English
- Mixed input → match the dominant language
Invoke the sg-retro Skill to run a retrospective and extract learnable patterns from the current session.
<execution_context>
Self-contained. Delegates entirely to sg-retro Skill (terminal action).
</execution_context>
1. Session control transfers to the skill; no steps execute after this point:
```
Skill(skill="sg-retro", args="$ARGUMENTS")
```
<success_criteria>
- sg-retro Skill is invoked exactly once.
</success_criteria>