Claude Architect is a plugin for Claude Code that delegates coding tasks to isolated subagent implementers (Codex, OpenCode, Pi, or Pythinker) with fresh context, independent verification, and hash-gated integration.

Stars

18

7-day growth

No data

Forks

1

Open issues

0

License

MIT

Last updated

2026-07-28

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It enforces a strict security and trust model where all agent output is an untrusted candidate, implementers cannot approve their own work, and independent verification is required before any change can reach the host repository.

Who it is for

  • Developers using Claude Code who want safe delegation of coding tasks
  • Teams that need auditable, isolated code generation from AI agents
  • Security-conscious engineers looking for a verifiable delegation pipeline
  • Users of multiple coding CLIs who want a unified orchestration layer

Use cases

  • Delegating implementation of a feature to a subagent with full isolation and review
  • Running a quick, unverified command via Codex CLI directly against the current checkout
  • Executing a multi-task plan using the subagent-driven-development loop with verified producers
  • Using the advisor agent for read-only code review without mutation capabilities

Strengths

  • Enforces isolation through detached worktrees, sanitized environments, and OS sandboxing where certified
  • Requires independent verification evidence (e.g., actual test output) rather than accepting agent claims
  • Separates authority: implementers cannot approve their own work, and integration is gated on hash-matched candidates
  • Supports multiple producer CLIs (Codex, OpenCode, Pi, Pythinker) with clear availability reporting

Considerations

  • Public beta — not recommended for unattended production, destructive, or security-sensitive work
  • Native Codex edit confinement is only certified on macOS arm64; other platforms may be untested or unsupported
  • Does not automatically commit, push, open pull requests, or deploy — integration stages accepted candidates only

README quick start

Installation

Description

Architect-first delegation for Claude Code and OpenCode. A Fable/Opus session routes implementation to Codex, the OpenCode provider pool, local Pi ($0), or autonomous Pythinker, then reviews every diff.

Related repositories

Similar projects matched by category, topics, and programming language.

S40911120
Featured
S40911120 GitHub avatar

recensa

Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

AI & Machine LearningLarge Language Models
67
bjan
Featured
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI & Machine LearningAI Agents
9
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI & Machine LearningLarge Language Models
577