AW
🚀
Phase 1InternWeeks 1–4

The Wow Moment

Quick wins that prove AI isn't hype — it's a force multiplier.

The Psychology

Excitement, amazement, boundless optimism. "AI can do everything!"

The Reality

AI produces impressive-looking output fast — websites, content, reports. But it's surface-level. The output looks professional but lacks business depth.

The Trap

People think this IS the product. They don't understand the difference between output production and operational intelligence. The output looks professional — but it's hollow without the foundations built in Phases 2 and 3.

Phase 1: The Wow Moment — Quick wins that prove AI isn't hype — it's a force multiplier.

From the Trenches

Real words from real sessions

The AI system I've been building is basically building a system around the idea of you have an intern that you hire. When you ask an intern to do something and it doesn't really know, it will try its best, but the more you teach it and the more of a framework you build stuff around, the more it understands.

Alistair WilliamsBuilding an AI Brain session, explaining the core concept to new participants

I'm not going to lie, man. Looking at these interfaces is a f***ing head f***.

Wesley MeadowsFirst session, seeing Claude Code's terminal interface for the first time

If you go to a pub quiz and then you were forced to give an answer, you're going to give an answer. No one's telling you you're tripping out if you get the wrong answer.

Alistair WilliamsExplaining why AI hallucination is a design feature, not a bug

What You'll Build

5 modules in this phase

1.1

Claude Code Installation & Environment Setup

Get Claude Code running on your machine with the right configuration for your business. Not just installation — understanding the development environment that makes AI productive.

Deliverables

  • Working Claude Code environment
  • Git repository initialised
  • VS Code or terminal workflow configured
  • First successful AI interaction

Frequently Asked Questions

Do I need to be a developer to install Claude Code?

No. Claude Code installs via a single terminal command and the setup wizard walks you through connecting your Anthropic account. If you can install an app on your phone, you can install Claude Code. We cover every step in this module, including what to do when something goes wrong.

Which operating systems does Claude Code support?

Claude Code runs on macOS, Windows, and Linux. On Windows you will use Git Bash or WSL as your terminal. This module covers the specific setup for each platform so you are not left guessing.

How much does it cost to run Claude Code day-to-day?

Claude Code uses your Anthropic API credits. Typical business use costs between $20 and $100 per month depending on usage volume. We show you how to set spending limits and monitor your usage so there are no surprises on your bill.

Can I use Claude Code alongside my existing tools like VS Code?

Absolutely. Claude Code runs in your terminal and works alongside any editor or IDE you already use. Many people keep VS Code open for browsing files while Claude Code handles the heavy lifting in a separate terminal window.

1.2

Creating Your First CLAUDE.md

Your CLAUDE.md is the AI's constitution — the rules it follows every time. This module teaches you to write one that actually works, not a wish list that gets ignored.

Deliverables

  • Business identity section
  • Core rules and constraints
  • File structure guidance
  • Team and workflow context

Frequently Asked Questions

What exactly is a CLAUDE.md file?

CLAUDE.md is a markdown file that lives in your project root and acts as a permanent instruction set for Claude Code. Every time Claude Code starts a conversation in that project, it reads this file first. Think of it as the job description you hand to a new employee on their first day.

How long should my first CLAUDE.md be?

Start with 20 to 50 lines covering your business name, brand rules, and two or three non-negotiable constraints. A short, focused CLAUDE.md outperforms a 500-line document full of vague guidance. You will expand it as you learn what Claude Code needs to know.

What happens if I get the CLAUDE.md wrong?

Nothing breaks permanently. CLAUDE.md is just a text file you can edit at any time. If Claude Code starts producing off-brand work, you update the file and the next conversation picks up the new instructions immediately. Iteration is the whole point.

Can I have different CLAUDE.md files for different projects?

Yes, and you should. Each project folder gets its own CLAUDE.md tailored to that project's rules, technologies, and constraints. You can also have a global CLAUDE.md in your home directory for rules that apply everywhere, like your brand colours or UK spelling preferences.

