# Specsafe Test Create

> Create tests from spec scenarios

- Skill: `agentic-engineering-agency/specsafe-test-create` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/specsafe-test-create`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/specsafe-test-create/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Agentic-Engineering-Agency (https://skillmd.com/u/agentic-engineering-agency)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-engineering-agency/specsafe-test-create

---


Generate comprehensive test suite:
1. Read spec from specs/active/SPEC-ID.md
2. Create test files in src/__tests__/SPEC-ID/
3. Map Given/When/Then scenarios to test cases
4. Include happy path and edge cases
5. Update PROJECT_STATE.md (SPEC → TEST-CREATE)

Report test count and coverage expectations.

