ddd/ddd-strategic-design/SKILL.md
Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.
npx skillsauth add caobingsheng/skills ddd-strategic-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If detailed templates are needed, open references/strategic-design-template.md.
Use @ddd-strategic-design to map our commerce domain into bounded contexts,
classify subdomains, and propose team ownership.
development
Use when working with tdd workflows tdd refactor
testing
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
development
Implement the minimal code needed to make failing tests pass in the TDD green phase.
tools
Use when working with tdd workflows tdd cycle