Runbook / Playbook Builder

Coding & Development / Documentation Turn tribal knowledge (Slack threads, incident reviews) into structured runbooks: triggers, symptoms, diagnosis, remediation. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: On-Call Engineering, Incident Response, SRE Updated: May 2026 Why This Prompt Exists When the pager goes off at 3 AM, there’s no time to search through…

Migration Guide Crafter

Coding & Development / Documentation Document breaking changes between versions with upgrade steps, deprecation notices, and codemod hints. Difficulty: Advanced Model: GPT-4 / Claude / Gemini Use Case: Version Upgrades, Breaking Changes, Library Releases Updated: May 2026 Why This Prompt Exists Breaking changes without migration docs cause production outages and angry users. You get: “my…

README First Responder

Coding & Development / Documentation Audit existing READMEs for missing sections, then rewrite — onboarding friction killer. Difficulty: Beginner Model: GPT-4 / Claude / Gemini Use Case: Project Onboarding, Open Source Docs, Internal Tools Updated: May 2026 Why This Prompt Exists A bad README wastes hours of every new contributor’s time. You get: “how do…

Architecture Decision Recorder

Coding & Development / Documentation Turn technical discussions into structured ADRs — context, decision, consequences, alternatives. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: Architecture Docs, Technical RFCs, Design Reviews Updated: May 2026 Why This Prompt Exists Months after a decision, no one remembers why you chose PostgreSQL over DynamoDB. You get: Slack…

API Reference Generator

Coding & Development / Documentation API Reference Generator Convert code signatures + comments into complete, human-readable API docs with working examples. Difficulty: Intermediate Model: GPT-4 / Claude / Gemini Use Case: API Documentation, Library Docs, Internal SDKs Updated: May 2026 Why This Prompt Exists Most API documentation is either auto-generated (unreadable) or handwritten (outdated). You…