Hoppa till innehΓ₯ll
spinout.
Podcast/Episode/Transcript
Transcript

Skills, Automations, and Your First YouTube-to-Podcast Pipeline

19 April 2026/19 min
← Back to episodeListen on Spotify β†’

## From Light Switch to Smart System

[A] "You know how it feels when you first get a smart home setup. You walk into your living room, you say 'turn on the lights,' and boom β€” you literally feel like a wizard."

[B] "Oh, yeah, it's pure magic the first time."

[A] "Right. But then fast forward six months, it's 11:30 p.m., you're totally exhausted, and you realize you still have to manually tell the system to turn off the porch light, lock the doors, and turn down the thermostat every single night."

[B] "And suddenly you're thinking: wait a minute, you're supposed to be a smart house. Why haven't you figured out my routine yet? You haven't actually automated your life at all β€” you've just replaced a physical light switch with a verbal one. The burden of initiating every single action is still entirely on your shoulders."

[A] "And that is exactly where most of us are stuck with AI right now, especially in marketing. You get the thrill of generating a quick piece of copy, but months later, you're still manually typing out the same instructions every single morning. Today, for this deep dive, we are tearing down how to actually escape that loop β€” moving away from treating AI like a daily light switch, and building an automated workflow that manages the work for you."

[B] "Which is huge. Having an AI that knows your clients and your brand voice is a fantastic baseline. But if you don't systemize that knowledge β€” if you don't build a reliable architecture around it β€” you're only extracting a fraction of the value. You're stuck managing the system instead of letting the system manage the execution."

## The Groundhog Day Plateau

[A] "To get to that fully automated state, we first have to talk about the frustrating plateau that almost every AI user hits β€” the Groundhog Day plateau."

[B] "Because if you've been building a local knowledge base β€” what the sources call a vault system β€” your AI already knows your clients, and you are definitely seeing a real win. A LinkedIn post that used to take you 45 minutes to draft from scratch is now taking 12 minutes. The context works."

[A] "And we should acknowledge that saving 33 minutes on a single post is a genuine productivity boost. But it quickly turns into that Groundhog Day scenario: okay, I'm saving time on the actual writing β€” but why do I still have to tell the AI the exact word count I want, the specific tone to use, and the formatting rules every single time I open a new chat window?"

[B] "It really feels like I'm micromanaging a goldfish. Every morning the goldfish wakes up and I have to remind it: we are writing a B2B post, keep it under 200 words, no weird emojis. Why am I forced to repeat the parameters of my job every day?"

[A] "The underlying issue is that the knowledge of how to execute the task is still trapped in your head β€” it's not encoded into the system itself. Think about how much precious cognitive energy you spend just setting up the parameters of the task before the actual work even begins."

[B] "You've probably typed out variations of 'make it punchy' or 'keep it professional but accessible' or 'don't forget the call to action' dozens of times. You are essentially doing the prep work for the machine."

[A] "So the core problem is really just this repetitive cognitive drain β€” we are wasting brain power setting the table."

## Skills: Permanent Hardwiring

[B] "And so the architectural fix for this, according to the sources today, is permanently hardwiring those instructions into the AI's environment by building what is known as a skill."

[A] "But we need to be very precise here, because a skill isn't just a custom instruction you paste into a browser window. It is a physical folder on your computer's hard drive containing a file called skill.md that completely encodes your specific method. It's an actual directory."

[B] "Wait, let's unpack this a bit because I already do something kind of similar. I have this admittedly messy Word doc sitting on my desktop full of my ten best prompts. When I need a LinkedIn post, I open the doc, copy the prompt, and paste it into the AI. Isn't the skill folder just a fancier, maybe more complicated version of my Word doc?"

[A] "Structurally, they're entirely different ecosystems. When you copy and paste from a Word doc into a web browser, you are bringing instructions to a blank slate β€” the AI wakes up with amnesia and you have to feed it the rules all over again. But when you create a skill folder locally, you are creating a permanent living environment. You teach the skill once inside that skill.md file. And because the AI agent operates within that specific folder structure, it runs the exact same way every single time without you needing to do the setup. It shifts the burden of memory completely from the human to the agent."

[B] "Okay, that makes sense. But what is the significance of the .md format? Why a markdown file instead of just dropping my messy Word doc into that folder?"

[A] "That really comes down to how large language models actually process information. A Word document is full of hidden, bloated XML code β€” formatting data for fonts, margins, line spacing. The AI has to chew through all that invisible garbage just to find your actual text. But markdown, or .md, is plain text with very simple symbols for formatting. It's mathematically clean. LLMs essentially think in markdown natively. So when you feed it a skill.md file, you are speaking its mother tongue β€” and that drastically reduces errors and confusion."

## Building the LinkedIn Post Skill

