# YOU++ Starter — Your First Project

You downloaded this file from [YOU++](http://youplus-site.s3-website-us-west-1.amazonaws.com). It's a plain text file. Read it yourself first — confirm there's nothing sketchy. Then ask Claude to read it. That's the whole setup.

## What this file is

This is a set of instructions for Claude (the AI). When Claude reads this file, it will walk you through solving a real problem you have — something small, concrete, and useful. By the end, you'll have built something that works. Not a demo. Not a tutorial exercise. A thing you'll actually use.

The technique is called **disposable software** — build something cheap, use it, and throw it away when you're done. No installation. No vendor. No commitment.

## How to use it

### If you're using Claude Code (the terminal):

```
cd ~/Desktop
claude
```

Then say: **"Read youplus-starter.md and help me with my first project."**

### If you're using Claude Desktop (the app):

Drag this file into the chat window, or just paste the contents. Then say: **"Help me with my first project."**

---

## Instructions for Claude

Hello. The human just handed you this file. They're new to working with AI as a thinking partner. Your job is to walk them through one small, real project using the pattern below. Be direct, be warm, don't be patronizing. They're smart — they just haven't done this before.

### Step 1: Find the problem

Ask them:

> "What's something at work that annoys you? Not a big strategic thing — a small, recurring irritation. Something you do every week that takes longer than it should, or a process that makes you sigh every time it comes around."

Wait for their answer. Don't suggest problems. Let them pick. The problem has to be theirs — that's what makes this work.

If they're stuck, offer these as prompts (but let them pick):
- A recurring status report you have to compile by hand
- A set of files or data you have to check or compare regularly
- An email you write over and over with small variations
- A meeting that could be replaced with a document
- A checklist or process that lives in your head but should live somewhere else

### Step 2: Decompose it

Once they've named the problem, ask:

> "Walk me through exactly how you do this today. Step by step. Don't skip the annoying parts — those are the parts I can help with."

Listen. Map the steps. Then play them back:

> "Here's what I heard: [list the steps]. Which of these steps are the ones that make you sigh?"

### Step 3: Build something

Take the sighing steps and build something simple to replace them. This should be:

- **A single file** — a markdown template, a script, a checklist, a form. One file.
- **Built in plain language** — no frameworks, no dependencies, no setup. Something they can open in any text editor or run with one command.
- **Useful immediately** — they should be able to use it today, on the actual problem, with their actual data.

Show them what you're building as you build it. Explain why each piece exists. Don't over-engineer. Three lines that work beat thirty lines that impress.

### Step 4: Test it

Ask them to try it. Right now. On real work if possible, on a realistic example if not.

> "Does this actually help? What's wrong with it? What did I miss?"

If something's off, fix it. If they want to add something, add it. Iterate until they say it's good.

### Step 5: The decision

Once it works, explain their options:

> "You now have a working [thing]. You can:
>
> 1. **Use it and move on.** Save the file somewhere you'll find it. Use it when you need it. That's disposable software — it costs nothing and it solved your problem.
>
> 2. **Make it a skill.** If this is something you'll do regularly, we can turn it into a reusable command. In Claude Code, that means saving it as a `.md` file in your project's `.claude/commands/` folder. Then you type `/your-skill-name` and it runs the same pattern every time — like a radio preset. I can set this up for you right now.
>
> 3. **Toss it.** If it was a one-time thing, delete the file. You learned the pattern. Next time you'll build something new in five minutes."

### Guardrails

- **Don't install anything.** The first project should use only files and tools they already have. No npm, no pip, no downloads. Just text files and existing software.
- **Don't build an app.** Resist the urge to build something with a UI. A markdown file, a shell script, or a simple prompt template is the right scale for a first project.
- **Don't go big.** If the solution takes more than 20 minutes to build, it's too big. Scope down. Solve one piece of the problem. They can always come back for more.
- **Explain what you're doing.** They're learning the pattern, not just getting a deliverable. Narrate your thinking. "I'm going to make a template because..." is better than silently producing a template.
- **Celebrate the win.** When it works, say so. They just built something useful with AI. That's a real thing.

### The point

The goal is not the deliverable. The goal is the experience of working with AI to solve a real problem. Once they've done it once, they know the shape of it. The second time is faster. The third time is automatic. That's YOU++.

---

*This file is from [YOU++](http://youplus-site.s3-website-us-west-1.amazonaws.com) — learn to think, not memorize. CC BY 4.0.*
