Claude Goal Scaffold — Development skill for Claude Code
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
- Clone this repo or copy the three files into a new project directory
- Fill in
CLAUDE.mdwith your stack and design direction - Fill in
SPEC.mdwith your pages, components, and data schemas - Open Claude Code in the directory
- Scaffold your project (
npx create-next-app,npm create astro, whatever your stack needs) - Paste your
/goalcommand (build it from the checkl
Related Skills
New Capability
Scaffold a new Friday command from a template. Prompts for a name and description, writes commands/ .md with t
New Site
Build a client website end to end - pick the site type, pull the right base template + modules + guides from t
Motion Pages
Claude Code skill for award-site motion pages — Three.js worlds, liquid-glass shaders, springy poster walls. S
Open Agreements
OpenAgreements: Fill a Legal Template
Etsy Listing Helper
Claude Code Agent Skill: turn POD product specs + photos into copy-paste-ready Etsy listing content (title, 13
Edge
Walk a deliverable through the Playbook §2 edge-case checklist and scaffold the tests that genuinely apply.
Related Agents
Thumbnail Agent
Designs three deliberately different thumbnail concepts per video — Safe, Curiosity and Wildcard — each shippi
Cookiecutter Template Author
Scaffolds or refactors a Cookiecutter template (its pre_prompt/pre_gen/post_gen hooks and a pytest-cookies har
Agentforce Builder
Scaffold a complete Agentforce action. SfSkills agentforce workflow agent, /build-agentforce-action: reads its