GapJump AI Workshop
Coding with Claude
No Coding Skills Necessary. Describe What You Want, and Claude Builds It.
Date: Wednesday, Jun 24, 2026 Facilitator: Kevin Brookhouser, GapJump AI

What You Should Bring

๐Ÿ’ป
Claude Cowork (the one prerequisite): Install it from your internal software portal before we start so we don't lose time. New to it? Here's a quick primer.
Intro to Cowork โ†’
๐Ÿ“Š
Nothing to prep: Everything you build happens right in Claude, no files, no spreadsheets, no setup. Just bring curiosity.
๐Ÿง 
One task in mind (just to think about): A report you assemble by hand, a tracker you maintain, something repetitive in your work. We'll use it in the closing brainstorm, no need to share it.

Session Objective

You don't write code, you describe what you want, and Claude builds it. In this session you'll build two things hands-on: a fun game from a single prompt, then a working maintenance tracker you grow one step at a time. Everyone leaves having built something that runs.

0 Cold Open: Build a Game
You

No intro, no setup. Paste this prompt into Claude and watch a working game appear in seconds. You're building, not watching.

Paste This to Build a Game
Build an HTML whack-a-mole game as a single web page. 9 holes in a 3x3 grid. Moles pop up randomly, I click to whack them. 30 second timer, score counter, and a "Play Again" button. Make it look fun, bright colors and a satisfying animation when I hit one. No external libraries.
๐Ÿ’ก Notice what you didn't have to specify: layout, animation, timer logic. You described the outcome; Claude filled in the how.
1 Describe the Outcome, Not the Steps
Watch

That game came from one plain-English sentence. The skill you're learning isn't coding, it's describing what you want clearly. A few things to notice about how you asked:

  • You said what it should do (whack moles, 30-second timer), not how to build it
  • You set a feel ("make it fun, bright colors"), and Claude made the design calls
  • If something's off, you don't fix code, you just say what to change in plain words
Try This: Tweak It in Plain English
Make the moles pop up faster as the timer runs down, and add a sound when I miss.
๐Ÿ’ก You revise by describing, not by editing code. That's the whole shift.
2 Build a Ranch Tracker, One Step at a Time
You

Now something useful, and you'll build it conversationally, one prompt at a time, watching it grow. This is a simple maintenance tracker for ranch equipment. No spreadsheet, no setup, it all lives in one web page.

Step 1, the basics. Paste this:

Step 1: Start the Tracker
BBuild me a simple ranch equipment maintenance tracker as a single HTML file. I want to add an asset by typing its name and a "next service due" date, and see all my assets in a list. Keep it clean and simple. No external libraries.

Step 2, make it remember. Add a few assets, then paste:

Step 2: Make the Data Stick
Make it so my assets are still here if I refresh or reopen the page. Save them in the browser so the list persists.

Now refresh the page, your assets are still there. That's the data living in the "back end" (here, your browser), separate from the page itself. Hold that thought for Module 3.

Step 3, add status pills. Paste:

Step 3: Color-Code the Status
For each asset, show a colored status pill based on the next service date: red "Overdue" if the date has passed, amber "Due Soon" if it's within 30 days, and green "OK" otherwise. Add a button to mark an asset serviced, which sets a new next-service date 3 months out.
  • You built a working tool by describing it in plain English, three sentences, three layers
  • Each step added to the same page, you grew it, you didn't start over
  • Want more? Keep going: "let me delete an asset," "add a location column," "sort by soonest due"
๐Ÿ’ก Same skill as the game, real payoff. You described what you wanted, step by step, and watched a tool take shape.
3 The Page vs. the Data Behind It
Watch

You just felt an important distinction without us naming it. Compare the two things you built:

  • The game kept its score in the page. Refresh, and it's gone, the data was fleeting.
  • The tracker kept your assets in the browser's storage. Refresh, and they're still there, the data persists, separate from the page.

That's the core idea behind every real app: a front end (the page you see and click) and a back end (where the data actually lives). They're different things, connected together.

Your tracker's data lives in your browser, which means it's private to this one computer. To make it shared, so your whole team sees and updates the same list, the data would move to a database in the cloud (like a Google Sheet behind the scenes). That's exactly what we build in a later session.

๐Ÿ’ก The app is the face. The data is the memory. Today the memory lived in your browser; next, we move it to the cloud so a team can share it.
4 Let It Interview You
You

For anything beyond a quick build, the best move is to let Claude ask questions first. Give it a deliberately vague request and watch it interview you before building.

Try This: Underspecified Prompt
Help me build a simple tracker for the projects I manage. Ask me questions first so you understand what I actually need before you build anything.
  • Claude asks structured questions: what to track, what statuses matter, how you want to view it
  • Answer as a group, the questions surface decisions you'd otherwise miss
  • A good build starts by reducing ambiguity, not by guessing
๐Ÿ’ก Clarifying questions are a feature. Answer them well and the result fits the first time.
5 Wrap: The Mental Model
Watch
  • Describe outcomes, not steps. You said "make it fun" and "easy to scan", Claude made the calls.
  • Revise in plain English. You change things by saying what's wrong, not by editing code.
  • Let it interview you. For anything real, answer its questions before it builds.
  • It builds, not just advises. You leave with working artifacts, not instructions.
  • You stay in charge. Claude handles the how; you own the what and the whether.

This is a lot for one hour, and that's fine. Today is about seeing what's possible and getting hands-on. You'll get dedicated time to build something real with me, see the series card below.

Brainstorm: What Would You Build?

Think about the trackers, reports, and manual processes in your work. Any of these could be a thing Claude builds for you:

A TrackerA page to log and view recurring items, like the maintenance tracker you just built
A Summary ViewTurn a list you keep into an at-a-glance view: what's due, what's overdue, what's done
A Quick ToolA calculator, checklist, or form that replaces a manual step you repeat
Something ElseWhat's a repetitive part of your week that could be a tool instead?
Q&A & Wrap-Up
  • Open floor: what surprised you, what felt powerful, what would you build first?
  • This week: try one build in Claude, something real from your own work
  • Share your feedback:  Give Feedback
Keep Going With Me: The Full Series
8 Weeks + Office Hours

Today is one stop on an 8-session journey. Here's the whole arc, and where it's headed:

Completed
Introduction to Claude Cowork
Managing files, cleaning desktops, summarizing document sets.
Completed
Introduction to Workspace Studio
Automating email drafts, chat alerts for priority senders, task routing.
Completed
Custom Skills
Build a reusable Skill that organizes your Drive your way.
Today
Coding with Claude (this session)
Describe what you want and Claude builds it, a game, then a maintenance tracker.
Jul 7
Advanced Google Apps Scripting
Bridge your Google apps, sync calendars to Sheets, track unsent drafts.
Jul 8
Receipt & Invoice Logger
Scan documents from your phone straight into Google Sheets.
Jul 15
Overcoming Limitations
Advanced cross-platform automation, push past the usual boundaries.
Jul 22
Build Something You'll Use (Hackathon)
Team-based build session. Make a real automated workflow for your department.
Jul 29  ยท  1:1
A Full Day of Office Hours
Bring a problem, a half-built idea, or just questions. Book your slot now: Book 30 min Book 60 min