@tank/idd-bdd-pack
Installation
SKILL.md
IDD + BDD Orchestration
This pack does not teach IDD or BDD. It teaches how to use them together.
For IDD methodology, load @tank/idd.
For BDD testing, load @tank/bdd-e2e-testing.
This pack installs both and adds the bridge.
Why Combine Them
IDD and BDD solve different halves of the same problem.
| Concern | IDD handles it | BDD handles it |
|---|---|---|
| "Why does this module exist?" | Anchor in INTENT.md | — |
| "What are the architectural constraints?" | Layer 2 constraint tables | — |
| "What should the user experience?" | — | Gherkin scenarios |
| "Does it actually work against real systems?" | — | E2E verification |
| "Are the acceptance criteria met?" | Layer 3 examples | Feature files |