C&M
Case & Method
Reference Asset Pack· Operator's Reference No. 01

A working YouTube Shorts automation system — documented as a case study, with the method to make it yours.

An 8-chapter manual, n8n workflow, production scripts, and a meta-system for adapting it to your own channel with AI as your collaborator — not your author.

For operators who want to run and adapt a documented AI pipeline — not a one-click product.
$499Founding release
8
Chapters
3
Scripts
1
n8n workflow
9
Visual assets
5 weeks of daily production ● live
Week 1 Pipeline assembled. First end-to-end private uploads. Topic pool, prompt design, FFmpeg layout refined.
Week 2 Disk filled within hours — a 5-stage cascade incident. Documented in full, fixed with timeouts and retry caps, now codified in Chapter 8.3.
Week 3 Visual tone refined through 13 iterations. Image prompts stabilized; consistent editorial style.
Week 4 Audio-driven card duration with per-card narration. The cascade pattern from Chapter 8.3 was documented during this cycle.
Week 5 Background music + TTS integration. System running on a daily schedule, with 30-second daily checks.

Built in operation, not in theory.

Every chapter, every script, every prompt was refined against actual daily uploads — not whiteboard examples. The numbers below describe what was built and what it costs to run.

35days
Daily uploads through the pipeline before documentation finalized
100+
Topic rotation pool with 60-day anti-repetition logic
8ch
Manual chapters covering setup, operation, and adaptation
$10–12/mo
Total operating cost (VPS + OpenAI API combined)

The full package.

A reference build you can run as-is, the manual that explains every decision, and the meta-method for adapting it to your channel.

● Core Manual
8-chapter implementation manual
Infrastructure setup, AI pipeline, video composition, YouTube upload, operational safety, pitfalls, and adaptation. ~36,500 words.
● Production Scripts
3 production scripts
process_job.sh (FFmpeg composition), watcher.sh (inotify watcher), and youtube_upload.py (Python uploader). Ready to deploy.
● n8n Workflow
Sanitized workflow JSON
Importable into your own n8n instance. GPT-4o, image generation, TTS narration, Google Sheets logging, file handoffs wired and tested. Chapter 8.4 maps the AI-model dependency points to review when migrating to another model.
● Visual Assets
9 standalone reference assets
Package overview, system architecture, setup flow, package contents, scope (included / not), before/after, quick start, risk handling, and concept gallery (one build, four channel concepts). Standalone HTML format.
● Bonus / Advanced
Chapter 8 — the meta-system
The method for adapting the reference build to your concept using AI as a collaborator. Pitfall categories, cascade incidents, meta-prompts. The actual product.

See inside the package.

A few excerpts before you decide. The full chapters, scripts, and assets are included after purchase.

Core Chapter 1 · excerpt
Overview & Outcomes
What this system does, what it costs to run, and what you'll have at the end.

This is an automated YouTube Shorts production pipeline. Once configured, it generates and uploads one Short per day to your channel with minimal day-to-day intervention.

Daily flow: a unique topic is selected from a 100-topic rotation pool with anti-repetition logic. GPT-4o writes the script and on-screen text. An OpenAI image model generates 5 textured editorial illustrations, and OpenAI TTS produces a narration clip per card. FFmpeg composes an 18–22 second vertical video, with each card's duration driven by its narration audio. The result is uploaded to YouTube with title, description, and tags.

You set it up once. After that, the workflow runs on its own schedule, requiring only occasional check-ins.

— Continues for ~1,200 words · 8 sub-sections View full chapter →
Bonus Chapter 8 · excerpt
Adapting the System to Your Channel
Using AI as a collaborator for tone, visuals, prompts, and operational decisions.

Chapters 1–7 get the reference build running. This chapter helps you turn that working reference build into a channel that feels like your own.

The reference build is a case study. Every piece of it — the visual tone string in Chapter 3, the FFmpeg color values in Chapter 4, the prompt-category weighting in the GPT-4o call — represents one set of decisions that worked for one channel.

The point of this chapter is to give you a working method for replacing those decisions with your own, using AI tools (ChatGPT, Claude, or whichever you prefer) as collaborators rather than authors.

