kanban-codex-lane

Run Codex in an isolated worktree/branch while Hermes manages task lifecycle and reconciliation.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill kanban-codex-lane-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-codex-lane
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/skills/autonomous-ai-agents/kanban-codex-lane
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill kanban-codex-lane-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban workers often need assistance from Codex for implementation tasks but must not relinquish control of task lifecycle, reconciliation, testing, and handoff. This skill provides an isolated Codex lane that can be spawned within a dedicated worktree/branch so Codex can generate content without altering the Kanban board or the production task state.

Core Features & Use Cases

  • Isolated Codex lane: runs Codex inside a dedicated worktree/branch while Hermes retains ownership of the task lifecycle.
  • Reconciliation and verification: Codex outputs are reviewed, tested, and selectively merged by Hermes.
  • Safety and scope enforcement: prevents changes to core Kanban state outside the lane, and enforces repo isolation.
  • Use case: a Kanban task requiring a bounded code change uses Codex in its own lane, then Hermes reconciles and commits approved changes.

Quick Start

Spawn an isolated Codex lane by creating a worktree/branch for task-specific code in the target repo; Hermes will monitor and reconcile results.

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 in an isolated worktree without losing Kanban task ownership?

To run Codex in an isolated worktree without losing Kanban task ownership, spawn a dedicated branch for the task-specific code. Hermes retains ownership of the task lifecycle and reconciles the results, ensuring the production task state remains unaltered.

What is an isolated Codex lane for Kanban workers?

An isolated Codex lane is a dedicated worktree and branch where Codex generates code or documentation for a Kanban task. It prevents Codex from directly modifying core Kanban board state, keeping implementation safely separated from task management.

How do I safely reconcile and merge Codex output back into a Hermes Kanban workflow?

To safely reconcile and merge Codex output, Hermes reviews, tests, and selectively commits the changes generated within the isolated worktree. This canonical verification process ensures only approved changes integrate into the main project.

Does Codex directly modify Kanban board state when running in a worktree lane?

Codex does not directly modify Kanban board state when running in a worktree lane. Scope enforcement prevents changes to core Kanban state, ensuring Hermes remains the sole owner of task lifecycle and handoff.

Can I use an isolated Codex lane for documentation and refactoring tasks?

You can use an isolated Codex lane for documentation and refactoring tasks. The lane supports any bounded task benefiting from Codex assistance, including coding, refactoring, and documentation, before Hermes reconciles the approved changes.

What are the limitations of using a dedicated branch for Codex generation?

A limitation of using a dedicated branch for Codex generation is that Codex outputs cannot be integrated without explicit Hermes reconciliation. Outputs require review and testing before merge, meaning Codex never commits directly to the production task state.