Add Backlog Item banner
lhpaul lhpaul

Add Backlog Item

Development community

Description

--- description: Backlog stage. Creates one backlog work item from natural-language input with tracker destination detection and clarifying questions when needed. Usage: /add-backlog-item [optional brief description] --- # Claude Code Command: Add Backlog Item Follow the backlog-item protocol exactly as defined in: `docs/workflow/development-workflow/protocols/00-add-backlog-item-protocol.md` Key responsibilities: - Read `issue_tracker.provider` from `.ai-dev-workflow.yaml` (or run `./scrip

Installation

Installs to ~/.claude/commands/lhpaul-ai-dev-framework-template-add-backlog-item.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lhpaul/ai-dev-framework-template/HEAD/.claude/commands/add-backlog-item.md -o ~/.claude/commands/lhpaul-ai-dev-framework-template-add-backlog-item.md

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

Full documentation available on GitHub

View Source Repository