Goal Check banner
naimkatiman naimkatiman

Goal Check

Development community

Description

--- name: goal-check description: Check whether recent tool activity still relates to the stated goal in task_plan.md, reporting a drift score and the top off-goal tool calls. Enforces Law 2 (Plan Is Sacred). --- # /goal-check — Goal Drift Check Score this session's recent tool activity against the stated goal and report whether the work is still ON GOAL or has DRIFTed. ## What it does Reads the `## Goal` section of `task_plan.md` (plus optional `## Goal Keywords` and `## Goal Scope` section

Installation

Installs to ~/.claude/skills/naimkatiman-continuous-improvement-goal-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naimkatiman-continuous-improvement-goal-check && curl -fsSL https://raw.githubusercontent.com/naimkatiman/continuous-improvement/HEAD/commands/goal-check.md -o ~/.claude/skills/naimkatiman-continuous-improvement-goal-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository