← ClaudeAtlas

beastmode-codexlisted

Codex harness adapter for the universal Beastmode MofA framework, absorbing the beastmode-cloud worker lanes
lac5q/beastmode · ★ 21 · AI & Automation · score 78
Install: claude install-skill lac5q/beastmode
# Beastmode Codex — Codex Harness Adapter This skill is **only the harness mechanics**. The framework, tier-routing rule, verifier-first design principle, and self-improvement loop live in the canonical `beastmode` skill (v2.3.0) — load it first and follow it. This adapter tells you which Codex primitives implement which seat and which external lanes the bounded workers can call. **Note**: the legacy `beastmode-qwen-cloud` skill is superseded by this adapter. The Qwen / MiniMax API / Droid / GLM lanes that used to live there are listed as worker lanes below; the same contracts and smoke gates apply. ## Only the harness mechanics | Universal seat | Codex implementation | |---|---| | Director (frontier) | The Codex session itself — frontier model, owns intent, design, merge gate | | Watcher (frontier) | A Codex-side validator, or a second frontier session via an external lane | | Executor (economy) | External cheap lanes (Qwen, MiniMax API, Droid MiniMax, GLM, custom Droid models) | | Loop engine | Director self-prompts between worker results | | Anti-spin | Director judgment + usage budget; abort on 3 identical blockers | | Worker-contract enforcer | Codex sandbox defaults + starter worker contract; `--yolo` is high-only | | Live progress | `.codex/beastmode-runs/<ts>-<lane>/output.md` plus any task transcript | | Goal record | `<repo>/GOAL.md` (universal fallback) | | Self-improvement log | `<repo>/.learnings/BEASTMODE.md` (universal) | ## Worker lanes (absorbed from bea