.claude/skills/specsafe-new/SKILL.md
Create a new spec with PRD, tech stack, and rules. Initializes SPEC stage.
npx skillsauth add agentic-engineering-agency/specsafe specsafe-newInstall 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.
Create a new SpecSafe specification (NEW → SPEC stage).
When to use:
Input: Feature name or brief description
Steps
Validate project state
Check PROJECT_STATE.md exists (run specsafe init if not).
Review current active specs to avoid conflicts.
Create the spec
specsafe new "<feature-name>"
This:
specs/active/Initialize PRD structure
Open the new spec file and populate:
Define initial requirements
Add to Requirements table:
Show next steps
Display:
/specsafe:spec <id> to flesh out detailsOutput
After creation:
specs/active/SPEC-YYYYMMDD-NNN-<feature-name>.md/specsafe:spec <id>"Guardrails
Example
User: /specsafe:new "user-authentication"
→ Creates SPEC-20260211-004-user-authentication.md
→ Status: SPEC
→ Next: /specsafe:spec SPEC-20260211-004
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.