Inspired by Conductor & Claude skills with a premium
Kanban UI interface for maximum developer velocity.
Everything runs on your machine. Your project metadata never leaves your network. No third-party SaaS, no API keys for the dashboard itself, no subscription.
A heartbeat worker watches your conductor/tracks/
files and syncs to Postgres every 5s. The Kanban UI polls every 2s — you always see what the agent
is doing.
One dashboard, every repo. Each project registers itself; all share one Postgres db. Switch between projects instantly, see all agent activity from a single pane.
Pick your lane. Whether you want the full Kanban experience or a minimalist AI skill, setup takes under two minutes.
Clone the repo and run make install to register the lc CLI globally.
In your project repo, run lc install && lc setup to add deps and register the project.
Run lc start to launch the worker and lc ui start for the Kanban board.
Copy the laneconductor folder to your AI editor's skills directory (e.g., Claude Desktop).
Open your **project codebase** and run /laneconductor setup in your AI editor.
Create and execute tracks with newTrack, plan, and implement commands.
LaneConductor runs in multiple modes — from a zero-infrastructure AI skill to a full local Kanban UI. One config field, "mode", governs everything.
Minimalist AI orchestration. No CLI, no database, no UI required. Simply copy
the skill into your AI editor (Claude Desktop, etc.), and the AI manages the
conductor/
structure directly. **Cross-platform support for Windows, macOS, and Linux.**
newTrack, plan, and implementPure filesystem + CLI. The agent reads and writes Markdown files — no database, no API, no network. Works offline, in CI pipelines, and on air-gapped machines. Requires Node.js.
**Progress**: 80% in index.md
Rich visibility. A heartbeat worker syncs filesystem changes to a local
Postgres DB. The Kanban board at localhost:8090
gives you real-time visibility across all repos.
Connect to a hosted or self-hosted collector. Multiple machines sync to the same DB. Share the Kanban board with your team without any per-machine setup.
LaneConductor bridges localized Markdown definitions with persistent state via a strict Bidirectional Sync Loop. Your agents talk to files, the system talks to the team.
tracks/*.md direct on disk.
We treat your filesystem as
the source of truth. The file_sync_queue.md acts as a local message bus between the
UI and your local agents.
Coordination happens via Git locks and worktrees. This ensures that multiple workers can safely coordinate on the same project without database dependency.
A deterministic "Newer Wins" strategy resolves simultaneous edits between the UI and local markdown files. No manual merge conflicts, ever.
LaneConductor provides the professional-grade orchestration bus built to make agentic workflows production-ready for teams who prioritize security and scale.
Run in local-fs mode for total isolation. No data leaves your
machine, no external APIs required. Perfect for high-security environments and proprietary
codebases.
Everything is controlled by the lc command. Orchestrate entire
fleets of agents without ever leaving the terminal or needing a heavy desktop environment.
Markdown is the source of truth. If a human edits a plan, the agent follows. If an agent hits a blocker, it writes a message. Total transparency, naturally version-controlled.
Most systems lose context between sessions. LaneConductor provides a persistent "Agentic Memory" via the Filesystem Bus, allowing Claude to pick up exactly where Gemini left off.
Swap agents, models, and providers in seconds. Whether you use Claude Code, Gemini CLI, or custom internal tools, LaneConductor orchestrates them all with one interface.
Coordinate work across local dev servers, edge nodes, and cloud control planes. Secure worker sandboxing ensures every agent is strictly confined to its assigned project.
A lightweight Node.js process watches your markdown track files with chokidar and syncs state to Postgres every 5 seconds. No polling the filesystem from the browser — pure event-driven.
laneconductor.sync.mjsStandardized lifecycles where Lane === Action. Supports the Ralph Wiggum
loop
by default, but allows fully custom transitions for any agentic flow.
A SKILL.md that agents load automatically. Built-in conversation loop lets you reply to blockers in the UI or CLI, prioritizing AI responses instantly.
SKILL.mdA global command for total project control. lc status,
lc new,
lc move,
and lc comment —
manage your whole flow from the terminal.
Each track has its own conversation thread. Claude posts blockers, notes, and review results. You reply inline. The agent picks up your response on the next run.
Conversation tabAutomated checks — tests, linting, build, security — before a track is marked complete. Configurable per project with full shell execution.
quality-gate.mdPlan on remote control planes, execute on local dev servers or edge nodes. Distributed agent orchestration for hybrid cloud workflows.
Hybrid CloudPersistent project memory meets specific Claude tool-use capabilities. A refined, automated flow for complex technical tasks.
Agentic MemoryNative integration for Gemini CLI and Claude CLI execution. Orchestrate different agents with unified visibility.
Gemini & ClaudeConnect workers to remote collectors using secure API Keys. Bind local machine activity to user accounts for shared team dashboards.
API Key SyncMandatory path isolation for every worker. Strict workspace confinement ensures agents cannot traverse outside their assigned project boundaries.
Path IsolationFine-grained control over visibility. Toggle your local worker's status
between private,
team, and
public.
LaneConductor is open source and ready for your next project.
Take control of
your AI-driven workflow with real-time visibility.