# Speckit Analyze

> Use when checking Spec Kit artifacts for inconsistencies across spec, plan, tasks, contracts, docs, and validation.

- Skill: `me-cedric/speckit-analyze` (Agent Skill)
- Install (CLI): `npx skillmds@latest add me-cedric/speckit-analyze`
- Raw SKILL.md: https://api.skillmd.com/api/skills/me-cedric/speckit-analyze/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: me-cedric (https://skillmd.com/u/me-cedric)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/me-cedric/speckit-analyze

---


# Spec Kit Analyze

Read `AGENTS.md` plus the target feature's `spec.md`, `plan.md`, `tasks.md`,
checklists, contracts, and docs.

## Check

- Requirements missing from plan/tasks.
- Tasks that implement behavior not in the spec.
- API/env/docs/security changes without companion tasks.
- Unresolved clarifications that reached implementation.
- Validation commands that are invented or too broad.
- Completed status that does not match code/tests/docs.

## Done

Return findings ordered by severity with file references and exact fix actions.
Do not edit files unless the user explicitly asks.

