A Claude Code skill — the Keep-it-Alive discipline for substantial, error-compounding work (a non-trivial feature, a refactor or migration, a long piece, an analysis pipeline). Saligo keeps the thing you're growing always working, so any defect surfaces one small, reversible step from where it entered — never found late, after its blast radius has spread.
Clone into your personal Claude Code skills directory:
git clone https://github.com/cjunekim/saligo ~/.claude/skills/saligoIt's picked up at the next session start, or run /reload-skills to load it now. Saligo
auto-triggers on substantial step-by-step work, or you can invoke it by name ("Saligo").
SKILL.md— the discipline: the four-cell map (smiley · aha! · sandglass · death zone), the triangle you trace through it, the Saligo plan shape (living whole · aliveness check · first-alive · transition sequence · guardrail), and how to engage in proportion to the stakes.evals/evals.json— four evaluation prompts (code · essay · data-analysis · migration) with the Saligo plan each one should produce.
Saligo is the execution half of a tandem with genseq: genseq decides what to grow next and in what order (by felt necessity); Saligo governs how you move while growing it (by mistake-cost — keep it alive, small reversible diffs, never compound unknowns). genseq picks the route; Saligo is the rule of the road. Sequence a task with genseq, then execute it under Saligo.
MIT — see LICENSE.