— Continues for ~6,600 words · 7 sub-sections View full chapter →
What a generated Short looks like — five cards from one neutral demo Recreated anonymous sample · not the operator's live channel
Card 1Hook
Card 2Illustration + subtitle
Card 3Narration-timed
Card 4Keyword overlay
Card 5Closing beat

Frames from a Short generated by the same reference pipeline, with upload disabled for the anonymous demo. Same generation workflow, same scripts, same FFmpeg composition — 1080×1920 vertical, 18–22s, each card's duration driven by its narration audio.

The reference build is a case study. The method is the product.

Most automation packages give you a template to copy. This one gives you a working example — and a method for rebuilding it for your own channel with AI as your collaborator. Chapter 8 is where that method lives.

Stage 1 · What AI does well, what you decide
A working separation, not a slogan

AI handles structured transformations, known patterns, syntax validation, and cause hypotheses well. Aesthetic choices, identity, platform intuition, and the last debugging step are yours. The chapter gives you a framework for knowing which is which.

Stage 2 · Pitfall categories
Seven failure modes mapped in advance

Layout safety. Multi-line alignment. Dynamic length. Identity mismatch. Audio sync. Title wrap. Visual breathing room. When you adapt the reference build to your concept, you'll hit at least three of them — pre-mapped here so you don't rediscover them on day twelve.

Stage 3 · Cascade incident anatomy
How one small failure becomes a disk-full event

A real five-stage cascade documented in detail — deployment miss, field omission, preview-vs-runtime mismatch, tool-internals misunderstanding, retry storm. Each stage with the guard that catches it. The post-mortem becomes a permanent asset.

Stage 4 · Future-proofing
Seven dependency categories your pipeline rests on

Media tools, automation platforms, AI models, language runtimes, cloud APIs, time triggers, disk limits. Each one will change — the chapter shows what to harden in advance, what to monitor, and what to keep loosely coupled.

Stage 5 · Reusable meta-prompts
Five prompts for AI as collaborator

Concept definition, image prompt adaptation, script tone, prompt-category weighting, incident diagnosis. Copy-paste prompts you can take into ChatGPT or Claude to define your own version, with the verified-vs-guess principle built in.

Want the reference build and the adaptation method?

The pipeline, end to end.

One scheduled trigger per day. AI generates the script and illustrations. The host composes the video. The Python uploader pushes it to YouTube. You check the log once a day if you want to.

01
VPS + Docker
Small Linux server. n8n in Docker. ~$5/month.
02
n8n Schedule
One trigger per day. Topic selected from 100-pool.
03
GPT-4o
Script, on-screen text, title, description, tags.
04
Images + TTS
5 textured illustrations + 5 narration clips.
05
FFmpeg
Vertical 18–22s MP4. Audio-driven duration, layout, captions.
06
YouTube
Python uploader. Access-token refresh. Privacy rollout verified in Studio.
$ ~$10–12/month all-in. $5 VPS + ~$5–7 OpenAI API (script + images + TTS for one daily Short).

Who this is for.

The package is best for a specific kind of person. Reading both columns before buying saves everyone a refund conversation.

● You'll get value if you are
Operating, not just consuming
  • Comfortable with SSH, Docker, and reading shell scripts (not necessarily writing them from scratch)
  • Interested in how an automation system is built and operated, not just running it blindly
  • Planning to adapt the system to your own channel concept — not duplicate this one
  • OK with $10–12/month in API and hosting costs to keep it running
  • Comfortable completing a Google Cloud / YouTube OAuth authorization flow, including an unverified-app warning during setup — the manual walks through it step by step
  • Wanting AI as a collaborator for the parts you decide are appropriate, with judgement on the parts you keep
— Probably not for you if
You want a different shape of product
  • You want a one-click solution that requires no setup or maintenance
  • You want a done-for-you channel with content and growth strategy bundled
  • You want guaranteed channel growth, monetization timelines, or platform-specific tactics
  • You want a tool with a dashboard and customer support team — this is a documented system, not a SaaS
  • You're unwilling to spend $10–12/month on API and hosting after purchase
Best if you want to
  1. Launch a documented daily Shorts pipeline
  2. Study a real AI media automation architecture
  3. Adapt the system into your own channel concept

One-time purchase. Lifetime access to what you receive.

