# Validate

> Validate current implementation against active spec

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

---


Check if the current code changes satisfy the requirements in the active spec.
Read the spec from specs/active/, run `pnpm test`, and report:
1. Which requirements are satisfied
2. Which requirements are missing or incomplete
3. Any test failures and what they mean
4. Whether the implementation is ready for `specsafe qa`

