.claude/skills/specsafe-init/SKILL.md
Initialize a new SpecSafe project in the current directory.
npx skillsauth add agentic-engineering-agency/specsafe specsafe-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Initialize a new SpecSafe project with directory structure and configuration.
When to use:
Input: Project name (optional, defaults to current directory name)
Steps
Run init command
specsafe init [project-name]
This creates:
specs/active/ directoryspecs/completed/ directoryspecs/archive/ directoryspecs/template.mdspecsafe.config.jsonPROJECT_STATE.mdVerify initialization
Check all directories and files were created.
Show next steps
Guide user to:
/specsafe:newOutput
After initialization:
/specsafe:new <name>"Guardrails
development
Generate tests from a SpecSafe specification (SPEC → TEST stage).
development
Show SpecSafe project status and metrics.
development
Run QA validation (CODE → QA stage).
development
Create a new SpecSafe specification using the TDD workflow.