start-task

Installation
SKILL.md

Start Task

Overview

Begin development on a task with proper setup and pre-flight checks.

Definitions

  • {TASK_KEY}: Story/Issue ID from the issue tracker (e.g., FB-6, PROJ-123, KAN-42)
  • Branch Name Format: Use short format {type}/{TASK_KEY} (e.g., feat/FB-6, fix/PROJ-123)
    • Short format is recommended: feat/FB-6 (not feat/FB-6-file-watching-workspace-commands)
    • Important: Be consistent within a project - use the same format for all branches

Prerequisites

Before proceeding, verify (see Steps 1–2 for how):

Installs
12
First Seen
Feb 16, 2026
start-task — fancy-bread/sdlc-workflow-skills