Should I include sensitive information like API keys in CLAUDE.md?

Never. CLAUDE.md is typically committed to version control and shared with your team. Store credentials in environment variables or dedicated secrets files that are gitignored. Your CLAUDE.md should reference where secrets are stored, not contain the secrets themselves.

1.3

Building Your First 5 Skills

Skills are reusable instructions that turn Claude from a generalist into your specialist. Build your first five, covering the tasks you do most often.

Deliverables

  • 5 working skills in .claude/skills/
  • SKILL.md files with clear instructions
  • Slash command shortcuts configured
  • Skills tested on real business tasks

Frequently Asked Questions

What is a 'skill' in Claude Code terms?

A skill is a reusable set of instructions stored as a markdown file that Claude Code can invoke on demand. Instead of explaining the same task every conversation, you write it once as a skill. For example, a skill might define exactly how to generate a client report or how to write a blog post in your brand voice.

Which five skills should I build first?

We recommend starting with the five skills that save you the most repetitive time: a content creation skill for your brand voice, a data formatting skill for your reports, a code review or QA skill, a client communication template skill, and a research summarisation skill. This module guides you through choosing based on your specific business.

How do I know if a skill is working properly?

Test each skill with three different inputs and compare the outputs against what you would have produced manually. If the output consistently matches your quality standard, the skill is ready. If it drifts, the skill instructions need tightening. We cover a structured testing approach in this module.

Can skills call other skills?

Yes. Once you have foundational skills in place, you can create higher-level skills that reference them. For example, a monthly report skill might invoke your data analysis skill, then your chart generation skill, then your brand formatting skill in sequence. We cover this composition pattern in Phase 3.

1.4

Quick-Win Project Deployment

Ship something real in your first week. A website rebuild, a report generator, a content pipeline — something that makes colleagues say "how did you do that?"

Deliverables

  • One deployed project (website, tool, or automation)
  • Understanding of AI-assisted development speed
  • First tangible ROI demonstration

Frequently Asked Questions

What counts as a 'quick win' project?

A quick win is any task that takes you one to four hours manually but can be completed by Claude Code in under 30 minutes once set up. Common examples include generating weekly reports, reformatting data exports, drafting standard client communications, or building simple internal tools.

How quickly can I expect to see a return on investment?

Most businesses complete their first quick-win project within the first week of the programme. If your quick win saves two hours per week, you have recouped the setup time within a fortnight. The module focuses on choosing projects with immediate, measurable time savings.

What if Claude Code produces something wrong in my quick-win project?

That is expected and normal at this stage. The quick-win module teaches you a review-and-refine workflow where you check every output before it leaves your desk. You are building the habit of verification that becomes critical in later phases. No output goes to a client without your approval.

Should I tell my team or clients that I am using AI for these tasks?

That depends on your business context, but we recommend transparency where appropriate. Many businesses find that clients care about the quality of the output, not how it was produced. This module includes guidance on positioning AI assistance professionally without undermining trust.

1.5

Understanding the Skill Creation Framework

Learn the anatomy of a well-structured skill: the SKILL.md pattern, parameter handling, output formatting, and how skills compose together.

Deliverables

  • Skill template for your business
  • Understanding of skill architecture
  • Framework for creating new skills rapidly

Frequently Asked Questions

How is the Skill Creation Framework different from just writing prompts?

Prompts are one-off instructions that disappear after a conversation. The Skill Creation Framework gives you a repeatable structure: a SKILL.md file with defined inputs, outputs, constraints, and verification steps. It is the difference between scribbling a note and writing a proper process document.

Do I need programming experience to create skills?

No. Skills are written in plain English as markdown files. You describe what you want done, what rules to follow, and what the output should look like. Claude Code reads these instructions and executes them. If you can write a clear email, you can write a skill.

How many skills will I typically end up with?

Most businesses start with 5 to 10 skills in Phase 1 and grow to 30 to 50 by Phase 3. Some power users end up with over 80. The framework ensures that even large skill libraries remain organised and maintainable rather than becoming a tangled mess.

