Gsd T Backlog Edit banner
Tekyz-Inc Tekyz-Inc

Gsd T Backlog Edit

Development community

Description

# GSD-T: Backlog Edit — Modify Entry Fields You are editing an existing backlog entry. Only the specified fields are updated — all other fields are preserved as-is. ## 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 entries), inform the user:

Installation

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

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

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

Full documentation available on GitHub

View Source Repository