# Construction Project Timeline Visualizer

Author: @marco_delaney
URL: https://onaiagents.com/p/construction-project-timeline-visualizer
Repo clone: https://onaiagents.com/p/construction-project-timeline-visualizer.repo
Raw prompt: https://onaiagents.com/p/construction-project-timeline-visualizer.txt
Download repo archive: https://onaiagents.com/p/construction-project-timeline-visualizer.zip

Transforms raw construction milestones into a clean Gantt‑style timeline image, complete with phase colors and printable PDF output.

Models: sora-2-(cinematic), midjourney-v6
Kind: image
Tags: #builders, #project-management, #visualization, #timeline, #gantt-chart, #prompt-studio

## prompt.txt

```text
### Prompt – Construction Project Timeline Visualizer
**Context**
- **Project name**: {{project_name}}
- **Milestones** (list each as `Phase | Start Date | End Date`):
  {{milestones}}
- **Phase colors** (optional, format `Phase: #hex`):
  {{phase_colors}}
- **Desired output size** (e.g., A4, 1920x1080): {{size}}

**Task**
1. Act as a senior construction planner and convert the milestone list into a structured Gantt‑chart description.
2. Generate a **Midjourney prompt** that will render the timeline image with:
   - Horizontal bars for each phase, colored per `phase_colors` (default palette if omitted).
   - Date labels on the X‑axis.
   - Clear legend linking colors to phases.
   - Professional typography (sans‑serif) and minimal background.
3. Output the following in **Markdown**:
   - `## Timeline Spec`
   - `### Milestone Table` (markdown table of input data)
   - `### Midjourney Prompt`
   - `### Rendering Instructions` (aspect ratio, `--v 6`, `--ar` for size)

**Quality Bar**
- All dates must be ISO‑8601 (YYYY‑MM‑DD).
- Bars must be proportionally sized to duration.
- Prompt length ≤ 80 tokens.
- The final image must be legible when printed at the requested size.

**Constraints**
- Do not fabricate phases or dates.
- Keep the visual style corporate‑clean; no decorative icons.
- Return ONLY the markdown content.
```

## Files

- [file-1.txt](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/file-1.txt) (text/plain, 124 bytes)
- [file-2.txt](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/file-2.txt) (text/plain, 112 bytes)
- [file-3.txt](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/file-3.txt) (text/plain, 199 bytes)
- [file-4.txt](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/file-4.txt) (text/plain, 338 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/sources.json) (text/plain, 125 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/construction-project-timeline-visualizer/thumbnail-source.txt) (text/plain, 45 bytes)

## Repo clone

```bash
git clone https://onaiagents.com/p/construction-project-timeline-visualizer.repo
# or download the archive:
curl -L https://onaiagents.com/p/construction-project-timeline-visualizer.zip -o construction-project-timeline-visualizer.zip
unzip construction-project-timeline-visualizer.zip -d construction-project-timeline-visualizer
```
