kanban-codex-lane

Coordinate Codex implementation lanes for Hermes Kanban tasks in isolated worktrees.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill kanban-codex-lane-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-codex-lane
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/autonomous-ai-agents/kanban-codex-lane
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill kanban-codex-lane-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban workers need to run Codex CLI as an isolated implementation lane while Hermes maintains ownership of the task lifecycle, reconciliation, testing, and handoff.

Core Features & Use Cases

  • Isolated Codex lane per Kanban task to keep Hermes lifecycle separate from Codex output.
  • Hermes retains ownership of task lifecycle, test verification, and handoff; Codex contributions are compiled as patches for Hermes to review.
  • Supports deterministic run of Codex within a separate worktree with safe reconciliation.

Quick Start

Spawn an isolated Codex lane for a Kanban task and reconcile the results back into Hermes workflow.

Frequently Asked Questions about kanban-codex-lane

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

FAQPage Schema
How do I run Codex safely within an automated Kanban workflow?

To run Codex safely within an automated Kanban workflow, you can spawn an isolated Codex lane for each task using a separate worktree. This keeps the Hermes task lifecycle separate from Codex output while enforcing branch naming and safety constraints.

What is the best way to isolate AI coding agent changes from my main project lifecycle?

Isolating AI coding agent changes is best achieved by using isolated worktrees with strict branch naming and small commits. This approach compiles agent contributions as patches for the primary lifecycle manager to review and test.

How do I automate code refactoring tasks on a Kanban board using Codex?

Automating code refactoring tasks on a Kanban board using Codex requires coordinating implementation lanes within isolated worktrees. Hermes retains ownership of task reconciliation and final testing, while Codex provides bounded implementation for the refactoring.

Can I use Codex CLI for bounded implementation while a separate system manages task handoff?

Yes, you can use Codex CLI for bounded implementation while a separate system manages task handoff. Codex operates within a separate worktree to generate patches, and the primary system performs final testing and handoff.

What safety constraints are enforced when integrating Codex into a development lane?

Integrating Codex into a development lane enforces safety constraints including isolated worktree usage, strict branch naming, small commits, and mandatory verification steps. These constraints ensure safe reconciliation back into the main workflow.

When do I need an isolated worktree for Kanban task automation?

You need an isolated worktree for Kanban task automation when running bounded implementation tools like Codex alongside a lifecycle manager like Hermes. It prevents direct code conflicts by keeping agent output separate until final review.