Package Technical Documentation — Code Quoted Exactly
API docs packaged with the rule that matters: code, versions, and identifiers quoted exactly — and this document beats the model's general knowledge of the API.
Overview
Technical documentation has a unique failure mode in AI hands: the model's general knowledge of the technology overrides what THIS document says — and paraphrased code introduces bugs invisibly. Documentation mode packages docs with both defenses: code blocks, identifiers, versions, and configuration values quoted EXACTLY, never paraphrased; and the explicit precedence rule that where the document and general knowledge disagree, the document wins for this task. This setup loads API authentication and rate-limit docs, where single-use token rotation is exactly the kind of detail general knowledge gets wrong.
Workflow
-
Fence the exactness
Code and configs travel verbatim and the rules forbid paraphrasing them back.
-
Pin the precedence
This document beats general knowledge — stated as a rule, not hoped for.
-
Cite per claim
Every behavioral claim names its section — integration answers become auditable.
Why This Works
- Exact quoting keeps code answers executable, not approximate
- Document precedence defeats the stale-general-knowledge override
- Section citations tie every claim to the actual documentation
Best for
- API references and integration guides
- Internal tech docs that differ from public defaults
- Version-pinned documentation work
Not for
- Explaining how documented code works — the Code Explanation Prompt
- Generating new documentation — the Markdown Output Builder
Use cases
- Integrating against an API exactly as documented
- Keeping version-specific behavior version-specific
- Stopping general API knowledge from overriding the docs