Herdr Architect
Description
Claude Code skill: one architect session, Codex implements, Fable reviews, all in Herdr tabs
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
herdr-architect
A Claude Code skill that turns one session into an architect over two [Herdr](https://herdr.dev) tabs: an implementer and an advisor. The architect writes specs and verifies results but never types implementation code. Every deliverable is reviewed by a second model with a clean context before it is reported done.

Roles
| Role | Model | Where |
|---|---|---|
| Architect | the session you talk to, any model | your pane: specs, verification, reporting |
| Implementer | GPT-5.6 Sol via Codex CLI | its own tab, sandboxed to the working tree and /tmp |
| Advisor | Fable 5.1 via Claude Code in plan mode | its own tab, read-only, cleared after every consult |
Both tabs stay visible in Herdr, so you can watch Sol work or read the advisor's reasoning at any time.
Flow
setup.shruns preflight and opens or reuses both tabs.- The architect writes a spec with six fixed parts and sends it to Sol. The call returns as soon as Sol starts working; the architect writes the next spec or the review consult while it does.
- Sol writes a report file in a fixed format. The architect reads the diff and re-runs the verification itself.
- The advisor is consulted before architectural commitments, after two failed attempts, and once at the end of every deliverable. It answers in under 300 words and ends with
VERDICT: ship | fix-first | rethink. fix-firstgoes back to Sol as a numbered list. The architect verifies the fix against that list.
Requirements
- Claude Code running inside a Herdr tab (
HERDR_ENV=1) codexwith access togpt-5.6-solclaudewith access to thefablemodelpython3
Tested with Herdr 0.8.2, Codex CLI 0.152.1 and Claude Code 2.1.258.
Install
git clone https://github.com/kennethgeerts/herdr-architect ~/.claude/skills/herdr-architect
Use
In a Claude Code session inside
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11