# Tool: Best Prompt for Engaging Twitter Threads

> Creates prompts for converting complex articles or books into 7-10 tweet viral X/Twitter threads with punchy hooks, value breakdown tweets, and retweet calls-to-action.

**Category**: prompts-writer | **Target AI Models**: Gemini 3.6 Flash, GPT-4o

## Domain Parameters:
- `threadLength` (select): Thread Tweet Count (Default: "8 Tweets")
- `includeRetweetCta` (toggle): Retweet & Bookmark Call-to-Action (Default: "true")
- `visualDiagramCues` (toggle): Visual Diagram / Infographic Prompts (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "best-prompt-for-engaging-twitter-threads",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
