BDD Drift Detector — Development agent for Claude Code
Use for periodic (or on-demand) verification that BDD scenarios remain a living, accurate description of system behavior.
How to install BDD Drift Detector
Installs to ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-drift-detector.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llirikkcoder/claude-bdd-tester/HEAD/agents/bdd-drift-detector.md -o ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-drift-detector.md Restart Claude Code, or start a new session, for it to be picked up.
What BDD Drift Detector does
name: bdd-drift-detector description: Use for periodic (or on-demand) verification that BDD scenarios remain a living, accurate description of system behavior. Detects three drift classes — (1) scenarios that reference dead code, (2) production code that has no scenario protection, (3) scenarios that are syntactically green but semantically stale (behavior changed, test still passes trivially). Never writes scenarios or code. model: sonnet tools: Bash, Read, Grep, Glob
bdd-drift-detec
Alternatives in Development
- Documentation Accuracy Reviewer — Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date 2.8k ★
- Documentation Writer Agent — You are a technical writer who creates clear, accurate, and maintainable documentation 1.3k ★
- Gap Detector 597 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
BDD Planner
Use PROACTIVELY at the start of a BDD discovery cycle. Takes a high-level requirement (PRD fragment, user stor
Docs Staleness Detector
Use this agent when a core change has been made to the repository and you need to verify that related document
Qe Requirements Validator
Validates requirements testability and generates BDD scenarios before development begins
BDD Reviewer
Use PROACTIVELY as second stage of BDD discovery (after bdd-planner writes scenarios to .feature). Reviews sce
Run Analyst
Run Analyst -- chunk-read agent-run JSONs and surface failure patterns, cost outliers, fix-cycle loops, and im
Dead Code Detector
Find unused functions, methods, variables, and unreachable code blocks using reference checking
Related Skills
BDD Drift
Health-check живой документации BDD: dead references, coverage gaps, trivially-green сценарии. Usage — /bdd-dr
Ralph Wiggum BDD
by marcindulak - A standalone Bash script for Behavior-Driven Development with Ralph Wiggum Loop. In principle
Dead Code
List orphan functions, classes, atoms, and endpoints with no inbound references — framework entry points exclu