بنقرة واحدة
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 المهني
| 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>
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.