-
List backlog items:
ls -d .planning/phases/999* 2>/dev/null || echo "No backlog items found" -
Read HUNTMAP.md and extract all 999.x phase entries:
cat .planning/HUNTMAP.mdShow each backlog item with its description, any accumulated context (CONTEXT.md, RESEARCH.md), and creation date.
-
Present the list to the user via AskUserQuestion:
- For each backlog item, show: phase number, description, accumulated artifacts
- Options per item: Promote (move to active), Keep (leave in backlog), Remove (delete)
-
For items to PROMOTE:
- Find the next sequential phase number in the active milestone
- Rename the directory from
999.x-slugto{new_num}-slug:NEW_NUM=$(node ".github/thrunt-god/bin/thrunt-tools.cjs" phase add "${DESCRIPTION}" --raw) - Move accumulated artifacts to the new phase directory
- Update HUNTMAP.md: move the entry from
## Backlogsection to the active phase list - Remove
(BACKLOG)marker - Add appropriate
**Depends on:**field
-
For items to REMOVE:
- Delete the phase directory
- Remove the entry from HUNTMAP.md
## Backlogsection
-
Commit changes:
node ".github/thrunt-god/bin/thrunt-tools.cjs" commit "docs: review backlog — promoted N, removed M" --files .planning/HUNTMAP.md -
Report summary:
## 📋 Backlog Review Complete Promoted: {list of promoted items with new phase numbers} Kept: {list of items remaining in backlog} Removed: {list of deleted items}
thrunt-review-backlog
Review and promote backlog items to active milestone
How to add
/plugin marketplace add backbay-labs/thrunt-god
The exact command may vary by repository. Check the README on GitHub.
For the skill author
Drop this on your repo README
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
[](https://www.skillteca.com.br/skills/thrunt-review-backlog?utm_source=badge&utm_medium=readme&utm_campaign=badge)
Related skills
See all in Outros →template-skill
Replace with a description of the skill and when Claude should use it.
slack-gif-creator
Knowledge and utilities for creating animated GIFs optimized for Slack. It provides constraints, validation tools, and animation concepts, useful when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack".
baoyu-compress-image
Compresses images to WebP (default) or PNG with automatic tool selection. Use when the user asks to compress image, optimize image, convert to webp, or reduce image file size.
zzz-one-dragon-player
Zenless Zone Zero's all-in-one automatic game assistant, enabling AI Agents to fully automate daily game routines.
Category alert
Get new Outros skills every Monday
One short email with only the new Outros skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Comments · No comments
Sign in to comment. Sign in
- No comments yet. Be the first.