Monitors and corrects alignment drifts between current agent work and project goals.

Install

mkdir -p .claude/skills/keel-drift && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18703" && unzip -o skill.zip -d .claude/skills/keel-drift && rm skill.zip

Installs to .claude/skills/keel-drift

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use this skill when you need to sanity-check whether current work is still aligned with the active goal and plan.
113 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Run drift checks
  • Identify deviations from goals and plans
  • Check for spec and runtime-entrypoint drift
  • Detect terminology and session drift
  • Recover from identified drift
  • Reconcile goal, plan, delta, or spec artifacts

How it works

The skill runs `keel --json drift --mode auto` to identify deviations. It then checks `.keel/session/alerts.yaml` for warnings and runs `keel --json recover` if drift is confirmed, reconciling artifacts.

Inputs & outputs

You give it
Current work state and project artifacts
You get back
Alerts for identified drift and a recovery path

When to use keel-drift

  • Checking goal alignment
  • Detecting plan drift
  • Recovering from session inconsistencies

About this skill

KEEL Drift

Use this skill when you need to sanity-check whether current work is still aligned with the active goal and plan.

Workflow

  1. Run keel --json drift --mode auto.
  2. Check .keel/session/alerts.yaml for collapsed high-signal warnings.
  3. Run keel --json recover if drift is real or repeated.
  4. If the recovery path is accepted, reconcile the matching goal, plan, delta, or spec artifacts.

What To Look For

  • goal drift
  • plan drift
  • spec drift
  • runtime-entrypoint drift
  • terminology drift
  • session drift
  • clustered weak signals becoming a real drift pattern

When not to use it

  • When current work is known to be aligned with the active goal and plan
  • When no sanity check is needed
  • When drift is not a concern

Limitations

  • Relies on `keel` tool for drift detection and recovery
  • Recovery path acceptance requires reconciliation of artifacts
  • Focuses on specific types of drift (goal, plan, spec, runtime-entrypoint, terminology, session)

How it compares

This skill provides an automated and structured way to detect and recover from project drift, ensuring alignment with goals and plans, unlike manual checks that might miss subtle deviations or lack a defined recovery process.

Compared to similar skills

keel-drift side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
keel-drift (this skill)04moNo flagsIntermediate
gsd-progress02moNo flagsIntermediate
cto-engineering-metrics59moNo flagsAdvanced
summarize-activity65moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry