ddd-crew · Getting started
AI DDD prompts & rules
DDD-related prompts and rules to use with your favourite coding assistants
Republished from the ddd-crew/ai-ddd-prompts-and-rules repository, licensed CC BY-SA 4.0. The canonical version lives at ddd-crew.github.io.
With thanks toNTCoding, Baasie, yellowbrickc.
View & contribute on GitHub ↗DDD-related prompts and rules to use with your favourite coding assistants
How to use AI prompts in different tools
| AI Tool | How to Include Prompts |
|---|---|
| Cursor | Add prompts as project rules inside the .cursor/rules/ directory (e.g., .cursor/rules/cursorrules.mdc). For detailed guidance, refer to the official Cursor rule guide. |
| GitHub Copilot | Create a .github/copilot-instructions.md file in your repository’s root directory and add natural language instructions in Markdown format. These instructions will guide Copilot’s behavior across your project. More information is available in the GitHub Copilot documentation. |
| Junie | You can specify your coding style, best practices, and general preferences by specifying the guidelines in .junie/guidelines.md file so that Junie will follow these guidelines while generating code. More details available in junie-guidelines |
How to contribute
-
Create a sub-folder in
/promptsor/ruleswith a descriptive name e.g.aggregate-testing-typescript -
Add your rules or prompt file in the sub-folder e.g.
/rules/aggregate-testing-typescript/aggregate-testing-typescript.mdc -
Add a
readme.mdcontain a description and usage guidelines.
License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
More ddd-crew tools
