What problem does it solve?
This Skill lets a Jarvis Kanban worker use Codex as an isolated implementation helper without losing ownership of task lifecycle, verification, or final acceptance. It prevents untrusted agent output from being treated as completed work and keeps risky edits contained in a separate worktree.
Core Features & Use Cases
- Isolated Worktree Execution: Creates a separate branch and worktree so Codex changes never touch the shared checkout directly.
- Ownership and Safety Rules: Keeps Jarvis responsible for task control, test execution, cleanup, and final handoff while Codex remains input only.
- Reconciliation Workflow: Supports diff review, cherry-picking, rejection, and verification before any changes are accepted.
- Use Case: A worker needs help implementing a bounded code change, so Jarvis spins up a Codex lane, reviews the patch, reruns tests, and records an accepted or rejected outcome.
Quick Start
Ask Jarvis to launch a Codex lane for a bounded coding task in an isolated worktree, then review the diff, rerun the tests, and reconcile the result before marking anything complete.