# Speckit Tasks

> Use when generating Spec Kit implementation tasks from an approved plan and design artifacts.

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

---


# Spec Kit Tasks

Read `AGENTS.md`, `spec.md`, `plan.md`, `research.md`, contracts, and data model
before writing tasks.

## Do

1. Generate ordered, test-first tasks.
2. Mark independent tasks with `[P]` only when they touch separate files and can
   truly run in parallel.
3. Include docs, contracts, env examples, migrations, and validation tasks when
   affected.
4. Keep tasks small enough to review and validate.

## Done

- `tasks.md` can be executed top to bottom.
- Each behavior change has a nearby test or an explicit no-test reason.
- No task depends on hidden context outside the artifacts.

