Gsd T Backlog Remove banner
Tekyz-Inc Tekyz-Inc

Gsd T Backlog Remove

Development community

Description

# GSD-T: Backlog Remove — Drop Item with Optional Reason You are removing an entry from the backlog. This deletes the item, renumbers remaining entries, and logs the removal. ## Step 1: Read Backlog Read `.gsd-t/backlog.md` and parse all entries. Find the entry at the specified position from $ARGUMENTS. If the file doesn't exist or has no entries: - "No backlog found. Nothing to remove." - Stop. If the position doesn't exist (out of range or invalid): - "Position {N} not found. The backlog

Installation

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

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

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

Full documentation available on GitHub

View Source Repository