<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Jon Gerton</title>
    <description>The latest articles on Forem by Jon Gerton (@jgerton).</description>
    <link>https://forem.com/jgerton</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1718937%2Fad906d58-ed01-4190-997d-f707f2b541bb.png</url>
      <title>Forem: Jon Gerton</title>
      <link>https://forem.com/jgerton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jgerton"/>
    <language>en</language>
    <item>
      <title>I built a Claude Code plugin for brand building in a weekend. Here's what I shipped and what I learned.</title>
      <dc:creator>Jon Gerton</dc:creator>
      <pubDate>Sun, 22 Mar 2026 17:55:58 +0000</pubDate>
      <link>https://forem.com/jgerton/i-built-a-claude-code-plugin-for-brand-building-in-a-weekend-heres-what-i-shipped-and-what-i-2lng</link>
      <guid>https://forem.com/jgerton/i-built-a-claude-code-plugin-for-brand-building-in-a-weekend-heres-what-i-shipped-and-what-i-2lng</guid>
      <description>&lt;p&gt;I've been writing code for 27 years. I picked up Claude Code the day it launched and haven't looked back. Last weekend I built a plugin that does something I've wanted for a while: brand positioning, messaging, voice, and visual identity using real expert frameworks, not "generate a brand strategy" vibes.&lt;/p&gt;

&lt;p&gt;Here's what I shipped and what surprised me along the way.&lt;/p&gt;

&lt;h3&gt;
  
  
  The problem
&lt;/h3&gt;

&lt;p&gt;Every time I've used AI for branding work, the output is the same. "Innovative solutions that empower teams." Stuff that could belong to literally any company on earth. The issue isn't that AI is bad at branding. It's that nobody tells it what good branding actually looks like.&lt;/p&gt;

&lt;p&gt;So I packaged the actual methodologies into Claude Code skills:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Positioning:&lt;/strong&gt; April Dunford's 5-component framework from &lt;em&gt;Obviously Awesome&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Messaging:&lt;/strong&gt; Donald Miller's StoryBrand BrandScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice:&lt;/strong&gt; NN/g's brand voice dimensions + Aaker personality model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Visual identity:&lt;/strong&gt; Chris Do's stylescape method&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each skill follows the real framework. The positioning skill works through Dunford's five components in order because the order matters. It's not "AI interprets the concept of positioning." It's "AI follows a specific methodology and checks its own output."&lt;/p&gt;

&lt;h3&gt;
  
  
  The anti-slop system
&lt;/h3&gt;

&lt;p&gt;This is the part I'm most proud of. Every skill runs its output through quality checks before showing it to you:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Swap test:&lt;/strong&gt; Could a competitor claim this? If your value proposition is "we provide innovative solutions that empower teams," that fails. Every software company on earth could say that. The skill flags it and helps you find what's actually specific to you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Specificity test:&lt;/strong&gt; Catches banned generic words (innovative, cutting-edge, leverage, empower, seamless, revolutionary, synergy) and replaces them with the concrete thing they were hiding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business-type test:&lt;/strong&gt; Would this positioning work for both a lawn care company and a SaaS? If yes, it's too generic.&lt;/p&gt;

&lt;h3&gt;
  
  
  How the pieces connect
&lt;/h3&gt;

&lt;p&gt;All 10 skills share state through a single &lt;code&gt;brand-brief.md&lt;/code&gt; file with YAML frontmatter. Positioning fills in fields. Messaging reads those fields and fills in more. Voice reads messaging. Visual identity reads all of it.&lt;/p&gt;

&lt;p&gt;Each component gets a confidence score: &lt;strong&gt;validated&lt;/strong&gt; (backed by real customer data), &lt;strong&gt;researched&lt;/strong&gt; (desk research), or &lt;strong&gt;assumed&lt;/strong&gt; (educated guess). Downstream skills flag when they're building on assumptions. They don't stop you, they just make sure you know what's solid and what's still a guess.&lt;/p&gt;

