# Specsafe New Agentic Engineering Specsafe

> Create a new SpecSafe specification using the TDD workflow.

- Skill: `majiayu000/specsafe-new-agentic-engineering-specsafe` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/specsafe-new-agentic-engineering-specsafe`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/specsafe-new-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-new-agentic-engineering-specsafe

---


Create a new SpecSafe specification.

**When to use:**
- Starting a new feature
- Beginning a bug fix with TDD
- Creating a new project specification

**Input**: A spec name (kebab-case) or description of what to build.

**Steps:**

1. **If no clear input, ask what to build**
   > "What spec do you want to create? Describe what you want to build or fix."

2. **Check specsafe is initialized**
   Verify `specsafe.config.json` exists. If not, advise running `specsafe init`.

3. **Create the spec**
   ```bash
   specsafe new "<name>"
   ```

4. **Show results**
   - Spec ID and location
   - Current stage: SPEC
   - Next: Edit requirements, then run `specsafe test <id>`

**Guardrails:**
- Require valid kebab-case name
- Ensure project is initialized first
