# Tool: Create Prompt for Keyword Cluster Strategy

> Generates prompts that instruct AI to group lists of unorganized search keywords into parent pillar pages, subpage clusters, and internal linking strategies.

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

## Domain Parameters:
- `clusterDepth` (select): Silo Hierarchy Depth (Default: "3-Tier")
- `intentMapping` (toggle): Map Search Intent per Keyword (Default: "true")
- `internalLinking` (toggle): Bidirectional Internal Linking Strategy (Default: "true")
- `maxClusters` (select): Maximum Pillar Clusters (Default: "4 Pillars")

## 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-keyword-cluster-strategy",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
