From 1a46c90ea1ca3d8cb87b911982d3e4af23c4b53d Mon Sep 17 00:00:00 2001 From: ippadmin Date: Fri, 7 Aug 2026 21:53:45 -0400 Subject: [PATCH] Initial commit: SharkTank proposal review platform --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f401285 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# SharkTank — Changelog + +## 2026-08-07 + +### Added +- Project inception — SharkTank product proposal created +- Business proposal deployed to proposals.iamgmb.com/sharktank (11 sections, red accent, pipeline diagram) +- Mockup landing page deployed to mockup.iamgmb.com/sharktank/ (dark theme, upload form, pipeline visual) +- Added to proposals index with red left border +- Shark Tank pipeline skill finalized: Sonar → Sonnet → Opus+GPT+Gemini (3-judge majority) +- Domain research: verdicttank.com (free), tankshark.ai (free), sharkreview.io (free) +- Project repo initialized at /root/projects/sharktank/ + +### Pending +- sharktank.iamgmb.com Caddy config +- FastAPI backend with job queue +- WeasyPrint PDF generation +- Email delivery via MXroute +- LiteLLM virtual key creation diff --git a/README.md b/README.md new file mode 100644 index 0000000..e23e61a --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# SharkTank + +AI-powered business proposal review platform. Five models, three judges, majority-rules verdict. + +**Status:** INNER CIRCLE BETA +**Owner:** Germaine Brown +**Built by:** Sho'Nuff (Hermes Agent) + +## Access + +| Resource | URL | Access | +|---|---|---| +| Mockup (landing page) | https://mockup.iamgmb.com/sharktank/ | Public (inner circle invite-only functionally) | +| Proposal | https://proposals.iamgmb.com/sharktank | Public | +| Domain (inner circle) | sharktank.iamgmb.com | TBD — Caddy not yet configured | +| Domain (public launch) | verdicttank.com | Available, not registered | +| AI Costs | admin-ai key: `sharktank-prod` | TBD — create virtual key | + +## Pipeline + +``` +Phase 1 → Sonar Reasoning Pro (Perplexity) — Citation-backed research +Phase 2 → Claude Sonnet 5 (Anthropic) — Brutal 10-dimension critic +Phase 3 → Three judges in parallel (majority rules): + Claude Opus 4.8 (Anthropic) + GPT-5.6 Luna (OpenAI) + Gemini 2.5 Pro (Google) + → PDF verdict delivered by email +``` + +**Cost per review:** $0.46 AI fees +**Turnaround:** ~3-5 minutes + +## Pricing + +| Tier | Price | Details | +|---|---|---| +| Inner Circle | Free | Invite-only, 1/day, full pipeline | +| Pro | $29/mo | Unlimited, priority-ranked actions, research appendix | +| Pay-per-review | $9.99 | Single review, no subscription | + +## Current State + +- Pipeline skill (`shark-tank-review`) fully built and tested +- Proposal page live at proposals.iamgmb.com/sharktank +- Mockup landing page live at mockup.iamgmb.com/sharktank +- Backend API (FastAPI) — to build +- PDF generation (WeasyPrint) — to build +- Email delivery — to build +- sharktank.iamgmb.com DNS/Caddy — to configure