You’ve learned the tools individually. Now let’s put them together into complete workflows designed for how you actually work. Each workflow combines Claude Skills, Gemini Gems, and NotebookLM for maximum impact.

🏢 Business Owner — Marketing & Operations Workflow

The Problem

You’re juggling content creation, competitive analysis, and customer communication — all while running the business. You need consistent outputs without spending hours on each piece.

The Workflow

Market Reports (PDF) ──→ NotebookLM ──→ Market insights

Brand Guidelines ──→ Gemini Gem ──→ Consistent content

Email Templates ──→ Claude Skill ──→ Professional comms

Step-by-Step Setup

Phase 1: Research Foundation (NotebookLM)

Create a notebook called “Market Intelligence Q1 2026”:

  • Upload industry reports, competitor websites, customer feedback surveys
  • Ask: “What are our top 3 market opportunities based on these sources?”
  • Generate Audio Overview for leadership team

Phase 2: Content Engine (Gemini Gem)

Create a Gem called “Marketing Content Director”:

# Purpose
Produce all marketing content — blog posts, social media, newsletters —
in our brand voice.

# Goals
- Consistent tone across all channels
- SEO-optimized for target keywords
- Every piece drives toward a business goal

# Behavior
- Reference brand guidelines before every output
- Suggest A/B variations for headlines
- Include CTAs aligned with current campaign goals

Upload: brand guidelines, top 10 performing posts, keyword research document

Phase 3: Communication Pipeline (Claude Skill)

Create a Claude Skill for business communication:

---
name: Executive Communicator
description: Draft professional emails, proposals, and updates
---

Use this for: client emails, investor updates, partnership proposals, internal announcements.

Daily Routine

TimeToolTask
MorningNotebookLMCheck latest research, review Audio Overview
Mid-morningGemini GemGenerate weekly blog post
AfternoonClaude SkillDraft 3-5 client/prospect emails
End of dayNotebookLMUpload new sources from today’s research

Results

  • Content production: 5x faster with brand consistency
  • Research depth: Hours instead of days
  • Communication quality: Professional, consistent, on-brand

💻 Developer — Development Workflow

The Problem

You’re context-switching between coding, code reviews, documentation, and learning new technologies. Each task breaks your flow state.

The Workflow

API Docs + Architecture ──→ NotebookLM ──→ Quick reference

Code Changes ──→ Claude Skill ──→ Reviews + Tests

New Technologies ──→ Gemini Gem ──→ Exploration + Prototypes

Step-by-Step Setup

Phase 1: Knowledge Base (NotebookLM)

Create notebooks for each major system:

  • “Payment Service Architecture” — upload API docs, architecture decision records, runbooks
  • “Auth & Security Standards” — upload security policies, OWASP guidelines, past incident reports
  • “New Tech Evaluation” — upload docs for technologies you’re evaluating

Use cases:

  • “How does the payment retry logic work?” → Instant answer with source
  • “What was the rationale for choosing Redis over Memcached?” → ADR citation
  • “Compare WebSocket vs SSE for our real-time requirements” → Analysis from uploaded docs

Phase 2: Code Quality Pipeline (Claude Skill)

Create skills for your most common development tasks:

Code Review Skill (from Part 2):

Review for security, performance, error handling, test coverage.
Output: structured report with severity levels and diff suggestions.

Test Generator Skill:

---
name: Test Case Generator
description: Generate comprehensive test suites for TypeScript code
---
## Task
Generate test cases covering:
1. Happy path for each public function
2. Edge cases: null/undefined, empty arrays, boundary values
3. Error paths: network failures, invalid input, timeouts
4. Integration points: database queries, API calls

## Format
Use Jest with TypeScript. Include:
- Descriptive test names
- Arrange-Act-Assert pattern
- Mock setup for external dependencies

Documentation Skill:

---
name: API Doc Writer
description: Generate API documentation from code
---

Phase 3: Technology Explorer (Gemini Gem)

Create a Gem called “Tech Exploration Partner”:

# Purpose
Help evaluate new technologies and prototype solutions quickly.

# Behavior
- When asked about a technology, provide:
  1. Core concepts and mental model
  2. Comparison with familiar alternatives
  3. Minimal viable code example
  4. Trade-offs and gotchas from real-world usage
- Never recommend technology without discussing trade-offs
- If uploaded docs are available, ground advice in them

Upload: your team’s tech radar, architecture principles, evaluation criteria

Daily Routine

TaskToolTime Saved
”How does this service work?”NotebookLM30 min → 2 min
Review PRClaude Code Review Skill45 min → 15 min
Write testsClaude Test Generator2 hours → 30 min
Evaluate new libraryGemini Gem + NotebookLM2 days → 2 hours
Write API docsClaude Doc Writer3 hours → 45 min

✍️ Writer — Creative Writing Workflow

The Problem

Writers struggle with research organization, consistency across long projects, and the lonely grind of drafting and editing. AI can accelerate all three without replacing your creative voice.

The Workflow

Research Sources ──→ NotebookLM ──→ World-building bible

Character Bible ──→ Gemini Gem ──→ Consistency + Brainstorming

Draft Chapters ──→ Claude Skill ──→ Structural editing

Step-by-Step Setup

Phase 1: Research & World-Building (NotebookLM)

Create notebooks by world-building category:

  • “Setting — Victorian London”: Upload historical accounts, maps, social customs research, photos descriptions
  • “Character Psychology”: Upload psychology references, character archetype studies
  • “Genre Conventions — Mystery”: Upload craft books, structural analyses of comparable novels

