Early-Stage Startup — MVP in 48h
From founder vision to working MVP in a weekend with basic compliance for investors.
Context
MVP in 48 hours: Friday intake normalizes the vision, Saturday architect implements in parallel, Sunday verification with vigil and licit status for the investor demo.
Flow with 4 tools
◻ Phase 01 — intake
Founder vision
Normalizes founder Google Docs and competitor screenshots.
◻ intake
intake init "TaskFlow MVP" \
--source gdocs://founder/taskflow-vision \
--source screenshots/competitor-*.png \
--mode quick △ Phase 02 — architect
Parallel implementation
Backend API and React frontend in parallel.
△ architect
architect parallel \
--task "Backend API per spec" \
--task "Frontend React per spec" ⬡ Phase 03 — licit
Basic compliance
Compliance status to show investors.
⬡ licit
licit init && licit trace
licit connect vigil --sarif vigil.sarif
licit status
licit gaps --format markdown > COMPLIANCE-GAPS.md