# Task

> Use when the user asks to track a task, says "create a task for X", "break this feature into tasks", "we need to implement X", or wants a small, self-contained unit of work captured as an issue (standalone or as part of a feature)

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

---


# Track Task

Follow the workflow in `docs/workflows/tasks.md` to create a GitHub task issue that is small, self-contained, and independently mergeable.

Read that file and follow it exactly. It covers how to distinguish a task from a feature, what makes a task independently mergeable, how to structure the issue body, and how to link tasks to parent features when applicable.

