diff --git a/c2b/index.html b/c2b/index.html new file mode 100644 index 0000000..13f876f --- /dev/null +++ b/c2b/index.html @@ -0,0 +1,544 @@ + + + + + +C2B — Chat2Business Console · captKernel + + + + + + + +
+ +
+
captKernel — c2b
+ ← back to captkernel.com +
+ + +
+
▸_ chat2business — console
+
+

Chat2Business

+

Turn a rough idea into a pressure-tested MVP. A five-persona Claude Council + adversarially reviews your idea, scores it, and — only for the ideas that survive — drafts an + MVP spec. A "don't build" verdict is a win: it saves you the build.

+
capture → structureresearchcouncil (5 parallel) → decidemvp
+
+
+ + +
+
setup — bring your own Anthropic key
+
+
+ + +
Your key stays in this browser only and is sent only to api.anthropic.com — this page loads no third-party scripts. Get a key at console.anthropic.com. You pay Anthropic for usage.
+
+ + +
+
+
+
+ + +
A full run is ~7 model calls (5 run in parallel for the Council).
+
+
+
+
+ + +
+
your idea
+
+
+ + +
+
+ + +
+
+ + + + tokens: 0 in / 0 out · ~$0.0000 +
+
+
+
+ + + + + + + + + + + + + + +
+ + + + diff --git a/index.html b/index.html index 180e68e..1c66d26 100644 --- a/index.html +++ b/index.html @@ -538,6 +538,7 @@
work
kernel
connect
+
c2b
gh
𝕏x
@@ -1433,7 +1434,7 @@ /* ---------------- boot ---------------- */ document.querySelectorAll('.dock .app[data-open]').forEach(function(a){a.addEventListener('click',function(){openApp(a.getAttribute('data-open'));});}); -document.querySelectorAll('.dock .app[data-link]').forEach(function(a){a.addEventListener('click',function(){var k=a.getAttribute('data-link');var u=({github:'https://github.com/captkernel',x:'https://x.com/captkernel'})[k];if(u)window.open(u,'_blank','noopener');});}); +document.querySelectorAll('.dock .app[data-link]').forEach(function(a){a.addEventListener('click',function(){var k=a.getAttribute('data-link');var u=({github:'https://github.com/captkernel',x:'https://x.com/captkernel',c2b:'/c2b/'})[k];if(u){if(k==='c2b')location.href=u;else window.open(u,'_blank','noopener');}});}); window.addEventListener('resize',function(){relayout();if(patOn)buildPat();}); /* dock auto-hide: peeks at the bottom; reveal on hovering the peek/strip, hide on leave */ var dockEl=document.querySelector('.dock'), dockPeek=document.getElementById('dockpeek'), wmctlEl=document.getElementById('wmctl');