# Tool: Create Prompt for Press Release Headlines

> Engineers prompts for drafting formal Associated Press (AP) style press releases with punchy headlines, datelines, executive quotes, and boilerplate company intros.

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

## Domain Parameters:
- `prType` (select): Announcement Type (Default: "Funding")
- `apStyleFormat` (toggle): Strict AP News Style Guidelines (Default: "true")
- `executiveQuotes` (toggle): Include CEO & Lead Investor Quotes (Default: "true")
- `companyName` (input): Company Name (Default: "AI Studio Innovations Inc.")

## 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": "create-prompt-for-press-release-headlines",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
