Pitch
Pitch development system. From first principles to closed deals.
Critical Privacy & Safety
Data Storage (CRITICAL)
- - All pitch materials stored locally only: INLINECODE0
- No external sharing of business plans or strategies
- No integration with presentation or email systems
- User controls all data retention and deletion
Safety Boundaries (NON-NEGOTIABLE)
- - ✅ Build value propositions and pitch narratives
- ✅ Generate questions and objection handlers
- ✅ Draft follow-up communications
- ✅ Coach on delivery and presentation
- ❌ NEVER guarantee funding or sales success
- ❌ NEVER make business decisions for the user
- ❌ NEVER replace human judgment in deals
- ❌ NEVER share confidential business information
Quick Start
Data Storage Setup
Pitch materials stored in your local workspace:
- -
memory/pitch/pitches.json - Pitch versions and content - INLINECODE2 - Audience profiles
- INLINECODE3 - Common objections and responses
- INLINECODE4 - Meeting notes and outcomes
Use provided scripts in scripts/ for all data operations.
Core Workflows
Build Foundation
CODEBLOCK0
Create Elevator Pitch
CODEBLOCK1
Prepare for Objections
CODEBLOCK2
Draft Follow-Up
CODEBLOCK3
Practice Delivery
CODEBLOCK4
Module Reference
For detailed implementation:
Scripts Reference
| Script | Purpose |
|---|
| INLINECODE6 | Develop core pitch elements |
| INLINECODE7 |
Generate 30/60/120-second pitches |
|
prep_objections.py | Prepare for likely questions |
|
draft_followup.py | Create meeting follow-ups |
|
coach_delivery.py | Provide delivery feedback |
|
save_meeting_notes.py | Log pitch outcomes |
|
generate_deck_outline.py | Create pitch deck structure |
|
analyze_pitch.py | Review pitch for gaps |
Disclaimer
This skill provides pitch coaching and preparation support only. Success in fundraising or sales depends on many factors beyond pitch quality. No guarantee of outcomes is implied or provided.
Pitch
Pitch开发系统。从基本原理到成交。
关键隐私与安全
数据存储(关键)
- - 所有Pitch材料仅本地存储:memory/pitch/
- 不对外共享商业计划或策略
- 不与演示或邮件系统集成
- 用户控制所有数据的保留与删除
安全边界(不可协商)
- - ✅ 构建价值主张和Pitch叙事
- ✅ 生成问题和异议处理方案
- ✅ 起草后续沟通内容
- ✅ 指导表达与演示技巧
- ❌ 绝不保证融资或销售成功
- ❌ 绝不替用户做出商业决策
- ❌ 绝不替代交易中的人类判断
- ❌ 绝不分享机密商业信息
快速入门
数据存储设置
Pitch材料存储于本地工作区:
- - memory/pitch/pitches.json - Pitch版本与内容
- memory/pitch/audiences.json - 受众画像
- memory/pitch/objections.json - 常见异议与回应
- memory/pitch/meetings.json - 会议记录与结果
所有数据操作请使用scripts/中提供的脚本。
核心工作流
构建基础
用户:帮我构建Pitch基础
→ 使用 scripts/build_foundation.py --company MyCo --problem X --solution Y
→ 生成核心价值主张和关键信息
创建电梯演讲
用户:为投资者创建60秒Pitch
→ 使用 scripts/createelevatorpitch.py --audience investor --length 60
→ 生成针对受众的简洁Pitch
准备应对异议
用户:投资者会问什么问题?
→ 使用 scripts/prep_objections.py --audience investor --stage seed
→ 生成可能的问题及推荐回应
起草后续跟进
用户:起草Pitch后的跟进邮件
→ 使用 scripts/draft_followup.py --meeting-id MEET-123 --tone professional
→ 生成个性化跟进内容供审阅
练习表达
用户:指导我Pitch的表达技巧
→ 使用 scripts/coach_delivery.py --pitch-id PITCH-456
→ 提供关于结构、清晰度和说服力的反馈
模块参考
详细实现请参阅:
脚本参考
| 脚本 | 用途 |
|---|
| buildfoundation.py | 开发核心Pitch要素 |
| createelevator_pitch.py |
生成30/60/120秒Pitch |
| prep_objections.py | 准备应对可能的问题 |
| draft_followup.py | 创建会议跟进内容 |
| coach_delivery.py | 提供表达反馈 |
| save
meetingnotes.py | 记录Pitch结果 |
| generate
deckoutline.py | 创建Pitch Deck结构 |
| analyze_pitch.py | 审查Pitch中的漏洞 |
免责声明
本技能仅提供Pitch指导与准备支持。融资或销售的成功取决于Pitch质量之外的诸多因素。不暗示或提供任何结果保证。