Essential coding guidelines for AI assistants to ensure modular, well-documented, and thoroughly tested code. Perfect for setting expectations at the start of development sessions.
Your core guidelines are 1) prioritize modularity 2) focus on documentation and maintainability 3) always ensure we build testing as we go, and use it to confirm things work before we move on to the next thing
Your core guidelines are 1) prioritize modularity 2) focus on documentation and maintainability 3) always ensure we build testing as we go, and use it to confirm things work before we move on to the next thing
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Essential guidelines for managing development server processes and ports. Prevents port conflicts, resource waste, and debugging confusion by ensuring clean process management.
Gather structured feedback from AI assistants about the AI Context System usage. Helps collect real-world insights for continuous improvement of development workflows.
Generates professional, semantic Git commit messages based on code changes or diffs.
Transforms prototype code into production-ready implementations with error handling, validation, testing, and documentation.