[B] "Okay, so to really grasp how powerful this shift is, let's lift the hood and build one of these skills step by step. We are going to tear down the LinkedIn post skill. Imagine you create a directory on your computer β€” vault/skills/linkedin-post β€” and inside that folder, you create your clean, simple text file: skill.md. Inside that file, you encode your method using seven exact steps."

[A] "Step one: read the client profile. Step two: read their tone of voice. And the mechanism there is crucial β€” those first two steps tell the agent to automatically search adjacent folders for the client's specific context files. You literally never have to explain who the client is again."

[B] "Step three: read the last three published LinkedIn posts. I have to geek out over this one for a second, because instructing the AI to read recent output is a massive structural fix. One of the biggest daily pain points for any marketer using AI is that the copy quickly becomes repetitive β€” it falls into a predictable rhythm."

[A] "Yeah, the AI voice. Right. But by forcing the system to read what you just published last week, you prevent it from sounding generic or using the exact same sentence structures it leaned on yesterday. You are engineering narrative continuity β€” treating every post as part of the ongoing conversation the brand is actually having with its audience. It gives the AI a short-term memory of its own work."

[B] "Moving to step four: use the B2B post template for B2B clients, or the consumer post template for others. Those templates are just pulled from a separate folder in your vault. Simple conditional logic. Then step five β€” and I love this one β€” 'open with a data point or a question, never a greeting.'"

[A] "Oh, that specific phrase β€” 'never a greeting' β€” is a beautifully strict negative constraint. Large language models are heavily trained to act as polite, helpful assistants. Their default instinct is to start responses with 'Sure, here's your post' or 'Hey, LinkedIn network.'"

[B] "Ugh, I cringe every time I see 'Hey, LinkedIn network' in my feed. It's so obviously a bot. But negative constraints bypass that base training, forcing the AI to behave like a copywriter instead of a helpful chatbot."

[A] "Brilliant. Then step six: strict 150 to 220 word count. And finally, step seven: end with a CTA if the client profile includes one. Those seven steps are permanently saved in that local skill.md file."

[B] "And the operational shift that follows is where the magic really happens. The next time you need a draft, you do not write a brief. You simply open your local AI interface and type: 'Run LinkedIn post for Client X on Topic Y.' That's it. The system automatically reads the profile, internalizes the tone, analyzes the last three posts, grabs the right template, bypasses the cheesy greeting, enforces the word count, adds the CTA, and generates the draft. The folder itself was the brief."

## Four More Skills to Build

[A] "Okay, so we've successfully hardwired the knowledge for a single LinkedIn post. But marketing operations don't happen in a vacuum. How do we scale this architecture across an entire workflow? And more importantly, how do we share it with a team?"

[B] "Once you understand the mechanics of a skill folder, you can apply it to virtually any repeatable process. The sources outline four other specific skills to build this week. First: weekly content plan. This skill reads your publishing calendar and current news to propose three new content angles β€” super useful for Mondays."

[A] "Definitely. What's the second skill?"

[B] "Campaign analysis. This one reads an exported Excel file of your statistics and produces the exact same structured report every single time. And let's pause on this one for a second, because the how is incredibly important β€” a lot of people struggle with getting AI to analyze data without it hallucinating, just making up numbers."

[A] "Oh, yeah. That's a nightmare for reporting."

[B] "Exactly. But when you feed it a raw CSV or Excel file inside a strict skill folder, the agent converts that data into a structured table that it can parse row by row. You are forcing it to act as a data parser filling in a preset template, rather than acting as a creative engine guessing at trends. It heavily anchors the AI to the hard numbers. That eliminates so much anxiety around data reporting."

[A] "What's the third skill?"

[B] "Meeting prep. This one cross-references your calendar with your vault to produce a client briefing right before you jump on a call. If your calendar invite says 'sync with AcmeCorp,' the AI agent matches the text 'AcmeCorp' with the corresponding subfolder in your vault β€” reads the latest notes and outputs a summary, acting as a highly efficient assistant gathering files from a physical filing cabinet."

[A] "That is so cool."

[B] "And the fourth skill is monthly report β€” aggregating all published content, statistics, and findings into a polished, client-facing PDF. When you step back and look at these four folders together, you suddenly have a consistent content strategy, standardized data analysis, fully prepped client relations, and automated reporting."

## Sharing Skills Across Teams

[A] "And think about how it changes team dynamics entirely. It's kind of like onboarding a new junior employee. Normally, if you need them to learn how your agency does campaign analysis, that takes weeks of hand-holding. You're sitting behind them, pointing at Excel columns, explaining weird formatting quirks."

[B] "But here you're saying: I can literally just zip the campaign analysis folder and send it to my coworker. When your colleague drops that folder into their local vault, their AI agent runs it flawlessly, adhering to the exact same encoding you built. You aren't just sharing a clever prompt you discovered β€” you are distributing an operational standard. It is a shared methodology. It democratizes high-level marketing execution across an entire team. Quality doesn't degrade just because a senior team member is out sick."

