Arch Design banner
marvinrichter marvinrichter

Arch Design

Design community

Description

--- description: Design system architecture for a new project or feature. Delegates to the architect agent to produce component boundaries, C4 diagrams, ADRs, and scalability decisions. --- # Architecture Design Design the system architecture for: $ARGUMENTS ## Usage ``` /arch-design <description> — design architecture for a feature or system /arch-design --adr <decision> — document a specific architectural decision as an ADR /arch-design --review — review an

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-arch-design/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-arch-design && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/arch-design.md -o ~/.claude/skills/marvinrichter-clarc-arch-design/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository