원클릭으로
sg-learn
Delegates to sg-retro skill to run a structured retrospective and extract learnable patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Delegates to sg-retro skill to run a structured retrospective and extract learnable patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Detect the current workflow stage from HANDOFF.md and STATE.md and report the next sg-* skill to activate.
Detect existing session or start new project — super-gsd workflow entry point
Display current workflow stage, last handoff timestamp, and next recommended command
Toggle the sg-learn stage on or off in the super-gsd workflow by flipping super_gsd.skip_learn in .planning/config.json. Accepts on|off, or no argument to flip.
Toggle the sg-review stage on or off in the super-gsd workflow by flipping super_gsd.skip_review in .planning/config.json. Accepts on|off, or no argument to flip.
Toggle the sg-tdd stage on or off in the super-gsd workflow by flipping super_gsd.tdd_mode in .planning/config.json. Accepts on|off, or no argument to flip.
| name | sg-learn |
| description | Delegates to sg-retro skill to run a structured retrospective and extract learnable patterns. |
| argument-hint | [phase] [lens] - passed through to sg-retro. e.g. '14 ssc' |
<execution_context> Self-contained. Delegates entirely to sg-retro (terminal action). </execution_context>
1. Check that `.agents/skills/sg-retro/SKILL.md` exists before proceeding: ```bash if [ ! -f ".agents/skills/sg-retro/SKILL.md" ]; then echo "[sg-learn] Error: .agents/skills/sg-retro/SKILL.md not found. Run \$sg-setup to install missing skill files." exit 1 fi ```.agents/skills/sg-retro/SKILL.md, passing any ARGUMENTS through as-is.
Output: → $sg-retro
Then execute the sg-retro skill process directly.
<success_criteria>