# Tool: Write Prompt for B2B Whitepaper Generation

> Engineers prompts for building B2B whitepapers with executive summaries, market trend data analysis, case study evidence, and strategic solution frameworks.

**Category**: prompts-writer | **Target AI Models**: Gemini 3.1 Pro, Claude 3.5 Sonnet

## Domain Parameters:
- `industryDomain` (select): Target Industry & Domain (Default: "Healthcare")
- `executiveSummary` (toggle): Standalone Executive Summary (500 Words) (Default: "true")
- `riskMatrix` (toggle): Regulatory Risk & Financial ROI Matrix (Default: "true")
- `targetRole` (input): Primary Reader Persona (Default: "Chief Information Security Officer")

## 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": "write-prompt-for-b2b-whitepaper-generation",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
