All Skills stryx · skills Stryx Labs
// stryxstryx-taskmaster

Taskmaster.

Task decomposition. Sprint planning. Burndown. Multi-session persistence. GitHub Issues + Projects integration.

//01What it does

Sprint Planning, Progress Tracking, GitHub Issues.

Big features die when they are not decomposed. This skill: break a feature into tasks with explicit dependencies, track progress with burndown, persist state across multiple work sessions, and integrate with GitHub Issues so the work surface and tracking surface are the same.

//02What is inside

Four recipes.

i.

Decomposition rules

Each task at most 1 day of work. Each has acceptance criteria. Dependencies explicit (X must finish before Y starts). No more than 3 levels of nesting (epic, story, task).

ii.

Sprint planning

Capacity = velocity times team size times focus factor (~0.7). Do not commit beyond capacity. Stretch goals separate. Reserve 20% for unplanned work.

iii.

Burndown + velocity

Daily ideal vs actual remaining. Find velocity from past 4 sprints (4-sprint moving average). Use it to predict end date.

iv.

GitHub Issues integration

Issues = tasks. Labels = epic + priority + complexity. Projects = sprint board. Milestones = release. PR auto-closes issue. Live source of truth.

//03Chains with

It composes.

Skills compose into workflows. Taskmaster is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-taskmaster (skip the other 19) into ~/.claude/skills/stryx-taskmaster/.

macOS · Linux
STRYX_SKILL=stryx-taskmaster curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-taskmaster"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Taskmaster in personal, commercial, internal, and production work. No attribution required.