home/writing/technical-writer-prompt-variants

technical writer Prompt Variants

GPTClaudeGemini··953 copies·updated 2026-07-14
technical-writer-prompt-variants.prompt
# technical writer Prompt Variants

## Default Prompt

The **default prompt** is the agent file itself: `.opencode/agent/content/technical-writer.md`

This is optimized for **Claude** (Anthropic models) and serves as the baseline.

## Model-Specific Variants

This directory is ready for model-specific optimizations:

| Variant | Model Family | Status | Best For |
|---------|--------------|--------|----------|
| gpt.md | GPT | 📝 Not yet created | GPT-4, GPT-4o |
| llama.md | Llama/OSS | 📝 Not yet created | Llama, Qwen, DeepSeek |
| gemini.md | Gemini | 📝 Not yet created | Gemini Pro, Gemini Ultra |

## Creating Variants

To create a model-specific variant:

1. Copy the agent file as a starting point
2. Adapt the prompt for the target model's characteristics
3. Test with the eval framework
4. Document results in this README

## Testing Variants

when to use it

Community prompt sourced from the open-source GitHub repo darrenhinde/OpenAgentsControl (MIT). A "technical writer Prompt Variants" 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

writingcommunitygeneral

source

darrenhinde/OpenAgentsControl · MIT