This repo demonstrates how to give coding agents project-specific guidelines for production-quality coding. The guidelines cover feature design, implementation, code review, testing, and repeatable feedback for production-quality mistakes.
The core artifact is developer-guidelines.md, adapted with only minor changes from my NVIDIA Model Optimizer PR #1488.
This is a reference repo; there is no build or install step.
- Read developer-guidelines.md.
- Create a fitting
developer-guidelines.mdfor your project repository. - Ask the coding agent to follow those instructions for design, implementation,
review, and testing in your repository's agent instruction files, such as
CLAUDE.md,AGENTS.md, orCURSOR.md. - When the agent makes a repeatable production-quality mistake, add a short, general guideline that would prevent that class of mistake next time.
Apache-2.0. See LICENSE.