# Tool: Find Prompt for Brand Storytelling and Vision

> Produces prompts for defining brand personality archetypes, founder origin stories, company vision statements, and core value guidelines.

**Category**: prompts-writer | **Target AI Models**: Gemini 3.6 Flash, Claude 3.5 Sonnet

## Domain Parameters:
- `brandArchetype` (select): Brand Personality Archetype (Default: "Caregiver")
- `includeCoreValues` (toggle): Define 4 Foundational Core Principles (Default: "true")
- `missionAndVision` (toggle): Mission & Vision Statements (Default: "true")
- `founderOrigin` (input): Founder Origin Story Spark (Default: "Frustrated after failing 3 manual software audits")

## 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": "find-prompt-for-brand-storytelling-and-vision",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
