Intent Drift Skill — AI skill for Claude Code
Detects intent drift in AI-assisted development by comparing original goals against current execution plans using the Intent Alignment Engine.
How to install Intent Drift Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open shauryagangrade/intent-drift-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Intent Drift Skill does
Detects intent drift in AI-assisted development by comparing original goals against current execution plans using the Intent Alignment Engine. Features 9 evidence providers and exportable reports (text/markdown/json).
Alternatives in AI
README
intent-drift
[](https://www.npmjs.com/package/intent-drift) [](https://github.com/shauryagangrade/intent-drift-skill/actions/workflows/ci.yml) [](https://github.com/shauryagangrade/intent-drift-skill/actions/workflows/security.yml) [](LICENSE) [](setup.py) [](https://github.com/shauryagangrade/intent-drift-skill)
A skill that uses the Intent Alignment Engine to analyze intent drift in AI-assisted development.
🎯 Purpose
Detects when AI coding agents begin solving a different problem than originally requested by monitoring alignment between:
- Original goals
- Current execution plans
- File changes and behavior
What the skill is for (and is not)
- Evidence over prose: drift assessments are grounded in real repo state
(git diff, edited files, file changes — and shell history only when you opt
in with
--include-shell-history), not just what a plan claims. - Explainable: every score traces back to evidence lines a human can verify.
- A maintainer tool, not a replacement: it produces a pause-and-confirm call, never an autonomous decision.
- Privacy-safe by default: auto-collected context is scrubbed of secret-like content unless scrubbing is explicitly disabled.
The project's direction of record lives in [ROADMAP.md](ROADMAP.md); every merged change is recorded in [CH
Related Skills
PromptEnhance
Rewrite the following prompt to be clearer, more specific, and more effective for an AI assistant. Preserve th
Umwelten
CLI tool for evaluating and comparing AI models across Google, Ollama, OpenRouter, LM Studio, LlamaBarn, and G
Python Agent.Py
AI-powered conversational sales agent for AutoStream SaaS. Built with Claude claude-haiku-4-5-20251001 + Anthr
Travelpilot
AI-powered trip planning agent for Indian state capitals — builds day-by-day itineraries, detects scheduling c
Suggest
Get AI-powered hAIveMind command suggestions based on current context and intent
Payment Intelligence Agent
Cloud-native, event-driven payment transaction intelligence agent. Ingests simulated payment events, detects a
Related Agents
Audit Drift
Detects SEO regressions by comparing current crawl against a stored baseline using 17 comparison rules at 3 se
Mp Alignment Auditor
Read-only, fresh-context audit of a merged masterplan plan against the ORIGINAL user request. Consumes goals.m
Big Picture Reviewer
Reviews PRs for alignment with stated goals, detects "CI chasing" anti-patterns, and ensures AI agent/skill in