Skip to content

Green Belt Part A — The Craft

Status: drafted · Time: 8 min · Audience: experienced-builder Outcome: Understand what Part A teaches, what it expects you to know already, and the order to walk it in.

Part A promise. By the end, you can shape your team’s context with hierarchical CLAUDE.md, author skills that compound, run subagents and worktrees safely, and prompt with discipline.

Prerequisite. 🟡 Yellow Belt complete. If you are mid-Yellow, finish first; Part A reads thin without daily-builder muscle memory. Time budget. ~5h25m for the eleven modules; ~4h for Quest G-1. Plan over a week.


Part A is the foundational craft layer of Green Belt. Where Yellow Belt taught you to use Claude Code daily, Part A teaches you to shape it: how the agent sees the world (context engineering), how to extend it (skills, hooks, slash commands), how to scale it (subagents, worktrees), and how to ask it precisely (advanced prompting).

Eleven modules, one quest. The boss fight is in Part C; you cannot earn Green Belt with Part A alone.


§ChapterPillarTime
G.1The Three Pillars — prompt × context × harnessAll20 min
G.2Why context windows fillContext20 min
G.3CLAUDE.md for a real serviceContext45 min
G.4Hierarchical CLAUDE.mdContext30 min
G.5CLAUDE.local.md — personal overridesContext10 min
G.6Skills — what they are, why they compoundContext25 min
G.7Writing your first SKILL.mdContext45 min
G.8SubagentsHarness30 min
G.9Worktrees — 3–5 Claude instances in parallelHarness30 min
G.10Hooks + slash commandsHarness30 min
G.11Advanced promptingPrompt40 min

Walk them in order on a first read. The CLAUDE.md cluster (G.3–G.5) and the Skills cluster (G.6–G.7) build on each other; the Harness cluster (G.8–G.10) builds on context and skills.


Quest G-1 — Author a team skill. Pick a workflow your team has run three or more times by hand. Write a SKILL.md that captures it. Get a teammate to invoke it.

The quest is the practical test of G.6 and G.7. Do it after both modules are read at GREEN colour.


“I can shape my team’s context, author skills that other builders use, and prompt with intent — not vibes.”


Part B (E2E testing, design-to-code, observability, hard debugging) builds the practices on top of the craft you’ll learn here. Part C (Razorpay redlines, the LLM proxy, security review) builds the guardrails. Both are drafted; walk Part A first.


Previous: ← Green Belt README · Next: → G.1 The Three Pillars