Kontora is an agent orchestration tool. You write tickets as markdown files, it runs AI agents through multi-step pipelines, each in its own git worktree and tmux session.
tmux session view
Features
Multi-stage pipelines with per-stage retry and failure policies (implement, review, fix, commit)
Git worktree isolation per ticket, so agents never conflict
Tickets are markdown files with YAML frontmatter, inspired by wedow/ticket:
---
id: kon-q88f
kontora: true
status: todo
pipeline: default
path: ~/projects/kontora
---
# Add GoReleaser to kontora
Automate GitHub Releases with zig cc cross-compilation.
Create them with kontora new or write them by hand. Kontora lists any valid ticket with an id, but kontora: true is required before the daemon will execute it; otherwise the UI marks it as not a kontora ticket. Full reference: docs/tickets.md