architecture-lead
v0.4.0Principal-level architecture consultant subagent team that runs a gated discovery-to-brief workflow — with a skeptic/practical-planner check-and-balance and a cartographer that diagrams every architectural output — without touching implementation.
By Chadwick PuterbaughLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 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 architecture-lead for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install architecture-lead@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/puter/agents.architecture-leadClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/architecture-decision-record/SKILL.md├── skills/decision-brief/SKILL.md└── skills/requirements-gathering/SKILL.md
Included Skills3
This skill should be used when a specific design choice has been made or is being considered during a Gate 2 conversation, or the user says "log a decision", "write an ADR", "capture this choice", or "/architecture-decision-record". It captures the choice in a standard ADR format and stores it under outputs/adrs/ as the engagement's internal audit trail. For structural decisions, it dispatches to the cartographer for a supporting diagram.
This skill should be used once Gate 2 is complete and the user says "write the brief", "draft the client document", "produce the decision brief", or "/decision-brief". It dispatches to the cartographer for the brief's diagram set, drafts the six-section client-facing decision brief with those diagrams stitched into Section 2 — the key output artifact of the engagement — and writes it to both outputs/decision-brief.md and outputs/decision-brief.docx.
This skill should be used when the user pastes raw, unformatted discovery notes from a client session, says "structure these notes", "run discovery", "requirements gathering", or "/requirements-gathering", or is at the start of a new architecture-lead engagement that has not yet reached Gate 1. It ingests notes/ (or pasted text) plus reference/ compliance docs, distills a plain-language problem statement first, structures the rest against a discovery checklist, runs the skeptic/practical-planner negotiation, and produces a Gate 1 findings summary.
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "architecture-lead",
"version": "0.4.0",
"description": "Principal-level architecture consultant subagent team that runs a gated discovery-to-brief workflow — with a skeptic/practical-planner check-and-balance and a cartographer that diagrams every architectural output — without touching implementation.",
"author": {
"name": "Chadwick Puterbaugh"
},
"repository": "https://github.com/puter/agents.architecture-lead",
"license": "MIT",
"keywords": [
"architecture",
"consulting",
"discovery",
"decision-brief",
"adr",
"diagramming",
"excalidraw"
]
}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.
[architecture-lead on Agent Plugins Marketplace](https://pluginsmp.com/plugins/architecture-lead)