These documents defines the minimum quality standards for software prompts and outputs when using LLMs in complex projects. It must be included and adapted for every new repository.
Developers should:
- Clone this repo to initialize new projects.
- Fork this repo to extend or specialize it for other domains (frontend, data pipelines, DevOps, etc.).
- Always start a new LLM session with this template. Copy it into your first prompt.
- Replace all
TBDfields with project-specific details before generating code. - Use this as a policy reference: it enforces consistent quality, security, and maintainability.
- Treat this template as a contract between developers and the LLM.
- Extend or refine categories when the project grows.