J. RABATIN // CLAUDE OPSFIELD MANUAL · GUIDE
Claude Code · Educational Series

The automation ladder: from prompt to agent

There's a clear path from typing prompts to running agents — command, skill, subagent, agent. You don't need a CS degree; you need to climb one rung at a time without skipping.

Reference Guidewith a downloadable resource for your Claude Code sandbox

What's inside

  1. Rung 1 — the command
  2. Rung 2 — the skill
  3. Rung 3 — the subagent
  4. Rung 4 — the agent
Section 01

Rung 1 — the command

The first rung is the simplest: a saved instruction you can reuse. Instead of retyping your standup summary or your code-review prompt every time, you save it once and call it by name. It's small, but it's your first real piece of leverage.

Reuse beats remembering. The moment you stop re-typing a good prompt, you've started building a system.

Start hereFind the prompt you type most often. Save it. That's rung one.
Section 02

Rung 2 — the skill

A skill is a command that knows when to fire. Instead of you calling it, it triggers itself on the right kind of task and runs the steps. It's packaged know-how — the procedure plus the judgment of when to use it.

This is the jump from 'I have a saved prompt' to 'the right help shows up on its own.'

command:  you call it       (/weekly-report)
skill:    it calls itself   (fires on 'report')
Section 03

Rung 3 — the subagent

A subagent is a worker with its own context window, its own instructions, and its own tools. It handles one job inside a bigger effort — a researcher, a reviewer, a drafter — and reports back. Now you're delegating a whole task, not just running a step.

This is where your role shifts from doing the work to assigning it.

The shiftRungs 1–2 do a task. A subagent owns a task. That's a real promotion for you.
Section 04

Rung 4 — the agent

At the top, an agent runs a full loop toward a goal: gather context, take action, verify, repeat — until the goal is met. You set the direction and the guardrails; it does the rest and hands you a result to review.

Climb one rung at a time. Each level only makes sense once the one below it is solid — so don't skip. Build quietly, compound deliberately, and you'll be running agents before you ever felt like a 'technical' person.

In your sandboxDon't start at rung 4. Save one command this week. Turn it into a skill next week. The ladder does the rest.
Free Download

The automation-ladder map

A one-page map of the four rungs — command, skill, subagent, agent — with the signal that tells you when you're ready to climb.

The 4 rungs
Rung 1 command
Rung 2 skill
Rung 3 subagent
Rung 4 agent
Ready signals
Don't skip
Your first move
Example climb
Checklist
✓ Downloaded. Drop it in your skills/ folder and try it in your Claude Code sandbox.