Stats
Actions
Tags
From claudient
Generates a structured architecture document for a codebase or module, including component tables, data-flow diagrams, cross-cutting concerns, and gap analysis.
How this command is triggered — by the user, by Claude, or both
Slash command
/claudient:architecture-doc [path or module name]docs/The summary Claude sees in its command listing — used to decide when to auto-load this command
Produce a thorough architecture document for: $ARGUMENTS Steps: 1. Explore the target — read entry points, config files, and directory structure. Do not skip hidden directories like `.claude/` or `infra/`. 2. Identify and name the top-level components: services, layers, stores, queues, external integrations. 3. For each component, state: - Responsibility (one sentence) - Technology / language / framework - Inbound and outbound dependencies - Data it owns or passes through 4. Draw the runtime data-flow as an ASCII diagram. Label call direction with arrows. Include async boundari...
Produce a thorough architecture document for: $ARGUMENTS
Steps:
.claude/ or infra/.Output format:
Accuracy rules:
[unverified].npx claudepluginhub claudient/claudient --plugin claudient-personas