Gsd T Backlog Move banner
Tekyz-Inc Tekyz-Inc

Gsd T Backlog Move

Development community

Description

# GSD-T: Backlog Move — Reorder Items by Position You are reordering a backlog item from one position to another. Position in the backlog represents priority — item 1 is highest priority. ## Step 1: Read Backlog Read `.gsd-t/backlog.md` and parse all entries. Each entry follows this format: ``` ## {position}. {title} - **Type:** {type} | **App:** {app} | **Category:** {category} - **Added:** {YYYY-MM-DD} - {description} ``` Count the total number of entries. If the backlog is empty (no entr

Installation

Installs to ~/.claude/skills/tekyz-inc-get-stuff-done-teams-gsd-t-backlog-move/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tekyz-inc-get-stuff-done-teams-gsd-t-backlog-move && curl -fsSL https://raw.githubusercontent.com/Tekyz-Inc/get-stuff-done-teams/HEAD/commands/gsd-t-backlog-move.md -o ~/.claude/skills/tekyz-inc-get-stuff-done-teams-gsd-t-backlog-move/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository