# Tool: Design Prompt for UI UX Wireframe Layouts

> Architect intuitive user experiences with the BOPINK UX Blueprint Prompt Generator. Created for Product Managers, UX Designers, and Solution Architects, this tool builds detailed prompts for mapping complete user flows, information hierarchy blueprints, interaction state tables, and screen wireframes tailored for Figma plugins or visual specification handoffs.

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

## Domain Parameters:
- `devicePlatform` (select): Target Device Platform (Default: "Mobile App")
- `wireframeDetail` (select): Wireframe Fidelity (Default: "Mid-Fi Interaction")
- `includeEdgeCases` (toggle): Empty & Error View States (Default: "true")
- `primaryUserRole` (input): Target User Persona (Default: "Enterprise Power User")

## 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": "design-prompt-for-ui-ux-wireframe-layouts",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