Queries to power your writing:

  • “What would a working-class family eat for dinner in 1890s London?”
  • “Based on the psychology sources, what defense mechanisms would a character with abandonment issues display?”
  • “What are the key structural beats in a classic mystery novel?”

Every answer comes with citations you can trace back to your sources.

Phase 2: Creative Partner (Gemini Gem)

Create a Gem called “Story Development Partner”:

# Purpose
Help develop story ideas through Socratic dialogue, never
writing prose for the author.

# Behavior
- Ask probing questions about character motivation, theme, conflict
- When the writer is stuck, offer 3 "what if" scenarios
- Track character consistency across conversations
- Reference uploaded character bible for continuity
- Never judge creative choices — explore consequences instead

# Constraints
- Never write more than one line of sample dialogue
- Frame all suggestions as questions or possibilities
- Always ask "what does your character want?" before plot discussions

Upload: character bible, plot outline, world-building notes

Phase 3: Structural Editor (Claude Skill)

Create the Fiction Editor skill (from Part 2) with additions:

---
name: Structural Editor — [Genre]
description: Edit fiction chapters for pacing, consistency, and prose quality
---

Add genre-specific rules:

## Genre Conventions (Mystery)
- Clues must be fair — planted before the reveal
- Red herrings should be plausible but removable
- Pacing: tension should escalate chapter over chapter
- The detective must solve it through logic, not luck

Writing Session Flow

PhaseDurationToolActivity
Warm-up10 minGemini GemDiscuss today’s scene — “My character needs to discover the letter, but it feels forced”
Research15 minNotebookLM”What was the postal system like in 1890s London? How would a letter be delivered?”
Draft90 minJust youWrite the scene
Quick edit20 minClaude SkillRun the draft through the editor for pacing and consistency notes
Reflection10 minGemini Gem”I wrote a scene where [X happens]. Does this align with the character arc we discussed?”

🎨 Content Creator — Content Pipeline Workflow

The Problem

Creating consistent content across multiple platforms requires research, writing, adaptation, and distribution. Most creators are bottlenecked at the research and adaptation stages.

The Workflow

Topic Research ──→ NotebookLM ──→ Deep expertise

Long-form Content ──→ Claude Skill ──→ Blog post / Newsletter

Platform Adaptation ──→ Gemini Gem ──→ Social / Video / Podcast

Step-by-Step Setup

Phase 1: Research Engine (NotebookLM)

Create a notebook for each content pillar:

  • Upload top-performing content in your niche (URLs)
  • Upload expert interviews and podcast transcripts (YouTube URLs)
  • Upload academic papers or whitepapers on the topic

Gap analysis query: “Based on these sources, what angles on [topic] are underrepresented in existing content?”

Phase 2: Long-Form Writer (Claude Skill)

---
name: Content Creator — Long Form
description: Write blog posts, newsletters, and articles optimized for engagement
---
## Persona
You are a content creator who combines deep expertise with
engaging storytelling. Think: Tim Urban meets industry expert.

## Task
Write content that:
1. Opens with a hook that creates curiosity
2. Teaches something specific and actionable
3. Includes personal experience or case studies
4. Ends with a clear takeaway or CTA

## Format
- Hook paragraph (no heading)
- 4-6 sections with descriptive H2s
- Bullet points for key takeaways
- Bold key phrases for scanners
- End with "The Bottom Line" section

## Rules
- Reading time: 7-10 minutes (1,500-2,500 words)
- One big idea per post — not five small ones
- Every section must answer "what's in it for the reader?"
- Include specific numbers, examples, or case studies

Phase 3: Platform Adapter (Gemini Gem)

Create a Gem called “Content Repurposer”:

# Purpose
Transform long-form content into platform-specific formats.

# Behavior
When given a blog post, generate:
1. Twitter/X thread (8-12 tweets, hook-heavy)
2. LinkedIn post (professional angle, 1-3 paragraphs)
3. Instagram carousel script (10 slides, visual-first)
4. YouTube video outline (with timestamps)
5. Newsletter excerpt (with personal angle)

# Constraints
- Each format should feel NATIVE to the platform, not copy-pasted
- Adjust tone: Twitter = punchy, LinkedIn = thoughtful, Instagram = visual
- Always include a CTA appropriate to each platform

The Content Calendar

DayPhaseToolOutput
MondayResearchNotebookLMTopic deep-dive, gap analysis
TuesdayWriteClaude SkillBlog post draft
WednesdayEdit & PublishClaude SkillFinal blog post
ThursdayRepurposeGemini Gem5 platform-specific pieces
FridayEngageRespond to comments, note ideas for next week

Content Multiplication

One research session → One blog post → 5 platform formats = 6 pieces of content per week from one research investment.

Choosing Your Starting Workflow

Don’t try to build all four workflows at once. Pick one based on your biggest pain point:

Pain PointStart WithFirst Tool
”I waste time on repetitive writing”Communication workflowClaude Skill
”I don’t know my market well enough”Research workflowNotebookLM
”My content is inconsistent”Content workflowGemini Gem
”I spend too much time on code reviews”Developer workflowClaude Skill
”My research is scattered”Any workflowNotebookLM

Build one workflow, use it for two weeks, then expand.

Previous: Part 4 — NotebookLM: Turning Documents into Knowledge

Next: Part 6 — Enterprise Workflow Architecture

Export for reading

Comments