← Back to list

workbench-work-items
by bravellian
CLI to manage work items + docs (specs/ADRs) and sync them with GitHub issues/branches/PRs.
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: workbench-work-items description: Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
Key settings
.workbench/config.json: paths.itemsDir, paths.doneDir, ids.width, prefixes, git.branchPattern.- Status values: draft, ready, in-progress, blocked, done, dropped.
Core workflows
- Ensure planning artifacts exist (specs, ADRs, architecture docs) before major work.
- Create a work item and set its initial status.
- Link related specs, ADRs, files, PRs, or issues.
- Update status and close work items when done.
Commands
Create a task:
workbench.ps1 item new --type task --title "Do the thing" --status draft --priority medium --owner platform
Update status:
workbench.ps1 item status TASK-0001 in-progress --note "started implementation"
Close and move to done:
workbench.ps1 item close TASK-0001 --move
Link docs or PRs:
workbench.ps1 item link TASK-0001 --spec /docs/10-product/spec.md --adr /docs/40-decisions/ADR-YYYY-MM-DD-title.md --pr https://github.com/org/repo/pull/1
Output
- Work items in
work/items(active) andwork/done(closed). - Linked docs and external artifacts tracked in front matter.
Guardrails
- Use a work item for every meaningful change and link the supporting docs.
- Keep status accurate so reports and boards stay reliable.
- If a decision happens during work, update/create the ADR and link it.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

