# Speckit Plan

> Use when creating a Spec Kit technical plan, research notes, data model, contracts, quickstart, or validation plan from an approved spec.

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

---


# Spec Kit Plan

Read `AGENTS.md`, the approved `spec.md`, `.specify/memory/constitution.md` if
present, and existing architecture/module docs.

## Do

1. Convert behavior into technical approach, affected files, data model,
   contracts, risks, and validation commands.
2. Put implementation decisions here, not in the spec.
3. Resolve unknowns in `research.md` before tasks are generated.
4. Keep API contracts, env vars, docs, security, migrations, and shared package
   consumers in the validation map when affected.

## Done

- `plan.md` is executable and traceable to the spec.
- Research/open questions are resolved or marked blocking.
- Validation commands come from the host command registry or package scripts.

