# Specsafe Init Agentic Engineering Specsafe

> Initialize a new SpecSafe project.

- Skill: `majiayu000/specsafe-init-agentic-engineering-specsafe` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/specsafe-init-agentic-engineering-specsafe`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/specsafe-init-agentic-engineering-specsafe/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/majiayu000/specsafe-init-agentic-engineering-specsafe

---


Initialize a SpecSafe project.

**When to use:**
- Starting new project with SpecSafe
- First time setup

**Input**: Project name (optional)

**Steps:**

1. **Run init**
   ```bash
   specsafe init [project-name]
   ```

2. **Verify created**
   - specs/active/, completed/, archive/
   - specs/template.md
   - specsafe.config.json
   - PROJECT_STATE.md

3. **Show next steps**
   Guide to create first spec.

**Guardrails:**
- Check not already initialized
- Ensure write permissions
