Technical Documentation Writer
Generate clear, structured technical documentation
writingdocumentationtechnicaltutorial
Prompt Template
Write technical documentation for {subject}.
Target audience: {audience}
Format: {format}
Include:
- Clear introduction explaining what and why
- Prerequisites
- Step-by-step instructions with code examples
- Common pitfalls and troubleshooting
- Next steps and related resourcesVariables
{subject}Example: setting up a PostgreSQL database with Drizzle ORM
{audience}Example: junior developers
{format}Example: getting started guide
Example Output
# Getting Started with PostgreSQL + Drizzle ORM ## What is Drizzle ORM? Drizzle is a lightweight TypeScript ORM that... ## Prerequisites - Node.js 18+ - PostgreSQL installed locally...
Tips
- Specify the reader's experience level
- Ask for specific code examples