claude-architect
v0.5.0A recursive multi-agent orchestration framework for Claude Code. An /architect skill classifies every change request and routes it: an orchestrator decomposes work into epics/specs/implementations, runs each in an isolated git worktree, and drives a review + architecture-audit + merge pipeline before every squash-merge. Model and effort both follow role, not depth: model by whether a mistake is silent, effort by how much the agent must derive for itself.
By Paul LovyLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install claude-architect for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-architect@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wfbcargo/PaulClaudePluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-architect/.
Plugin files
├── .claude-plugin/plugin.json├── skills/architect/SKILL.md└── skills/seam/SKILL.md
Included Skills2
Classify a coding request into the ClaudeArchitect work taxonomy (epic / spec / implementation / task) and route it — decompose into a multi-agent orchestration run when the work warrants it, or confirm with the user first when it does not. Use for any substantive code change, feature, refactor, migration, bug fix, or build request in a repo where the claude-architect framework is in use.
Design the contract between two containers (or two parallel sub-units) BEFORE either side is built, and write it into the spec so both agents build against identical text. Use when a unit spans two containers, when two parallel siblings must meet at an interface, or when a seam already in flight has to change.
Plugin manifests1
{
"name": "claude-architect",
"version": "0.5.0",
"description": "A recursive multi-agent orchestration framework for Claude Code. An /architect skill classifies every change request and routes it: an orchestrator decomposes work into epics/specs/implementations, runs each in an isolated git worktree, and drives a review + architecture-audit + merge pipeline before every squash-merge. Model and effort both follow role, not depth: model by whether a mistake is silent, effort by how much the agent must derive for itself.",
"author": {
"name": "Paul Lovy",
"url": "https://paullovy.com"
},
"homepage": "https://github.com/wfbcargo/PaulClaudePlugins",
"repository": "https://github.com/wfbcargo/PaulClaudePlugins",
"license": "MIT",
"keywords": [
"orchestration",
"multi-agent",
"subagents",
"worktrees",
"architecture",
"code-review",
"workflow"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[claude-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-architect)