Bdd
v1.4.0Comprehensive Behavior-Driven Development principles, practices, and collaboration patterns.
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-bddOverview
Comprehensive Behavior-Driven Development principles, practices, and collaboration patterns.
Skills
- bdd-principles: Core BDD concepts, philosophy, and the Three Amigos practice
- bdd-scenarios: Writing effective scenarios, examples, and specifications
- bdd-patterns: Common BDD patterns, anti-patterns, and best practices
- bdd-collaboration: Facilitating BDD workshops and fostering team collaboration
Installation
Install with npx (no installation required):
han plugin install jutsu-bdd
Skills
bdd-collaboration
Use when facilitating BDD collaboration between developers, testers, and business stakeholders. Use when running discovery workshops and example mapping sessions.
bdd-patterns
Use when applying Behavior-Driven Development patterns including Given-When-Then structure, feature files, and acceptance criteria. Use when writing BDD-style tests and specifications.
bdd-principles
Core BDD concepts, philosophy, and the Three Amigos practice
bdd-scenarios
Use when writing effective BDD scenarios including acceptance criteria, edge cases, and scenario organization. Use when defining behavior specifications.
Hooks
UserPromptSubmit
Runs when the user submits a prompt, before Claude processes it. Can inject required context, enforce workflows, or validate user intent before processing begins.