&lt;h3&gt;
  
  
  What surprised me
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The plugin system is more powerful than I expected.&lt;/strong&gt; Claude Code plugins are just directories with structured markdown. No compiled code, no API calls, no build step. A skill is a markdown file with instructions that Claude follows. You can package entire methodologies into installable tools that anyone can clone and use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anti-slop checks actually work.&lt;/strong&gt; I ran the toolkit on my own brand and it caught two of four tagline candidates as too generic. The discipline of checking your own output against real criteria matters more than I thought.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adaptive interactivity solves the "blank page" problem.&lt;/strong&gt; The positioning skill detects how much you know and picks one of three modes: research-assisted (you know nothing), guided (you know some things), or fast validation (you know your market). People at different stages get different experiences from the same tool.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/jgerton/brand-toolkit.git
claude &lt;span class="nt"&gt;--plugin-dir&lt;/span&gt; ./brand-toolkit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Run &lt;code&gt;/brand-toolkit:start&lt;/code&gt; and it figures out where you are.&lt;/p&gt;

&lt;p&gt;MIT licensed. &lt;a href="https://github.com/jgerton/brand-toolkit/blob/master/docs/GETTING-STARTED.md" rel="noopener noreferrer"&gt;Full getting started guide here.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm building more tools like this and sharing everything in &lt;a href="https://www.skool.com/you-craft-ai-helps/about" rel="noopener noreferrer"&gt;my community&lt;/a&gt;. If you're into Claude Code beyond the basics, or you want to build your own plugins, come hang out.&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>branding</category>
      <category>buildinpublic</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I Built a Free AI Mastery Roadmap (And Why It's Not Another $500 Course)</title>
      <dc:creator>Jon Gerton</dc:creator>
      <pubDate>Sun, 23 Nov 2025 18:14:57 +0000</pubDate>
      <link>https://forem.com/jgerton/i-built-a-free-ai-mastery-roadmap-and-why-its-not-another-500-course-162</link>
      <guid>https://forem.com/jgerton/i-built-a-free-ai-mastery-roadmap-and-why-its-not-another-500-course-162</guid>
      <description>&lt;p&gt;I wasted months learning Claude Code the hard way.&lt;/p&gt;

&lt;p&gt;Random tutorials. Scattered docs. Trial and error. Hours spent figuring out what should've taken minutes.&lt;/p&gt;

&lt;p&gt;So I built the roadmap I wish I'd had from day one. And I'm open-sourcing it because gatekeeping knowledge is nonsense.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Is (And Isn't)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;This is NOT:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Another $500 course promising mastery in 30 days&lt;/li&gt;
&lt;li&gt;A collection of random tips you'll forget tomorrow&lt;/li&gt;
&lt;li&gt;Vaporware that looks good but doesn't work&lt;/li&gt;
&lt;li&gt;A marketing funnel disguised as education&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;This IS:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;24 atomic learning units&lt;/strong&gt; you can complete in 15-30 minutes each&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structured progression&lt;/strong&gt; from beginner to power user&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Repeatable exercises&lt;/strong&gt; you practice 3-5 times to build muscle memory&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measurable ROI&lt;/strong&gt; - track exactly how much time you save&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Completely free&lt;/strong&gt; on GitHub&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I'm a solo dev building products like DevClose (daily reflection for developers) and Planr (kanban for indie hackers). I needed to get faster with AI tools or I'd burn out.&lt;/p&gt;

&lt;p&gt;But here's the problem: Most AI courses are either:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Too basic (here's how to write a prompt)&lt;/li&gt;
&lt;li&gt;Too advanced (assume you already know everything)&lt;/li&gt;
&lt;li&gt;Too expensive (hundreds of dollars for recycled content)&lt;/li&gt;
&lt;li&gt;Too long (40-hour courses nobody finishes)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I needed something different. &lt;strong&gt;Atomic units I could practice daily. Clear wins I could measure.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Inside
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Level 1: Prompt Foundations (5 units, 2-3 hours)
&lt;/h3&gt;

&lt;p&gt;Learn to write prompts Claude executes perfectly the first time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Units:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clear Prompts (Action + Target + Details)&lt;/li&gt;
&lt;li&gt;Multi-Step Prompts (Structure complex tasks)&lt;/li&gt;
&lt;li&gt;Context-First Prompts (Give context before asking)&lt;/li&gt;
&lt;li&gt;Precision Requests (Add constraints and format)&lt;/li&gt;
&lt;li&gt;Core 4 Understanding (Context, Model, Prompt, Tools)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Outcome:&lt;/strong&gt; Save 30-60 min/day on exploration&lt;/p&gt;

&lt;h3&gt;
  
  
  Level 2: Slash Command Mastery (7 units, 4-6 hours)
&lt;/h3&gt;

&lt;p&gt;Build your personal toolkit of reusable commands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Units:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understanding Commands&lt;/li&gt;
&lt;li&gt;Analysis Commands (examine code)&lt;/li&gt;
&lt;li&gt;Generator Commands (create code)&lt;/li&gt;
&lt;li&gt;Fix Commands (solve problems)&lt;/li&gt;
&lt;li&gt;Workflow Commands (chain operations)&lt;/li&gt;
&lt;li&gt;Command Optimization (make them better)&lt;/li&gt;
&lt;li&gt;Building Your Toolkit (organize 15-20 commands)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Outcome:&lt;/strong&gt; Save 5-10 hours/week&lt;/p&gt;

&lt;h3&gt;
  
  
  Level 3: Feature Composition (6 units, 3-5 hours)
&lt;/h3&gt;

&lt;p&gt;Combine features for powerful workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Units:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understanding MCP (external integrations)&lt;/li&gt;
&lt;li&gt;Commands with MCP&lt;/li&gt;
&lt;li&gt;Understanding Sub Agents (parallel workers)&lt;/li&gt;
&lt;li&gt;Parallel Sub Agents (multiple simultaneously)&lt;/li&gt;
&lt;li&gt;Composing Commands (commands calling commands)&lt;/li&gt;
&lt;li&gt;Advanced Workflows (MCP + Agents + Commands)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Outcome:&lt;/strong&gt; Save 10-15 hours/week&lt;/p&gt;

&lt;h3&gt;
  
  
  Level 4: Autonomous Skills (6 units, 4-6 hours)
&lt;/h3&gt;

&lt;p&gt;Create skills that work automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Units:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understanding Skills (when to build them)&lt;/li&gt;
&lt;li&gt;First Simple Skill&lt;/li&gt;
&lt;li&gt;Adding Resources (examples/templates)&lt;/li&gt;
&lt;li&gt;Composing in Skills (orchestrate features)&lt;/li&gt;
&lt;li&gt;Meta-Skills (skills that build skills)&lt;/li&gt;
&lt;li&gt;Advanced Patterns (context-aware, adaptive)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Outcome:&lt;/strong&gt; Save 15-25 hours/week&lt;/p&gt;

&lt;h2&gt;
  
  
  The Repetition Method
&lt;/h2&gt;

&lt;p&gt;Here's what makes this different: &lt;strong&gt;Each unit is designed to be completed 3-5 times.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Completion 1:&lt;/strong&gt; Learn the concept, complete basic exercises&lt;br&gt;
&lt;strong&gt;Completion 2:&lt;/strong&gt; Apply to different scenario, refine understanding&lt;br&gt;
&lt;strong&gt;Completion 3:&lt;/strong&gt; Master the technique, build muscle memory&lt;br&gt;
&lt;strong&gt;Completion 4-5:&lt;/strong&gt; Solidify with complex practice&lt;/p&gt;

&lt;p&gt;Why? Because &lt;strong&gt;reading isn't learning&lt;/strong&gt;. Practice is learning. Repetition is mastery.&lt;/p&gt;

&lt;h2&gt;
  
  
  The ROI
&lt;/h2&gt;

&lt;p&gt;Let's talk numbers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Total Time Investment:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;13-20 hours of practice (spread over 8-12 weeks)&lt;/li&gt;
&lt;li&gt;30 minutes per day of deliberate practice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Time Saved Weekly:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After Level 1: 2-4 hours/week&lt;/li&gt;
&lt;li&gt;After Level 2: 5-10 hours/week&lt;/li&gt;
&lt;li&gt;After Level 3: 10-15 hours/week&lt;/li&gt;
&lt;li&gt;After Level 4: 15-25 hours/week&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Break-Even Point:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Week 4: Net positive (saved more than invested)&lt;/li&gt;
&lt;li&gt;Week 8: 60-100 hours saved&lt;/li&gt;
&lt;li&gt;Month 3: 180-300 hours saved&lt;/li&gt;
&lt;li&gt;Year 1: &lt;strong&gt;780-1300 hours saved&lt;/strong&gt; = 19-32 weeks of work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's &lt;strong&gt;half a year of your life back.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Each Unit Includes
&lt;/h2&gt;

&lt;p&gt;Every unit has the same structure:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Learn Section (5 min):&lt;/strong&gt; Core concept, why it matters, examples&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Practice Section (15 min):&lt;/strong&gt; Hands-on exercises, real-world application&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Repeat Instructions:&lt;/strong&gt; How many times, what to vary, progressive difficulty&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Success Checklist:&lt;/strong&gt; Clear completion criteria before moving on&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time Savings:&lt;/strong&gt; Estimated ROI for this specific skill&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal Notes:&lt;/strong&gt; Track each completion, record learnings&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No fluff. No filler. Just actionable practice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It's Free
&lt;/h2&gt;

&lt;p&gt;Three reasons:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. I Needed It Anyway
&lt;/h3&gt;

&lt;p&gt;I built this for myself first. The marginal cost of sharing it is zero.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Anti-Gatekeeping Philosophy
&lt;/h3&gt;

&lt;p&gt;Knowledge compounds when shared. If 100 people become power users, they'll create things that make the ecosystem better for everyone.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Teaching Sharpens the Teacher
&lt;/h3&gt;

&lt;p&gt;Writing these units forced me to crystallize my understanding. The best way to learn is to teach.&lt;/p&gt;

&lt;p&gt;Plus, honestly? &lt;strong&gt;The market is saturated with expensive AI courses.&lt;/strong&gt; I'm not competing with them. I'm building in public and helping people learn.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who This Is For
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;You should use this if:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You're new to Claude Code and want structured learning&lt;/li&gt;
&lt;li&gt;You've used it a bit but feel inefficient&lt;/li&gt;
&lt;li&gt;You have scattered knowledge and want to systematize it&lt;/li&gt;
&lt;li&gt;You learn by doing (not just reading/watching)&lt;/li&gt;
&lt;li&gt;You want measurable improvements (time saved)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Skip this if:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You're already a Claude Code power user&lt;/li&gt;
&lt;li&gt;You prefer video tutorials over text exercises&lt;/li&gt;
&lt;li&gt;You won't commit to repetition (each unit 3-5 times)&lt;/li&gt;
&lt;li&gt;You want someone to hold your hand (this is self-directed)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Makes It Different
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Atomic Units
&lt;/h3&gt;

&lt;p&gt;One focused skill per file. Master it before moving on.&lt;/p&gt;

&lt;h3&gt;
  
  
  Repeatable
&lt;/h3&gt;

&lt;p&gt;Practice 3-5 times to build muscle memory and confidence.&lt;/p&gt;

&lt;h3&gt;
  
  
  Progressive
&lt;/h3&gt;

&lt;p&gt;Each unit builds on previous ones. No random jumping around.&lt;/p&gt;

&lt;h3&gt;
  
  
  Measurable
&lt;/h3&gt;

&lt;p&gt;Track time saved. See ROI in real numbers, not vague promises.&lt;/p&gt;

&lt;h3&gt;
  
  
  Open Source
&lt;/h3&gt;

&lt;p&gt;Fork it. Customize it. Add units for your team. It's yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;h3&gt;
  
  
  If You Have 20 Minutes Right Now
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Clone the repo: &lt;code&gt;git clone https://github.com/jgerton/ai-mastery-roadmap&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Open &lt;code&gt;level-1-prompts/01-clear-prompts.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Complete the practice exercise&lt;/li&gt;
&lt;li&gt;Mark it in &lt;code&gt;progress-tracker.md&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You've started your journey.&lt;/p&gt;

&lt;h3&gt;
  
  
  If You're Committed to Mastery
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Schedule 30 min daily for practice&lt;/li&gt;
&lt;li&gt;Complete 1-2 units per day&lt;/li&gt;
&lt;li&gt;Repeat each unit 3 times before moving on&lt;/li&gt;
&lt;li&gt;In 8 weeks, you'll be a power user&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What You'll Build
&lt;/h2&gt;

&lt;p&gt;By the end of the roadmap, you'll have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;15-20 custom slash commands&lt;/strong&gt; for your daily workflow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;3-5 autonomous skills&lt;/strong&gt; that work automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complex workflows&lt;/strong&gt; combining MCP + sub agents + commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;15-25 hours saved per week&lt;/strong&gt; (measured, not guessed)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And most importantly: &lt;strong&gt;Confidence.&lt;/strong&gt; You'll know you can tackle any task efficiently.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Learning Path
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Week 1-2:   Level 1 (Prompts)          → Save 2-4 hrs/week
Week 3-4:   Level 2 (Commands)         → Save 5-10 hrs/week
Week 5-6:   Level 3 (Composition)      → Save 10-15 hrs/week
Week 7-8:   Level 4 (Skills)           → Save 15-25 hrs/week

Total: 8 weeks | 13-20 hours invested | 780-1300 hours saved/year
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Common Questions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Do I need to be a developer?&lt;/strong&gt;&lt;br&gt;
A: No. If you use Claude Code, this will help. The examples are code-focused, but the principles apply to any use case.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I skip units?&lt;/strong&gt;&lt;br&gt;
A: You &lt;em&gt;can&lt;/em&gt;, but you shouldn't. Each builds on previous ones. Skipping creates gaps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: How long does it really take?&lt;/strong&gt;&lt;br&gt;
A: 13-20 hours total practice. Spread over 8-12 weeks (30 min/day), or faster if you have more time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Is this beginner-friendly?&lt;/strong&gt;&lt;br&gt;
A: Yes. Level 1 assumes zero Claude Code knowledge. Start at Unit 01.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What if I get stuck?&lt;/strong&gt;&lt;br&gt;
A: Each unit has troubleshooting tips. Repeat the previous unit. Try simpler examples. Take a break.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Can I use this with my team?&lt;/strong&gt;&lt;br&gt;
A: Absolutely. Fork the repo. Customize units for your domain. Build a shared command library.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Will you keep updating it?&lt;/strong&gt;&lt;br&gt;
A: Yes. As I learn new patterns, I'll add units. Watch the repo for updates.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next for the Roadmap
&lt;/h2&gt;

&lt;p&gt;I'm considering adding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Domain-specific units&lt;/strong&gt; (data analysis, web dev, DevOps)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Video walkthroughs&lt;/strong&gt; for each unit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community showcase&lt;/strong&gt; of commands/skills people build&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Team learning mode&lt;/strong&gt; with shared progress tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But for now, &lt;strong&gt;24 units is enough to get anyone from zero to power user.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Ask
&lt;/h2&gt;

&lt;p&gt;If this roadmap helps you:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;⭐ &lt;strong&gt;Star the repo&lt;/strong&gt; (helps others find it)&lt;/li&gt;
&lt;li&gt;🐛 &lt;strong&gt;Open issues&lt;/strong&gt; for errors or unclear instructions&lt;/li&gt;
&lt;li&gt;💬 &lt;strong&gt;Share feedback&lt;/strong&gt; on what worked (or didn't)&lt;/li&gt;
&lt;li&gt;🔗 &lt;strong&gt;Share it&lt;/strong&gt; with someone who'd benefit&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I'm not asking for money. I'm asking for you to &lt;strong&gt;use it and share it if it works.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Most people never master their tools. They stay comfortable with the basics and wonder why everything takes so long.&lt;/p&gt;

&lt;p&gt;This roadmap is for people who want their time back.&lt;/p&gt;

&lt;p&gt;It's not flashy. It's not a course with a slick landing page and testimonials. It's just &lt;strong&gt;24 markdown files that will make you faster&lt;/strong&gt; if you put in the work.&lt;/p&gt;

&lt;p&gt;I built it for me. I'm sharing it for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start here:&lt;/strong&gt; &lt;a href="https://github.com/jgerton/ai-mastery-roadmap" rel="noopener noreferrer"&gt;https://github.com/jgerton/ai-mastery-roadmap&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your first unit:&lt;/strong&gt; &lt;code&gt;level-1-prompts/01-clear-prompts.md&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;See you on the other side. 🚀&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Jon Gerton is a solo dev building DevClose (daily reflection for developers), Planr (kanban for indie hackers), Ember Feed (personalized feed aggregation with ranking and analytics). He's based in Alaska and believes in building in public, anti-gatekeeping, and getting your time back.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Connect: &lt;a href="https://twitter.com/jgerton" rel="noopener noreferrer"&gt;@jgerton on Twitter&lt;/a&gt; | &lt;a href="mailto:jon@devclose.app"&gt;jon@devclose.app&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>learning</category>
      <category>ai</category>
      <category>opensource</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
