Claude-skill-registry bdd-playbook

Guides BDD example-writing: intent-based steps, observable outcomes, and mapping steps to services.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/bdd-playbook" ~/.claude/skills/majiayu000-claude-skill-registry-bdd-playbook && rm -rf "$T"
manifest: skills/data/bdd-playbook/SKILL.md
source content

BDD Playbook (training)

  • Scenarios read like real examples.
  • Use business language from the glossary.
  • Outcomes are observable.
  • Avoid UI mechanics (click/type/wait). Map steps to application services, not UI clicks.