# Specsafe Test Apply

> Apply tests - development mode

- Skill: `agentic-engineering-agency/specsafe-test-apply` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/specsafe-test-apply`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/specsafe-test-apply/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-apply

---


Guide implementation for active spec:
- Read requirements and existing tests
- Implement one requirement at a time
- Follow cycle: Plan → Implement → Test → Commit
- Map every change to requirement IDs
- Never modify tests to make them pass (fix the code)
- Update PROJECT_STATE.md (TEST-CREATE → TEST-APPLY)

Ask: "Which requirement should we tackle next?"

