Google GeminiGoDocumentation

Generic Documentation Rules for Google Gemini

Generic Documentation Rules adapted for Google Gemini. High-signal generic engineering guidance for real projects.

rules file
# Generic Documentation Rules for Google Gemini

## What to document
- Setup, run, test, deploy, rollback.
- Architecture decisions with rationale and tradeoffs.
- Operational runbooks for common incidents.

## Standards
- Keep docs close to code (repo-first).
- Update docs in same PR as behavior changes.
- Prefer examples and command snippets over prose-heavy explanations.

## DevEx
- README should get a new engineer productive in <15 minutes.
- Keep env var documentation complete and current.

How to use with Google Gemini

#docs#readme#runbooks#gemini#generic-rules#go#ai-coding-rules

Related Rules