wilwaldon

Claude Goal Scaffold — Development skill for Claude Code

Development community

Three-file template for building complete projects with Claude Code's /goal command.

How to install Claude Goal Scaffold

This entry records only its repository, not the path inside it, so there is no exact command to give. Open wilwaldon/claude-goal-scaffold and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Goal Scaffold does

Three-file template for building complete projects with Claude Code's /goal command. Fill in your specs, paste a goal, walk away.

Alternatives in Development

  • Rb Init — Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill) 1.3k ★
  • Ag Init — Scaffold a new multi-agent repository from the Antigravity template (invokes agent-repo-init skill) 1.2k ★
  • Purpose — Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively de 527 ★

README

/goal Starter Kit

A three-file template for building complete projects with Claude Code's `/goal` command. Fill in your project details, paste a goal command, and Claude builds the whole thing without you prompting every step.

What `/goal` Does

Claude Code 2.1.139 shipped `/goal` on May 12, 2026. It lets you set a completion condition and Claude keeps working across turns until a separate evaluator model confirms the condition is met. The model doing the work is not the model deciding if the work is done.

Without it, Claude works one turn, stops, and waits for you to tell it to continue. You become the bottleneck.

What's In Here

File Purpose
CLAUDE.md Project context template. Stack, directory structure, design direction, constraints, code style. Claude reads this automatically when you open a session in the directory.
SPEC.md Page-level requirements template. Sections, data schemas, interactive behavior. Includes inline guidance on writing specs that /goal can actually verify.
RUN.md Workflow guide. Step-by-step setup, six goal templates for different project types, how to write good conditions, and troubleshooting.

Quick Start

  1. Clone this repo or copy the three files into a new project directory
  2. Fill in CLAUDE.md with your stack and design direction
  3. Fill in SPEC.md with your pages, components, and data schemas
  4. Open Claude Code in the directory
  5. Scaffold your project (npx create-next-app, npm create astro, whatever your stack needs)
  6. Paste your /goal command (build it from the checkl