All learning paths

Before you start

A computer with terminal access. Agent setup is included; hosting and extra agents are optional.

3 lessons · 20 minutes of reading, plus setup and practice. Take one lesson at a time.

0 of 3 complete

Start this path
  1. Step 1 · 6 min reading · Not started

    Vibe coding: decide what needs to be tested

    Use a small prototype to explore an idea, then define the checks it needs before anyone relies on it.

  2. Step 2 · 6 min reading · Not started

    Claude Code: set up your first project session

    Open a practice folder, inspect its files, and establish how the agent will make and check changes before building.

  3. Step 3 · 8 min reading · Not started

    Build a small project from a brief to a checked result

    Build a local expense summary from sample data, test normal and broken inputs, and keep a handoff another person can use.

You are finished when…

Keep the project, its SPEC.md, and the results of the normal, empty-input, and incorrect-input checks. Another person should be able to run it.

If the checks fail, revise the work before adding another tool. Choose another result when you are ready.