BDD-first engineering skills forked from mattpocock/skills v1.2.3.
Version: 0.1.3
A Claude Code plugin that adapts Matt Pocock's engineering skill set (grilling → spec → tickets → implement → review) to a BDD-first workflow:
- The
tddskill is replaced bybdd, merging mattpocock's seams / vertical-slice / tracer-bullet vocabulary with the Gherkin / Iron Law / discovery→formulation→automation discipline. to-specproduces Gherkin scenarios as executable specifications;code-review's Spec axis verifies against them.
claude plugin install mattpocock@frad-dotclaudePlugin skills are namespaced and do not shadow — same-name skills coexist across plugins. To make /mattpocock:bdd, /mattpocock:implement, etc. unambiguous, disable the installed mattpocock-skills plugin:
- Run
/pluginin Claude Code, selectmattpocock-skills, disable it; or - Edit
~/.claude/settings.json(or the project.claude/settings.json) and set themattpocock-skillsplugin entry to disabled.
After disabling, /mattpocock:bdd is the only bdd/tdd-flavored skill invoked; mattpocock's tdd and mattpocock's bdd no longer both respond to "tdd" phrasing.
Engineering (19): ask-matt, diagnosing-bugs, grill-with-docs, triage, improve-codebase-architecture, setup-matt-pocock-skills, bdd, tdd, to-spec, to-tickets, wayfinder, implement, prototype, research, domain-modeling, codebase-design, code-review, resolving-merge-conflicts, wizard
Productivity (8): grill-me, grilling, handoff, teach, to-questionnaire, wait-what, writing-for-agents, writing-great-skills
The tdd skill is now a BDD-driven Automation reference, registered alongside bdd as part of the unified BDD pipeline. The remaining mattpocock skills (misc / in-progress / personal / deprecated) ship on disk but are unregistered, mirroring upstream's own promotion convention.
Forked from mattpocock/skills v1.2.3 (MIT). The original tdd skill was transformed into bdd. See LICENSE.