What is the most common mistake people make when creating skills?

Writing skills that are too vague. A skill that says 'write a good blog post' will produce inconsistent results. A skill that specifies word count, tone, structure, target audience, and brand voice produces reliable output every time. This module teaches you to be precise without being rigid.

Can I share skills with my team?

Yes. Skills are just files in your project directory, so they can be committed to version control and shared across your entire team. Everyone gets the same quality of output because everyone is using the same instructions. This is one of the biggest advantages of the framework approach.

War Stories

Real examples from CoffeeBrain

These aren't hypothetical scenarios. Every story happened. Every lesson was learned the hard way.

The Static Site That Wrote Itself

coffeemarketing.co.uk was rebuilt from WordPress to static HTML in days, not months. Pages, styling, content — all generated and deployed by AI.

Lesson learned:

Phase 1 output is genuinely impressive. The danger isn't that it's bad — it's that people think this is the whole story.

The Google Ads Script Sprint

First Google Ads automation scripts were producing useful output within hours. Search term analysis, budget pacing, performance alerts — all working quickly.

Lesson learned:

Speed creates confidence, but confidence without process creates the conditions for Phase 2's crash.

Simon's 3-Week Shopping App

Simon went from 'beneath point zero' to building a near-complete shopping list app with Amazon affiliate integration, accessibility features, and a live database — in just three weeks. No prior coding experience.

Lesson learned:

The speed of Phase 1 is real. A complete beginner can ship a functional product in weeks. But shipping fast and shipping right are different things.

Claude Built a Website to Solve Its Own Problem

During a Google Cloud Console task, Claude autonomously created a front-end website to input data because the console interface was too complex. 'I didn't even ask — he just built it because he thought I was clearly an idiot.'

Lesson learned:

AI will find creative solutions you never considered. The wow moment is genuine — enjoy it, but don't confuse output speed with operational maturity.

Included Skills

Downloadable Claude Code skills

Pre-built, production-tested skills you can install directly into your Claude Code environment.

  • Skill creator template
  • Website builder skill
  • Content generation skill
  • Basic report generator
  • CLAUDE.md starter template

Outcomes

By the end of this phase

Clear, measurable outcomes that prove you've completed this phase and are ready for the next.

  • Working AI development environment
  • First 5 production skills
  • One deployed quick-win project
  • CLAUDE.md constitution written
  • Visible ROI within the first month

Knowledge Check

Phase 1 Test

20 questions to verify your understanding of The Wow Moment.

1

What are the three essential prerequisites before installing Claude Code?

2

Why does Claude Code need Git installed even if you are not a developer?

3

What is the correct way to verify Claude Code is installed and working?

4

A colleague says 'I installed Claude Code but it does not know anything about our company.' What is the most likely issue?

5

Where should you place your project-level CLAUDE.md file?

6

Which of the following is the BEST example of a CLAUDE.md business identity section?

7

What is the purpose of adding 'constraints' to your CLAUDE.md?

8

A CLAUDE.md file has grown to 8,000 words. What is the recommended approach?

9

What is a 'skill' in the context of Claude Code?

10

Where should skill files be stored in your project?

11

Which of these would make the BEST first skill for a marketing agency?

12

A skill's SKILL.md file should always include which of the following?

13

What is the primary purpose of a 'quick-win project' in Phase 1?

14

You have asked Claude Code to build a simple landing page. It produces a design using blue and green colours, but your brand uses orange and grey. What went wrong?

15

What is the difference between a 'skill' and a 'prompt'?

16

Which section of a SKILL.md ensures Claude Code does not improvise or add unrequested features?

17

A skill generates an HTML report but sometimes the formatting is inconsistent. What is the most effective fix?

18

What does 'self-verifying' mean when applied to a skill?

19

You have built 5 skills. What should you do before building skill number 6?

20

At the end of Phase 1, what should a business realistically have?

0/20 questions answered

Ready to start Phase 1?

Whether you're going self-service or want hands-on guidance, I'll help you get through The Wow Moment with confidence.