bdd-collaboration
Use when facilitating BDD collaboration between developers, testers, and business stakeholders. Use when running discovery workshops and example mapping sessions.
What this skill does
# BDD Collaboration
Master the collaborative aspects of Behavior-Driven Development to bridge communication between technical and business teams.
## Three Amigos Sessions
The Three Amigos brings together three perspectives:
- **Business/Product**: Defines the desired behavior
- **Development**: Understands implementation implications
- **Testing/QA**: Identifies edge cases and risks
```
Session Structure:
1. Product Owner presents the user story
2. Developer asks clarifying questions
3. Tester identifies potential edge cases
4. Team writes scenarios together
5. Everyone agrees on acceptance criteria
```
## Example Mapping
Example Mapping is a structured conversation technique:
```
┌─────────────────────────────────────────┐
│ STORY: As a customer, I want to... │ (Yellow card)
├─────────────────────────────────────────┤
│ RULE: Orders over $50 get free shipping │ (Blue card)
│ ├── Example: $60 order = free │ (Green card)
│ ├── Example: $49 order = $5 shipping │ (Green card)
│ └── Question: What about $50 exactly? │ (Red card)
├─────────────────────────────────────────┤
│ RULE: Express shipping always costs $15 │ (Blue card)
│ ├── Example: $100 order express = $15 │ (Green card)
│ └── Example: $30 order express = $15 │ (Green card)
└─────────────────────────────────────────┘
```
## Discovery Workshop Format
```
1. INTRODUCE (5 min)
- Present the feature or story
- Share any existing context
2. EXPLORE (20 min)
- "What are the rules?"
- "Can you give me an example?"
- "What could go wrong?"
3. DOCUMENT (15 min)
- Write scenarios together
- Capture questions for later
4. REVIEW (10 min)
- Read scenarios aloud
- Confirm shared understanding
```
## Ubiquitous Language
Build a shared vocabulary:
```gherkin
# Domain terms defined clearly
Feature: Subscription Management
# Define terms in feature description
A "subscriber" is a customer with an active subscription.
A "churned subscriber" has cancelled within the last 30 days.
"Winback" is re-activating a churned subscriber.
Scenario: Winback offer for churned subscriber
Given a churned subscriber from 15 days ago
When they visit the pricing page
Then they should see the winback offer
```
## Living Documentation
```gherkin
Feature: Payment Processing
# Link to business documentation
@jira:PAY-123
@confluence:payment-rules
# Version tracking
@since:v2.1
Scenario: Process credit card payment
# This scenario documents the current behavior
# Last verified: 2024-01-15
```
## When to Use This Skill
Use bdd-collaboration when you need to:
- Align team understanding of requirements
- Reduce miscommunication between roles
- Create shared ownership of quality
- Build domain knowledge across team
- Prevent defects through early discussion
## Best Practices
- Schedule regular Three Amigos sessions
- Use Example Mapping for complex stories
- Create and maintain a domain glossary
- Keep scenarios as living documentation
- Involve stakeholders in scenario reviews
- Time-box discovery sessions
## Common Pitfalls
- Skipping collaboration and writing scenarios alone
- Not including all three perspectives
- Using technical jargon with business stakeholders
- Letting scenarios become outdated
- Over-documenting simple features
- Not following up on questions raised
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.