kanban-codex-lane

Orchestrate Codex in isolated worktrees for Hermes Kanban task implementation.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/SatangThevalue/ai-skills --skill kanban-codex-lane-satangthevalue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-codex-lane
Source: https://github.com/SatangThevalue/ai-skills/tree/main/skills/autonomous-ai-agents/kanban-codex-lane
Command: npx skills add https://github.com/SatangThevalue/ai-skills --skill kanban-codex-lane-satangthevalue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hermes Kanban workers need a safe, isolated lane to run Codex without relinquishing control over the task lifecycle, tests, reconciliation, and handoff. The Codex lane ensures changes stay within a dedicated workspace and are reviewed by Hermes before they affect the main Kanban state.

Core Features & Use Cases

  • Lightweight dual-lane convention: Hermes owns the Kanban lifecycle; Codex acts as an input lane only.
  • Isolated workspaces: Codex runs in a dedicated git worktree/branch, preventing changes to the main checkout.
  • Safe reconciliation: Hermes validates diffs, runs tests, and performs handoff after review.

Quick Start

Create an isolated Codex worktree for a Kanban task, then run Codex in bounded mode and reconcile results through Hermes.

Frequently Asked Questions about kanban-codex-lane

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

FAQPage Schema
How do I isolate Codex tasks in a git worktree to protect my main repository?

You isolate Codex tasks by running Codex in a dedicated git worktree and branch. This prevents changes to the main checkout, keeping your primary repository safe while Hermes reviews the auditable diffs.

What is the best way to manage Kanban task lifecycle when using Codex for implementation?

Using a dual-lane convention lets Hermes own the Kanban lifecycle, tests, and reconciliation, while Codex acts strictly as a bounded implementation lane to ensure safe, auditable handoffs.

How does Hermes reconciliation work after Codex modifies files in an isolated worktree?

Hermes reconciliation validates diffs generated in the isolated worktree. Hermes runs tests, reviews changes, and performs handoff to update the main Kanban state only after safe verification.

Can I use Codex for Kanban tasks without relinquishing control over tests and handoff?

Yes, enforcing dual-lane ownership rules lets Hermes retain control over tests, reconciliation, and handoff, treating Codex strictly as a bounded implementation lane within an isolated workspace.

When do I need an isolated workspace for bounded Codex assistance?

You need an isolated workspace when a Kanban task requires implementation changes. It prevents unreviewed modifications to the main repo and enables safe verification before Hermes handoff.