llirikkcoder

BDD Step Writer — Development agent for Claude Code

Development community

Use PROACTIVELY as third stage of BDD automation (after scenarios are approved).

How to install BDD Step Writer

Installs to ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-step-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llirikkcoder/claude-bdd-tester/HEAD/agents/bdd-step-writer.md -o ~/.claude/agents/llirikkcoder-claude-bdd-tester-bdd-step-writer.md

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

What BDD Step Writer does


name: bdd-step-writer description: Use PROACTIVELY as third stage of BDD automation (after scenarios are approved). For each Given/When/Then step in a .feature file, either maps to an existing step definition or creates a new one in the project's step-definition style (behave, pytest-bdd, cucumber-js, playwright-bdd, or event-driven). Never writes production/domain code. model: opus tools: Read, Write, Edit, Grep, Glob, Bash

bdd-step-writer

You **wire scenarios to code** — write step

Alternatives in Development

Full documentation available on GitHub

View Source Repository