From get-design-done
Park a design idea for a future cycle. Writes to .design/backlog/BACKLOG.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/get-design-done:add-backlog [text][text]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Role:** Long-term parking lot for design ideas. Backing store: `.design/backlog/BACKLOG.md`.
Role: Long-term parking lot for design ideas. Backing store: .design/backlog/BACKLOG.md.
If $ARGUMENTS is empty, ask the user: "What should be added to the backlog?"
Create .design/backlog/ directory and BACKLOG.md with # Design Backlog header if missing.
Derive <title> = first 60 characters of the text (strip newlines). Append:
## <title>
**Added**: YYYY-MM-DD
**Status**: parked
<full text>
---
━━━ Backlog entry parked ━━━
Title: <title>
Status: parked
Promote later via: /gdd:review-backlog
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.design/backlog/.parked here - /gdd:review-backlog owns status transitions.npx claudepluginhub hegemonart/get-design-doneCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.