# One-Shot Prompt

**Topic**: The Economics of Space Exploration
**Theme**: Corporate Dark
**Generated**: 2026-04-09
**Model**: gemini-3.1-pro-preview

## Prompt

Write a complete Node.js script using `pptxgenjs` that generates a professional 15-slide presentation about "The Economics of Space Exploration", themed with "Corporate Dark" visual style.

The deck must feel like it was designed by a senior presentation designer — not a tutorial exercise. Every slide should have visual intention, data where appropriate, and a clear narrative arc.

### Theme Palette (Corporate Dark)
- Primary: `1B2A4A` (deep navy)
- Secondary: `2E4A7A` (medium navy)
- Accent: `E8913A` (warm orange)
- Text: `FFFFFF` (white on dark), `2D3436` (dark on light)
- Light text: `B0BEC5` (muted silver)
- Background: `0D1B2A` (near-black navy)
- Light BG: `F5F7FA` (cool white for content slides)
- Dark: `091520` (deepest navy)

### Slide Requirements (15 Slides)

1. **Title Slide**: Solid `0D1B2A` background. Title: "The Economics of Space Exploration". Subtitle: "Billion-Dollar Markets Beyond Earth".
2. **Agenda**: `F5F7FA` background. 5 bullet points overviewing the sections (e.g., The New Space Race, Satellite Markets, Asteroid Mining, Infrastructure, Future Outlook).
3. **Context**: `F5F7FA` background. The shift from government-funded to commercial spaceflight. Key stat: 77% drop in launch costs since 2006.
4. **Key Data Point**: `0D1B2A` background. Massive text "$1.8 Trillion" (accent color `E8913A`), labeled "Projected Space Economy Value by 2035".
5. **Market Overview**: Bar chart showing space economy segments (Satellites, Launch Services, Ground Equipment, Deep Space).
6. **Breakdown / Categories**: Doughnut chart showing current revenue distribution (mostly SATCOM and GNSS).
7. **Timeline / History**: Visual timeline of commercial space milestones (2002 SpaceX founded, 2012 First commercial ISS cargo, 2020 First commercial crew, 2024 Starship tests).
8. **Comparison Table**: Table comparing Launch Vehicles (Falcon 9, Starship, Ariane 6, Vulcan Centaur) across Payload, Cost per kg, and Reusability.
9. **Trend Analysis**: Line chart showing the exponential growth in active satellites in orbit from 2010 to 2025.
10. **Case Study**: The Starlink Constellation. Stats on subscribers, satellites launched, and revenue projections. Use a card layout.
11. **Challenges & Risks**: Space debris, regulatory hurdles, massive capital requirements. Use a risk matrix layout or cards.
12. **Opportunities**: In-space manufacturing, space tourism, lunar infrastructure. Display as 3 rounded cards.
13. **Future Outlook**: Asteroid mining projections. $100B+ potential value for specific near-Earth asteroids.
14. **Key Takeaways**: 3 numbered takeaways. Shapes with numbers inside acting as icons.
15. **Thank You**: `0D1B2A` background matching the title slide. "Questions & Discussion".

### Technical Constraints
- Single script (`generate.mjs`).
- Use ES modules (`import pptxgen from "pptxgenjs"`).
- NO external images. Use PptxGenJS shapes, charts, gradients, and text.
- Every slide needs speaker notes (`slide.addNotes(...)`).
- Do not abbreviate the code. Write all 15 slides out completely.
- Save the file as `presentation.pptx`.

## Notes

- Generated using the oneshot-powerpoint skill.
- Run with: `npm install pptxgenjs && node generate.mjs`
