II.
LibraryProcess overview
Reference · livelib-process:entrepreneurship--pre-seed-fundraising
pre-seed-fundraising overview
Pre-Seed/Seed Fundraising Process - End-to-end process for raising pre-seed or seed funding from angels, angel groups, and seed-stage VCs.
Attributes
displayName
pre-seed-fundraising
description
Pre-Seed/Seed Fundraising Process - End-to-end process for raising pre-seed or seed funding from angels, angel groups, and seed-stage VCs.
libraryPath
library/specializations/domains/business/entrepreneurship/pre-seed-fundraising.js
specialization
entrepreneurship
references
- - YC SAFE Documents: https://www.ycombinator.com/documents/ - Venture Deals: https://www.venturedeals.com/ - Art of Startup Fundraising
example
const result = await orchestrate('specializations/domains/business/entrepreneurship/pre-seed-fundraising', {
companyName: 'NewCo',
fundingTarget: 1500000,
currentStage: 'pre-seed',
traction: { mrr: 5000, users: 200 }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:entrepreneurship·DomainEntrepreneurship
lib_belongs_to_specialization1
- specialization:entrepreneurship·SpecializationEntrepreneurship
lib_implements_workflow1
- workflow:product-discovery·WorkflowProduct Discovery
lib_involves_role2
- role:strategic-planner·RoleStrategic Planner
- role:product-manager·RoleProduct Manager
lib_requires_skill_area3
- skill-area:business-model-design·SkillAreaBusiness Model Design
- skill-area:growth-strategy·SkillAreaGrowth Strategy
- skill-area:product-strategy·SkillAreaProduct Strategy
Incoming edges
None.