Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
kanban reads Markdown tickets from .smithers/tickets/, runs each ticket in its own worktree branch, then asks an agent to merge successful branches back into the main workspace.
Inputs
| Input | Type | Default |
|---|---|---|
maxConcurrency | number | 3 |
Ticket Layout
Place ticket files in.smithers/tickets/:
How It Runs
- Discovers
.mdticket files, excluding.gitkeep. - Creates a worktree branch for each ticket.
- Runs the shared
ValidationLoopper ticket. - Records a ticket result.
- Runs a merge task over successful ticket branches.
tickets-create when you want multiple independent tickets implemented with isolated working directories.