一键导入
sg-learn
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 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 | 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. |
<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>