# Tool: Find Prompt for Customer Survey Questions

> Produces prompts for designing customer satisfaction surveys, net promoter score (NPS) questions, and user interview scripts free of leading question bias.

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

## Domain Parameters:
- `surveyGoal` (select): Survey Research Objective (Default: "Post-Redesign")
- `unbiasedGuard` (toggle): Enforce Unbiased Neutral Question Guardrails (Default: "true")
- `questionTypes` (multiselect): Included Question Mix (Default: "NPS,Qualitative Text")

## 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-customer-survey-questions",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
