Agent skill
sc-kanban
Kanban state machine orchestration with provider abstraction
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sc-kanban
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?