No subscription. No upsells. The Founding price is a thank-you for being early — it reflects the package as it exists today, before any future additions. Founding pricing applies for the first 30 days after public launch; the current Founding window is shown at checkout. After that, the package moves to its Regular price of $499.

Founding release
Reference Asset Pack — Founding
$349 $499

One-time. Lifetime download access. 6 months of compatibility updates.

What you're paying for: a documented operating system shaped by 35 days of production — the pipeline, the incidents, and the method to adapt it. Not a prompt pack.
  • 8-chapter manual (PDF + interactive HTML)
  • 3 production scripts ready to deploy
  • n8n workflow JSON, sanitized for import
  • 9 standalone visual reference assets
  • Chapter 8 meta-system for adaptation with AI
  • 6 months of compatibility updates included

After purchase: instant download of all files. Support is best-effort by email — no SLA. The package is a reference implementation, not a managed service. No performance guarantees — the system is what you receive, your channel's success is your work.

✓ Included support
  • Download and access issues
  • Missing file or installation-blocking issues
  • Setup clarification within documented scope
  • Compatibility bug reports during the 6-month update window
— Not included
  • Done-for-you installation
  • Channel strategy or niche selection
  • Debugging modified workflows or custom code
  • One-on-one coaching
  • YouTube performance guarantees of any kind

Questions you'd reasonably ask.

Click any question to expand.

Do I need to be a developer?
No, but you should be comfortable with SSH, copy-pasting shell commands, and reading what a script does. If those words feel unfamiliar, the package will still work but you'll spend more time looking things up. The 8-chapter manual is written for an operator, not a coder.
What does it cost to run after purchase?
Approximately $10–12/month total. $5 for a small VPS and around $5–7 for OpenAI API (one daily Short with script + images + TTS narration). Costs are documented in Chapter 1.7 with breakdowns. You can lower this with cheaper image generation models.
Can I use this for a channel in any topic?
Yes — Chapter 8 is specifically the meta-system for adapting the reference build to your concept. You will need to rewrite the topic pool, image prompts, and script tone for your own channel. The reference build itself is documentation of one specific concept; the method is what you reuse.
Will this still work in [next year]?
The pipeline depends on tools you don't control — APIs, runtimes, platform policies. Chapter 8.4 maps the seven dependency categories and how to harden each. The package includes 6 months of compatibility updates from purchase. Beyond that, you have the method to adapt yourself.
What's the refund policy?
Because the package is digital and downloaded immediately, refunds are limited. If you can't get the setup working after reasonable effort and a support exchange, we'll work it out case by case. Refunds do not cover API spend, VPS costs, or time invested.
Is $349 fair?
It depends on what you compare it to. Compared to a single course on AI video automation, it's similar. Compared to building this yourself, it's the documentation of 5 weeks of production-tested work. If $349 feels uncertain, read the "Who this is for" section above — that's a better filter than the price.
Why not just use a free n8n template?
You can — free Shorts-automation templates exist, and if a workflow JSON is all you need, start there. What a template doesn't come with is the part that costs you weeks: 35 days of daily production behind every decision, the incident post-mortems (the disk-fill cascade, the silent failures), the operational and recovery procedures, the OAuth pitfalls already mapped, and Chapter 8's method for adapting the build to your own concept — plus 6 months of compatibility updates. Production-tested means the pipeline ran reliably; it does not mean the included reference concept guarantees channel growth. You're paying for the operating knowledge around the workflow, not the workflow file itself.
How long does setup take?
Plan for one focused week. The hands-on server work is a smaller share of that — much of the elapsed time is Google Cloud Console and OAuth steps, which have their own pace. Experienced operators may move faster, but budgeting a week end to end is the realistic expectation. The Quick Start maps the five phases, each anchored to a chapter.
How is this different from a YouTube automation course?
A course teaches you concepts. This is a documented system you can run, plus the method to adapt it. Chapter 8 in particular treats AI as a collaborator for adaptation, not a content generator on autopilot. The product is the working system + the operating method.

A reference build, the manual, and the method to make it yours.

5 weeks of daily production. 8 chapters. Documented incidents. Meta-system for adaptation with AI. One-time purchase, lifetime access.

$499Founding release