home/productivity/generate-runbook

Generate Runbook

GPTClaudeDeepSeek··788 copies·updated 2026-07-14
generate-runbook.prompt
# Generate Runbook

## Purpose
Create an operational runbook for common maintenance tasks.

## When to Use
Use for services, jobs, apps, or tools that need repeatable operational procedures.

## Inputs Needed
- `<PROJECT_NAME>`
- `<TECH_STACK>`
- `<TASK>`
- `<CONSTRAINTS>`
- `<OUTPUT_FORMAT>`

## Prompt
Generate a runbook for `<PROJECT_NAME>`.

Tech stack: `<TECH_STACK>`

Operational focus: `<TASK>`

Constraints: `<CONSTRAINTS>`

Include purpose, prerequisites, local commands, deployment or release notes if applicable, monitoring signals, troubleshooting steps, rollback guidance, and escalation placeholders.

Output format: `<OUTPUT_FORMAT>`

## Expected Output
A generic runbook draft that avoids environment-specific secrets.

## Quality Rules
- Use placeholders for sensitive endpoints.
- Avoid private incident details.
- Include rollback and verification.
- Keep steps actionable.

when to use it

Community prompt sourced from the open-source GitHub repo nprasann/ai-engineering-prompt-templates (MIT). A "Generate Runbook" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

nprasann/ai-engineering-prompt-templates · MIT