Salud Capital
New Venture Agent  ·  Skills Stack
Salud Capital · Platform Intelligence

New Venture Agent Skills Stack

A structured set of skills, prompts, tools, and knowledge assets that enable Claude to stand up a new company, product, or revenue stream end-to-end — from idea to indexed, HTTPS-secured, payment-ready site in 48–72 hours. Designed to evolve as each skill is refined and automated.

12
Core Skills
48–72hr
MVP to Live
~$18/yr
MVP Cost
3
Automation Phases
🤖 Master Launch Prompt

Give Claude this prompt to launch any new venture

"I have a new idea: [describe the concept in 2-3 sentences]. Target customer: [who is this for, and what problem does it solve for them]. Revenue model: [how does this make money — subscription, transaction, licensing, etc.]. Relevant Salud Capital assets: [list any existing templates, research, or infrastructure that applies]. Priority: [speed to market / quality / cost optimization]. Use the Salud Capital platform playbook to stand it up. Follow the skill sequence: Brand → Domain → Hosting → Portal → Research → Investor → Payments → Deploy → Document."
Core Skills — Launch Sequence
💡
Skill 01
Idea → Business Model

Translate a raw idea into a structured business model. Identify revenue streams, target market, distribution channel, and regulatory constraints before writing a line of code.

1Define the problem and customer
2Map revenue model and unit economics
3Identify regulatory flags (securities, HIPAA, COPPA)
4Check against existing Salud Capital assets
5Output: internal brief + go/no-go recommendation
ClaudeInternal Brief Template
🎨
Skill 02
Brand System

Create a complete brand identity in under 2 hours. Fork the Salud Capital CSS system or build fresh. Color palette, typography, logo concept, and design tokens.

1Define 5 colors (primary, secondary, accent, bg, surface)
2Select 3 fonts (display, UI, mono)
3Generate CSS :root vars
4Create logo concept (SVG or base64 PNG)
5Apply to homepage template
CSS TemplateSalud Brand VarsGoogle Fonts
🌐
Skill 03
Domain & DNS

Register domain, identify authoritative nameserver, add GitHub Pages A records, verify ownership TXT, enforce HTTPS. Fully documented in Dev Manual Section 15.

1Register .com at Squarespace
2Run: nslookup -type=NS domain.com 8.8.8.8
3Add 4 GitHub A records in authoritative DNS
4Add TXT verification record for GitHub
5Set custom domain in GitHub Pages → Enforce HTTPS
SquarespaceM365 AdminGitHub Pages
🏠
Skill 04
Homepage & Site Structure

Clone the Salud Capital homepage template, swap brand system, update sector content, configure nav. Full site structure in under 4 hours.

1Clone index.html from saludcap.com
2Apply new brand CSS vars
3Update hero copy, sectors, and nav
4Add logo (base64 embedded)
5Git push → live in 60 seconds
index.html TemplateGitHub Pages
📚
Skill 05
Research Portal

Clone the research portal template, populate with articles, configure gated and public sections, add knowledge base folder. Research portal live in 4–6 hours.

1Clone research/portal/index.html
2Update filter pills and section headers
3Add public article cards (clone SC_Solana template)
4Configure gated section credentials (SHA-256)
5Add knowledge base folder if needed
Portal TemplateArticle TemplateSHA-256
💼
Skill 06
Investor Portal & Offering

Clone the investor portal, configure SHA-256 credentials, create offering folder with gate, pitch, and registry. Full offering setup in 2 hours.

1Clone investor/index.html — update VALID_HASHES
2Create investor/offerings/[name]/ folder
3Build offering.html (pitch), index.html (gate), registry.html
4Generate 10 offering access codes → SHA-256 hash
5Add offering card to investor landing page
Investor TemplateRegistry TemplateSHA-256
📋
Skill 07
Internal Documents

Generate the full internal document suite — investment brief, product spec, HIPAA analysis (if applicable), legal memo framework, and token architecture (if blockchain).

