Onboarding Knowledge Base Prompt Portal ← Portal
Knowledge Base

BizDev Toolkit Reference

Quick reference for agents, skills, prompt templates, shortcuts, and maintenance. Everything you need to get the most out of the toolkit.

00 Starting Claude Code

Open PowerShell inside the rtc-bizdev folder and type:

kakukk

Claude Code launches in autonomous mode. No approvals needed — it works independently within the project folder.

01 Agent Commands

Sub-agents handle complex, multi-step tasks autonomously. Invoke them by name in Claude Code.

AgentWhat it doesHow to invoke
skills-sync Syncs all skills with CLAUDE.md after any update Run skills-sync agent
market-researcher TAM/SAM/SOM, competitor analysis, industry trends Use the market-researcher agent to...
pitch-assembler End-to-end pitch package across all formats Use the pitch-assembler agent to assemble a full pitch package for [client]

02 Skill Trigger Reference

Skills auto-trigger based on keywords in your prompt. You don't need to call them explicitly.

SkillAuto-triggers when you say...
pitch-deckpresentation, deck, slides, pitch
sales-onepagerone-pager, send-out doc, email attachment
investor-briefinvestors, funding, raise, executive summary
html-presentationweb link, HTML version, browser-based deck
collaborator-deckpartner pitch, white-label, co-delivery proposal
business-planningGTM, pricing, financial projections, market analysis
pdf-reportPDF, detailed report, printable version

03 Prompt Templates

Copy-paste these into Claude Code. Replace the bracketed placeholders with your specifics.

One-Pager

Create a sales one-pager for a [industry] company.
Pain point: [specific manual task or workflow problem].
Audience: [Head of Ops / CTO / CEO].
Send channel: email attachment.

Pitch Deck

Create a pitch deck for [company name or audience type].
Context: [what you know about them — size, sector, pain].
Tone: [technical / executive / investor].

Investor Brief

Create an investor brief for [context — angel round, VC meeting, etc.].
Focus: [team credibility / market timing / traction].

Market Research

Research the [industry] market in [geography].
I need: TAM/SAM/SOM estimates, key players, growth trends,
and where Roll the Code fits.

Competitor Analysis

Find the top 3 competitors to Roll the Code in [space/geography].
Compare on: speed of delivery, AI depth, pricing, target market.

Skills Sync

Run skills-sync agent

04 Keyboard Shortcuts

Useful shortcuts for working with the BizDev portal and Claude Code.

ShortcutWhat it does
Ctrl+K / Cmd+KFocus search bar in portal
EscapeClose preview panel / clear search
Alt+VPaste screenshot into Claude Code terminal (Windows)
Cmd+VPaste screenshot into Claude Code terminal (Mac)
Space (hold)Push-to-talk voice input (/voice must be enabled)
Ctrl+CCancel current Claude Code operation

05 Running Tasks in Parallel

Claude Code can run in multiple terminal windows simultaneously. Some tasks conflict and can cause data loss if run at the same time.

Safe to run in parallel

TaskWhy it's safe
Market researchWeb search only — no file writes
Competitor analysisWeb search only — no file writes
LinkedIn / Reddit researchWeb search only — no file writes
HTML / PDF generationUnique filenames — no collisions

Never run in parallel

TaskRisk
Anything updating files-index.jsonData corruption — one write overwrites the other
git push / Cloudflare deployMerge conflicts and failed deployments
Two tasks writing to the same folderFile overwrites and race conditions
Simple rule: One generator at a time. Unlimited researchers at a time.

06 File Structure Reference

Every generated file goes into the correct subfolder automatically.

outputs/
  reports/
    html/             ← all HTML presentations and visual deliverables
    pdf/              ← all PDF reports and print-ready deliverables
  sales/
    one-pagers/       ← sales one-pagers (HTML + PDF)
    emails/           ← follow-up and cold email sequences
    proposals/        ← sales proposals
  research/
    market/           ← market sizing, TAM/SAM/SOM reports
    competitors/      ← competitor analysis
    leads/            ← potential client research
  brand/              ← brand-related outputs (not the source brand/ folder)
Files only appear in the portal if files-index.json has been updated. Claude Code does this automatically when generating new files.

07 Brand Quick Reference

Approved Taglines

Use at least one in every document:

  • "Days NOT Months" — primary, use everywhere
  • "We don't code anymore" — for tech-aware audiences
  • "The Vapiano of Product Delivery" — quality, affordable, scalable
  • "I have built an agent called Ákos" — for presentations

Never Say

  • "vibe coding" — we are architect-supervised
  • "AI-powered" without specifics
  • "passionate team" — too vague
  • "Sign Coders" as the company name — it's SignCoders (one word)

Contact & Domain

antal@rollthecode.com · rollthecode.com

08 Maintenance

Three things to know about keeping the toolkit up to date.

After Editing CLAUDE.md

Run:

Run skills-sync agent

After Generating Files

files-index.json is updated automatically by Claude Code when generating files. If a file doesn't appear in the portal, trigger a manual update:

Update the files index

After Brand Changes

Edit brand/brand.md — all future outputs pick up the new branding automatically. Already-generated files are not affected.