Skip to content

🏭 Claude Lane Stack v1.0.0 — Your Personal AI Coding Factory

Choose a tag to compare

@VKirill VKirill released this 11 Jul 05:08

🏭 Claude Lane Stack v1.0.0 — Your Personal AI Coding Factory

One human. One project manager. A whole assembly line of AI workers.
Talk to a single Claude Code chat — it plans, delegates, reviews, and merges finished code to main for you.

This is the first public release of Claude Lane Stack: a file-based multi-agent orchestration kit for solo developers who want a conveyor, not another chat with an LLM.


✨ What's inside

🎛️ One chat to rule them all

  • dev-orchestrator — the PM agent you actually talk to. It writes task cards, dispatches workers, checks results, and auto-merges to main. You never juggle five terminals or resolve branches by hand.

🚚 Worker lanes (all optional, auto-detected)

  • AGY (Antigravity) — fast write lane (lane-coder / lane-frontend)
  • 🤖 Grok 4.5 — second write lane
  • 🔍 Codex (GPT-5.6-sol) — read-only review lane, the primary quality gate
  • 🧠 Claude-only mode works out of the box — no extra CLIs required

📋 File-based task contracts

  • Every job is a YAML card under .agents/runs/ with owns_paths — workers can only touch files they own. No task database, no MCP server required: plain files, plain git.

🩺 agents-doctor

  • One command scans your machine for available AI CLIs and writes a routing profile for the project: agents-doctor --apply . — 5 ready profiles from claude-only to full.

🚀 Onboarding & memory

  • 🛂 /project-onboard — Codex (xhigh reasoning) fills CLAUDE.md, AGENTS.md and starter docs for a fresh repo
  • 🔄 /resume-project — cold-start recap: board, progress, stalled tasks
  • 📓 Living project memory templates: PROGRESS.md, LESSONS.md, decisions.md, session logs

🛡️ Guard rails

  • Shell & code-quality hooks (guard_shell.py, guard_code_quality.py), session ledger, path-ownership checker, lane heartbeat & stall detection, night audit script

📚 Docs for humans, not just agents

  • 🌍 README in 9 languages (EN, RU, 中文, 日本語, ES, DE, FR, 한국어, PT-BR)
  • 🐣 Beginner guide in plain language (EN + RU) — for people who've never heard the word "orchestration"
  • Deep dives: file contracts, routing, hooks, solo orchestration, MCP setups (lean & hybrid)

🏁 Quick start

# 1) Install the factory kit
git clone https://github.com/VKirill/claude-lane-stack.git
cd claude-lane-stack && ./install.sh
export PATH="$HOME/.agents/bin:$PATH"

# 2) In YOUR project — detect available workers
cd /path/to/your-project
agents-doctor --apply .

# 3) Start the PM and talk normally
claude --agent dev-orchestrator

🇷🇺 Коротко по-русски

Claude Lane Stack — маленькая ИИ-фабрика кода для одного человека.

Вы говорите с одним проект-менеджером (Claude Code). Он сам раздаёт задачи воркерам (AGY / Grok / Codex), проверяет работу и кладёт готовый код в main. Никаких пяти чатов и ручных merge.

  • 📋 Задачи — файловые контракты в .agents/runs/ (никаких БД и обязательных MCP)
  • 🩺 agents-doctor --apply . — сам определит, какие ИИ-инструменты установлены
  • 🛂 /project-onboard — паспорт нового репозитория за одну команду
  • 🐣 Гайд новичка на русском — простым языком, без жаргона
  • 📖 README на русском

Автор: Кирилл Вечкасов · Telegram: Помогающий маркетолог


📦 Release contents

Component Count
🤖 Agent definitions (Claude / AGY / Grok / Codex) 4 lanes
🧩 Skills 11
🔧 CLI tools in bin/ 11
🎚️ Routing profiles 5
🪝 Safety hooks 4
🌍 README translations 9 languages

Full changelog: c204958...d9f0651


If the conveyor idea clicks for you — star the repo and tell a friend who's still copy-pasting code between five chats.