kanban-batch-run

Sequence and batch kanban tasks in planned order using kanban-run workflows.

173|42|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-batch-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-batch-run
Source: https://github.com/cyanluna-git/cyanluna.skills/tree/main/kanban-batch-run
Command: npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-batch-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Run multiple kanban tasks end-to-end in planned order by batching and sequencing tasks to improve throughput while maintaining safety and visibility.

Core Features & Use Cases

  • Orchestrates batch execution by expanding selectors, ordering by phase, and orchestrating task-level invocations via kanban-run.
  • Supports resume points and automatic versus user-confirmed execution modes to accommodate risk.
  • Use case: batch-run 500-504 to execute a sequence of tasks with deterministic ordering and error handling.

Quick Start

Use a batch selector like "500-504" to run tasks in a planned order across the board.

Frequently Asked Questions about kanban-batch-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run multiple kanban tasks automatically in a specific order?

Batch-run kanban orchestration sequences multiple tasks in planned order using selectors like 500-504, invoking the inner kanban-run workflow to execute ordered task lists automatically with conservative sequencing and controlled parallelism.

How does batch kanban task execution handle dependencies and safety checks?

Batch kanban execution resolves dependencies and forms task groups before invocation, applying safety checks and conservative sequencing to maintain visibility and safety while improving throughput across the planned batch.

Can I resume a batch kanban workflow if an orchestrated task fails midway?

Batch kanban orchestration supports resume points and offers automatic versus user-confirmed execution modes, allowing you to accommodate risk and recover from failures during end-to-end task sequencing.

What is the best way to execute a short ordered task list on a kanban board?

Using a batch selector like 500-504 is the best way to execute short ordered task lists, as it expands selectors, orders tasks by phase, and orchestrates task-level invocations deterministically.

Does batch kanban orchestration work with existing kanban-run workflows?

Yes, batch kanban orchestration builds directly upon existing kanban and kanban-run workflows, utilizing a codex fallback to slash commands when needed to invoke the inner kanban-run skill safely.

When should I avoid using automatic batch execution for kanban tasks?

You should avoid automatic batch execution for kanban tasks when risk levels are high; instead, use the user-confirmed execution mode to manually approve each step in the planned batch sequence.