[A] "Okay, I love that. But there is still a bottleneck here, right? Even with perfectly standardized folders distributed across a team, you're still the trigger. If you forget to sit down at your keyboard and type 'run,' the work simply doesn't happen."

[B] "The manual trigger. Which forces us to look at how to sever the human completely from the initiation phase using scheduled desktop automations."

## Scheduled Automation: Working While You Sleep

[A] "We are moving from the AI working when you tell it to, to the AI working while you sleep. And this is a massive evolutionary leap."

[B] "It relies on using a desktop agent like Claude Desktop rather than a web browser tab β€” because a browser tab just closes. A desktop app has system permissions to run quietly in the background, hooked into a scheduling tool to trigger a specific folder at a specific time, completely independent of human interaction."

[A] "So the sources give us two incredible practical examples. The first: Monday at 8:00 a.m., the weekly content plan skill automatically triggers for every single client folder you manage. The output is routed directly into a local Inbox folder."

[B] "You wake up, pour your morning coffee, and just review the proposed angles. The AI produced the entire week's strategy while you were quite literally dreaming. Just think about the psychological shift on a Monday morning β€” instead of starting your week staring at a blinking cursor, desperately trying to generate ideas from scratch, you start as an editor. The raw material is already waiting for your refinement."

[A] "The second automation example is the one that really sold me. Friday at 3:00 p.m., the campaign analysis skill triggers. It grabs the latest stats file, exports a clean PDF, and hooks into your local mail client or an email API to send it directly to the client contact listed in the profile folder. It sends the update whether you remember to initiate it or not."

[B] "And as someone who has absolutely forgotten to send a Friday update email because my brain was totally fried at the end of a long week β€” an AI acting as a failsafe against human forgetfulness is a massive relief. It radically alters the connection between the agent and the human. In the beginning of this journey, you were the initiator. But now the agent is the initiator β€” it drives the workflow based on the schedule and the shared methodology. The human's role elevates entirely to editor, reviewer, and quality control."

## The Executive Chef

[A] "So we've moved from manual prompting to hardwired skills to full scheduled automation. What does a fully operational agent-human workflow look like in practice when running at absolute full capacity?"

[B] "A great scenario from the sources: one of your clients gives a 45-minute conference talk. In a traditional workflow, turning that single talk into usable marketing assets is a sprawling project β€” someone transcribes it, another person pulls quotes, someone drafts a blog, a social media manager writes the posts, a project manager updates the calendar. It takes hours and hours of active manual labor."

[A] "But at full capacity with this new architecture, you run one single skill. You hand the system just two pieces of information: a YouTube URL of the talk and the client's name. That is the entire input. And the system automatically returns a clean transcript, a drafted blog post matching the client's tone, an audio brief, and automatically updates your publishing calendar. Your active hands-on time drops to about 10 minutes of reviewing and approving."

[B] "Ten minutes for an operation that usually consumes half a day. It's exactly like being the executive chef in a Michelin star restaurant β€” you aren't chopping onions anymore. You have a highly trained brigade of automated skills doing the heavy prep work. You just walk down the line, taste the soup, maybe add a pinch of salt, give the final nod of approval, and the dish goes out to the dining room. You're managing the output, not struggling with the raw ingredients."

[A] "But to reach that executive chef level, there's a very specific piece of practical homework: build the LinkedIn post skill we tore down earlier, set up the folder structure, and actually run it for two real clients. And pay very close attention to what happens when it fails β€” because it almost never works perfectly the very first time."

[B] "And when the AI sounds slightly off-brand or misses a nuance, that isn't a failure of the machine β€” it is a vital diagnostic signal. Every mistake highlights a gap in your encoded knowledge. It shows you exactly what missing piece of information you need to go back and add to your client's tone-of-voice file. So you update the markdown file once, and that error is banished from the environment forever. The system gets smarter and more resilient every single time you correct the architecture."

[A] "We've covered incredible ground today. We mapped out how to escape the Groundhog Day loop of repetitive manual prompting. We tore down the mechanics of building localized knowledge environments using skill folders and clean markdown files. We explored how to scale those folders into shared methodologies across an entire team. And finally, we looked at how to leverage desktop automations to completely sever the human from the initiation process β€” getting the work done while you sleep."

[B] "But automating all of this heavy lifting raises a crucial question I want to leave everyone to mull over. If your AI agent can now perfectly mimic your methodologies, parse your data, run strategies on a schedule, and manage client communications while you pour your morning coffee β€” what uniquely human skills should you be spending that saved half-day cultivating to ensure you stay ahead?"

[A] "The ultimate million-dollar question. Because if you aren't stuck chopping onions anymore, what kind of chef are you actually going to become? Get out there, build your first automated skill folder, and start figuring that out. Thanks for joining us, and we'll catch you on the next one."

← Back to episodeAll episodes