wtf.feature-to-tasks

Installation
SKILL.md

Feature to Tasks

Break a Feature down into its full set of Tasks. Create them one by one. Propose the complete task list first from the Feature's Acceptance Criteria. Then write each Task with full user control.

Process

0. GitHub CLI setup

Run the setup check from ../references/gh-setup.md. Stop if gh is not installed or not authenticated. Note whether the extensions are available. This determines whether native sub-issue and dependency links are created downstream (via wtf.write-task).

Skip this step if gh-setup was already confirmed this session (e.g. when chained from wtf.write-feature or wtf.epic-to-features).

1. Identify the Feature

If a Feature number was passed in as context, use it. Otherwise call AskUserQuestion (per ../references/questioning-style.md):

  • question: "Which Feature are you breaking into Tasks?"
  • header: "Feature"
  • options: from recent open issues labeled feature
Installs
48
Repository
xiduzo/wtf
GitHub Stars
7
First Seen
Apr 9, 2026
wtf.feature-to-tasks — xiduzo/wtf