Back to list
randlee

sc-kanban

by randlee

The neural network of developer creativity

1🍴 0📅 Jan 25, 2026

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

  1. Load and validate board config (fail closed on errors).
  2. If provider=kanban: call kanban-query or kanban-transition via Agent Runner.
  3. 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-transition agent.
  • Keep envelopes fenced JSON only.*** End Patch

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
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon