create-task
Installation
SKILL.md
Create Task
Overview
Create a task in the issue tracker with a specified type (epic, story, bug, task, etc.). The command adapts its workflow based on the task type.
Definitions
- {TASK_KEY}: Issue/task identifier format that will be generated by the issue tracker (e.g.,
FB-6,PROJ-123,KAN-42). Used to reference the created task after creation. - {FEATURE_DOMAIN}: Kebab-case feature name identifying the functional area (e.g.,
user-authentication,payment-processing,notifications). Used to link PBIs to their corresponding Specs atspecs/{feature-domain}/spec.md. - Task Types: Categories of work items supported by the issue tracker:
- Epic: High-level initiative or phase plan that contains multiple stories
- Story: User story or feature request representing a single piece of functionality
- Bug: Defect or issue that needs to be fixed
- Task: Technical work item or chore that doesn't fit into story/bug categories
- Subtask: Child task of another task
- Improvement: Enhancement request
- Spike: Research or investigation task
- Technical Debt: Code quality improvement task
- Validation Thresholds: Information density scoring used to assess task information completeness (type-specific):
Related skills