Validate Setup banner
danielrosehill danielrosehill

Validate Setup

Productivity community

Description

Your task is to validate that the repository structure has been properly initialized and all required files are in place. Unless otherwise stated, all paths are relative to the base of the repository (likely your cwd). # Validation Checklist Perform the following checks and report the results to the user: ## 1. Core Structure Check that these directories exist: - `spec/` - `context/` - `archive/` - `.claude/commands/` ## 2. Required Files Check that these files exist and are not empty: -

Installation

Installs to ~/.claude/commands/danielrosehill-claude-spec-starter-validate-setup.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Spec-Starter/HEAD/.claude/commands/validate-setup.md -o ~/.claude/commands/danielrosehill-claude-spec-starter-validate-setup.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository