Generate architecture documentation using arc42 or C4 model. Use for creating system context, container, and component diagrams with narrative.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install documentation-standards@melodic-software<subject> [--format arc42|c4|both] [--level context|container|component]# Generate Architecture Documentation Create comprehensive architecture documentation for a system or component. ## Process ### 1. Parse Arguments Extract from user input: - **Subject**: System/component to document (required) - **Format**: `arc42`, `c4`, or `both` (default: `c4`) - **Level**: For C4 - `context`, `container`, or `component` (default: `container`) ### 2. Analyze System Explore the codebase to understand: 1. **System boundaries**: What is in scope? 2. **External dependencies**: What systems does it interact with? 3. **Internal structure**: How is it organized? 4. **Te...