# Tool: Build Prompt for Animated Manga Panels

> Bring static comic book illustrations to life with the BOPINK Animated Manga Panel Engine. Built for manga creators, animators, and motion comic artists, this tool generates prompts for Pika 2.0 and Runway Gen-3 Alpha. It animates 2D high-contrast black-and-white ink drawings, dynamic speed lines, screentone halftone textures, and multi-plane parallax depth.

**Category**: prompts-video | **Target AI Models**: Pika 2.0, Runway Gen-3 Alpha

## Domain Parameters:
- `mangaInk` (select): Manga Illustration Medium (Default: "Black & White Ink")
- `speedLines` (toggle): Radial Action Speed Lines (Default: "true")
- `prevent3d` (toggle): Strict Flat 2D Linework (No 3D CGI) (Default: "true")
- `screentoneTexture` (toggle): Halftone Screentone Shading (Default: "true")

## 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": "build-prompt-for-animated-manga-panels",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
