一键导入
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>