← スキル一覧に戻る

sc-kanban
by randlee
The neural network of developer creativity
⭐ 1🍴 0📅 2026年1月25日
SKILL.md
name: sc-kanban version: 0.8.0 description: Kanban state machine orchestration with provider abstraction
sc-kanban Skill (v0.7.0 draft)
Purpose
Invoke kanban agents via Agent Runner to query and transition cards across backlog/board/done using shared board config (.project/board.config.yaml).
Flow
- Load and validate board config (fail closed on errors).
- If
provider=kanban: callkanban-queryorkanban-transitionvia Agent Runner. - If
provider=checklist: call checklist fallback agent defined in config (same v0.5 envelope).
Inputs
- Command args from
/kanban(action, card selector, target status, filters). - Workspace files: backlog.json, board.json, done.json.
Outputs
- v0.5 envelope with card data or gate failure details (kanban provider), or checklist results when provider=checklist.
Notes
- Gate execution, PR/worktree checks, and scrubbing occur inside
kanban-transitionagent. - Keep envelopes fenced JSON only.*** End Patch
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です