wtf.write-task

Installation
SKILL.md

Write Task

Create a GitHub Task issue — the implementable unit of work. Derive Gherkin scenarios from the parent Feature's Acceptance Criteria so nothing is lost in translation.

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. That result controls whether native sub-issue and dependency links are created in step 10.

If invoked from wtf.feature-to-tasks or wtf.write-feature, skip this step. The orchestrator already ran it. Also skip on re-invocations in the same session (e.g. "Write next Task" loop in step 11).

1. Identify the parent Feature

Call AskUserQuestion (per ../references/questioning-style.md):

  • question: "Which Feature does this Task belong to?"
  • header: "Feature"
  • options: from recent open issues labeled feature
Installs
51
Repository
xiduzo/wtf
GitHub Stars
7
First Seen
Apr 9, 2026
wtf.write-task — xiduzo/wtf