Use when generating Spec Kit implementation tasks from an approved plan and design artifacts.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add me-cedric/agent-compass --skill speckit-tasks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Speckit Tasks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/me-cedric-speckit-tasks)More formats (shields.io, HTML) on the badges page.
---
name: speckit-tasks
description: >
Use when generating Spec Kit implementation tasks from an approved plan and
design artifacts.
risk_level: medium
writes_files: true
requires_tools: []
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!