# Speckit Implement

> Use when executing approved Spec Kit tasks after spec, plan, tasks, and checklists are ready.

- Skill: `me-cedric/speckit-implement` (Agent Skill)
- Install (CLI): `npx skillmds@latest add me-cedric/speckit-implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/me-cedric/speckit-implement/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-implement

---


# Spec Kit Implement

Use only after the user approved implementation.

## Do

1. Read `AGENTS.md`, `spec.md`, `plan.md`, `tasks.md`, checklists, and command
   registry.
2. Stop if required checklists are incomplete unless the user explicitly says to
   proceed.
3. Execute tasks in order; keep the diff scoped.
4. Update specs/tasks/status/docs/contracts/env files in the same change when
   behavior changes.
5. Run the smallest validation set that covers touched files.

## Done

- Tasks are checked off only when code, tests, docs, and validation support it.
- Completion Gate reports files, commands, results, failures, and risks.

