# Tool: Build Prompt for Time-lapse Nature Documentaries

> Produce breathtaking BBC Planet Earth style environmental acceleration clips with the BOPINK Nature Time-lapse Generator. Built for documentary producers, nature lovers, and motion designers, this tool creates prompts for OpenAI Sora and Runway Gen-3. It structures day-to-night light transitions, rolling storm cloud fronts, galaxy sky rotations, blooming flora, and shifting shadow lines.

**Category**: prompts-video | **Target AI Models**: OpenAI Sora, Runway Gen-3 Alpha

## Domain Parameters:
- `timeLapseSubject` (select): Documentary Time-Lapse Focus (Default: "Alpine Night")
- `cameraTripodLock` (toggle): Enforce Stationary Tripod Lock (Default: "true")
- `dayToNight` (toggle): Seamless Sunset to Night Sky Transition (Default: "true")
- `aspectRatio` (select): Cinematic Widescreen Aspect Ratio (Default: "16:9")

## 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-time-lapse-nature-documentaries",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
