kanban-codex-lane

Run Codex CLI as an isolated implementation lane for Hermes Kanban tasks.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill kanban-codex-lane-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-codex-lane
Source: https://github.com/heximao/agents/tree/main/skill-archive/docker-hermes/autonomous-ai-agents/kanban-codex-lane
Command: npx skills add https://github.com/heximao/agents --skill kanban-codex-lane-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables a Hermes Kanban worker to run Codex CLI as an isolated implementation lane, maintaining Hermes' ownership of the task lifecycle, while Codex provides bounded implementation help.

Core Features & Use Cases

  • Dual-Lane Convention: Codex is an input lane only, while Hermes manages lifecycle, reconciliation, testing, and handoff.
  • Use Case: For tasks requiring coding, refactoring, documentation, testing, or mechanical migration with clear acceptance criteria, Codex assists in creating and managing small commits in an isolated git worktree.

Quick Start

Use the 'kanban-codex-lane' skill to start a Codex implementation lane for a Kanban task.

Frequently Asked Questions about kanban-codex-lane

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

FAQPage Schema
How do I use Codex CLI for autonomous agent tasks in a Kanban workflow?

You can use Codex CLI for autonomous agent tasks by running it as an isolated implementation lane within a Hermes Kanban worker. Hermes maintains ownership of the task lifecycle, while Codex provides bounded implementation help for coding, refactoring, and testing.

What is the best way to isolate Codex CLI commits when running automated code migrations?

To isolate Codex CLI commits during automated code migrations, you should use an isolated git worktree. This ensures Codex operates only as an input lane, creating and managing small commits without affecting the main repository until final acceptance by Hermes.

Do I need Codex authentication to use a Hermes Kanban worker for autonomous coding?

Yes, you need Codex authentication to use a Hermes Kanban worker for autonomous coding. The integration requires proper Codex authentication to allow the isolated implementation lane to execute bounded coding, refactoring, and documentation tasks effectively.

Does Hermes Kanban manage task lifecycle when integrated with Codex CLI?

Yes, Hermes Kanban manages the task lifecycle when integrated with Codex CLI. Under the dual-lane convention, Codex acts only as an input lane for implementation, while Hermes owns lifecycle, reconciliation, testing, and final handoff.

When should I not use Codex CLI as an implementation lane for Kanban tasks?

You should not use Codex CLI as an implementation lane for Kanban tasks lacking clear acceptance criteria. The integration is designed for bounded implementation help, relying on Hermes to manage lifecycle and reconciliation for tasks like mechanical migration and refactoring.

Why does Hermes perform final acceptance instead of Codex for autonomous agent commits?

Hermes performs final acceptance instead of Codex to maintain strict lifecycle ownership. Codex is strictly an input lane for bounded implementation help, so Hermes must handle reconciliation, testing, and handoff to ensure autonomous agent commits meet project standards.