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.
| Agent | What it does | How 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.
| Skill | Auto-triggers when you say... |
|---|---|
pitch-deck | presentation, deck, slides, pitch |
sales-onepager | one-pager, send-out doc, email attachment |
investor-brief | investors, funding, raise, executive summary |
html-presentation | web link, HTML version, browser-based deck |
collaborator-deck | partner pitch, white-label, co-delivery proposal |
business-planning | GTM, pricing, financial projections, market analysis |
pdf-report | PDF, 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.
| Shortcut | What it does |
|---|---|
Ctrl+K / Cmd+K | Focus search bar in portal |
Escape | Close preview panel / clear search |
Alt+V | Paste screenshot into Claude Code terminal (Windows) |
Cmd+V | Paste screenshot into Claude Code terminal (Mac) |
Space (hold) | Push-to-talk voice input (/voice must be enabled) |
Ctrl+C | Cancel 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
| Task | Why it's safe |
|---|---|
| Market research | Web search only — no file writes |
| Competitor analysis | Web search only — no file writes |
| LinkedIn / Reddit research | Web search only — no file writes |
| HTML / PDF generation | Unique filenames — no collisions |
Never run in parallel
| Task | Risk |
|---|---|
Anything updating files-index.json | Data corruption — one write overwrites the other |
git push / Cloudflare deploy | Merge conflicts and failed deployments |
| Two tasks writing to the same folder | File overwrites and race conditions |
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-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.