1Clone salud-vault-internal-brief.html template
2Write product narrative and go-to-market
3Generate token spec if blockchain component
4Flag regulatory review requirements
5Place in Salud-Vault folder → assign tiers
Brief TemplateToken Spec TemplateContent Index
💳
Skill 08
Payments Infrastructure

Configure Stripe Connect sub-account or standalone account, set up webhook handling, integrate QuickBooks for accounting. Payment-ready in 2 hours.

1Determine: sub-account (SC platform) or standalone
2Create Stripe account — set up products and prices
3Build payment link or checkout integration
4Connect QuickBooks Online for auto-reconciliation
5Test with Stripe test mode → go live
Stripe ConnectQuickBooksNext.js API
🔐
Skill 09
Access Control & Credentials

Design the permission matrix for the new venture. Assign tiers to every file. Generate SHA-256 hashes for all credentials. Document in content index.

1Map content to tiers: Public / Research / Team / Investor / Offering
2Generate credentials per tier
3SHA-256 hash all passwords and codes
4Inject hashes into HTML gate files
5Add to admin credential manager + content index
SHA-256Content IndexAdmin Panel
🚀
Skill 10
Deploy & Go Live

Full deployment sequence from local repo to live HTTPS domain. Includes git workflow, DNS verification, GitHub Pages configuration, and cache validation.

1git add [all files] → commit → push origin main
2If rejected: rm CNAME → git pull → git push
3Verify DNS: nslookup -type=A domain.com 8.8.8.8
4GitHub Pages settings → set custom domain → Enforce HTTPS
5Hard refresh (Ctrl+Shift+R) → confirm live
GitGitHub PagesM365 DNS
📖
Skill 11
Document & Knowledge Base

Create the persistent knowledge base for the new venture. Update the Master Hub, Dev Manual, admin dashboard, and content index. Every venture gets documented before it's considered complete.

1Add venture to Master Hub business units
2Add section to Dev Manual (Part III or IV)
3Update admin dashboard with new cards
4Update content index with all new files
5Create venture-specific KB if needed
Master HubDev ManualAdmin Panel
🤖
Skill 12
Monetize & Iterate

Define the first revenue milestone. Set up analytics, error monitoring, and a feedback loop. Identify the next 3 iterations that will increase revenue or reduce cost. Update the launch playbook with learnings.

1Set revenue target (first $1, first $1K, first $10K)
2Add Vercel Analytics (one script tag)
3Define 3 next iterations ranked by ROI
4Update Launch Playbook with new cost/time data
5Schedule Phase 1 (Clerk + Next.js) if traction confirmed
Vercel AnalyticsSentryStripe Dashboard
Agent Access Requirements
Credentials the Agent Needs
SystemAccess TypeSkill
GitHub (SaludCap org)Write access04, 05, 06, 10
Microsoft 365 AdminDNS editor03
SquarespaceDomain registration03
Stripe ConnectAccount creation08
VercelDeploy access10 Phase 1
Anthropic APIAPI key01, 07
NeonDB creationPhase 1
ClerkApp creationPhase 1
Knowledge the Agent Needs
AssetUsed In Skill
Master Operations HubAll
Platform Dev Manual (S15 DNS)03
Launch PlaybookAll
index.html template04
Portal template05
Investor template06
Internal brief template07
Token spec template07
Content index matrix09, 11
Admin panel11
Automation Phases
A

Phase A — Now (Static)

Claude + human in the loop. Agent generates all files, human copies to repo and pushes. Skills 1–12 all functional. DNS requires human in M365 admin. SHA-256 credentials require human to paste hashes.

1

Phase 1 — Next.js + Clerk

Agent has GitHub write access via MCP. Deploys directly. Clerk replaces SHA-256 hashing — permission changes apply instantly. Vercel MCP enables autonomous deployment. Human reviews, doesn't copy files.

2

Phase 2 — Full Agent Autonomy

Agent has M365 DNS access via API. Registers domains programmatically. SaludID partition auth for credentials. One prompt → new venture fully live with zero human file management. Monetizing in hours.

Related: Full agent hierarchy and mandate definitions
🏢 Multi-Agent Org → 🏠 Master Hub →