Initspec banner
moshehbenavraham moshehbenavraham

Initspec

Testing community

Description

--- name: initspec description: Initialize the Apex Spec System in the current project --- # /initspec Command Set up the complete `.spec_system/` directory structure and initial files for a new or existing project. ## Rules 1. **Never overwrite existing `.spec_system/state.json`** without explicit user confirmation 2. **ASCII-only characters** (0-127) in all generated files 3. **Unix LF line endings** only 4. **Minimal structure** - don't over-engineer the initial setup ## Steps ### 1. Ch

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-initspec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-initspec && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/initspec.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-initspec/SKILL.md

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

Full documentation available on GitHub

View Source Repository