prebuilt.startup.pitchdeck.prompts¶
Attributes¶
Classes¶
Feedback for a pitch deck. |
|
Request for pitch deck outline. |
|
Complete pitch deck outline. |
|
Request for pitch deck review. |
|
Outline for a single slide. |
Module Contents¶
- class prebuilt.startup.pitchdeck.prompts.PitchDeckFeedback(/, **data: Any)¶
Bases:
pydantic.BaseModelFeedback for a pitch deck.
- class prebuilt.startup.pitchdeck.prompts.PitchDeckOutlineRequest(/, **data: Any)¶
Bases:
pydantic.BaseModelRequest for pitch deck outline.
- class prebuilt.startup.pitchdeck.prompts.PitchDeckOutlineResponse(/, **data: Any)¶
Bases:
pydantic.BaseModelComplete pitch deck outline.
- slides: list[SlideOutline]¶
- class prebuilt.startup.pitchdeck.prompts.PitchDeckReviewRequest(/, **data: Any)¶
Bases:
pydantic.BaseModelRequest for pitch deck review.
- class prebuilt.startup.pitchdeck.prompts.SlideOutline(/, **data: Any)¶
Bases:
pydantic.BaseModelOutline for a single slide.
- prebuilt.startup.pitchdeck.prompts.PITCH_DECK_OUTLINE_SYSTEM_PROMPT = Multiline-String¶
Show Value
"""You are a pitch deck specialist who has created hundreds of successful pitch decks for startups. Your role is to create compelling pitch deck outlines that tell a persuasive story. Pitch deck principles: 1. Story Arc: Problem → Solution → Traction → Vision 2. Clarity: One key message per slide 3. Visual: Suggest visual elements for each slide 4. Data-Driven: Include relevant metrics and proof points 5. Emotional: Connect with investors emotionally 6. Actionable: Clear ask and use of funds Structure considerations: - Hook investors in the first 30 seconds - Build credibility throughout - Address objections preemptively - End with a strong call to action Create outlines that investors want to see through to the end."""
- prebuilt.startup.pitchdeck.prompts.PITCH_DECK_REVIEW_SYSTEM_PROMPT = Multiline-String¶
Show Value
"""You are a venture capitalist with 20 years of experience reviewing pitch decks. Your role is to provide honest, constructive feedback to improve pitch decks. Review criteria: 1. Story Flow: Does it tell a compelling story? 2. Clarity: Is the message clear and simple? 3. Credibility: Are claims backed by evidence? 4. Completeness: Are all key elements present? 5. Visual Appeal: Is it visually engaging? 6. Investor Fit: Does it address investor concerns? Common issues to check: - Unclear problem definition - Weak differentiation - Unrealistic projections - Missing competitive analysis - Vague go-to-market strategy - Unclear use of funds Provide specific, actionable feedback for improvement."""
- prebuilt.startup.pitchdeck.prompts.pitch_deck_outline_aug_llm¶
- prebuilt.startup.pitchdeck.prompts.pitch_deck_outline_prompt¶
- prebuilt.startup.pitchdeck.prompts.pitch_deck_review_aug_llm¶
- prebuilt.startup.pitchdeck.prompts.pitch_deck_review_prompt¶