بنقرة واحدة
backlog
Manage project backlog — add, list, filter, update, prioritize, suggest
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage project backlog — add, list, filter, update, prioritize, suggest
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage the project backlog — add, list, filter, update, prioritize, and suggest work items
Daily session wrapper — start with backlog, work, commit, retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Commit, branch, PR, self-review, fix — then stop for human approval before merge
Pre-flight for parallel work — pick items, check file overlap, set statuses, generate terminal commands
Full ship cycle: branch, PR, self-review, fix, human approval, merge
| name | backlog |
| description | Manage project backlog — add, list, filter, update, prioritize, suggest |
| user-invocable | true |
| argument-hint | <subcommand> [args] |
/backlog or /backlog dashboardShow overview: in-progress items, ready items, blocked items, stats.
/backlog add <title>Create a new backlog item with:
/backlog list [filter]List items. Filters: ready, in-progress, blocked, type:bug, priority:p0, etc.
/backlog view <id>Show full details of a specific item.
/backlog update <id> <field=value>Update an item's status, priority, effort, or assignee.
/backlog done <id>Mark item as complete. Move to Done status.
/backlog nextSuggest the next item to work on based on:
/backlog prioritizeReview all open items and re-rank by priority.