llirikkcoder

BDD Drift Detector — Development agent for Claude Code

Development community

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

Terminal
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

Full documentation available on GitHub

View Source Repository