AI Documentation Workflow Cheat Sheet

Plan prompts, capture outputs, and version artifacts

Last Updated: November 21, 2025

Artifacts

Artifact Purpose
Prompt bank Document inputs
Responses Capture outputs
Changelog Note model updates

Commands

curl -X POST ...
Run prompt
python compare.py
Diff responses
git log prompts
Track changes

Process

Review prompts, confirm accuracy, and keep docs in sync with models.

💡 Pro Tip: Store prompts + expected outputs in repo, rerun tests when models update.
← Back to Documentation Tools | Browse all categories | View all cheat sheets