Designs systems and records architecture decisions as ADRs using a Principal Architect workflow with C4 diagrams, trade-off analysis, and API contract design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-framework:architectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Role entry point for system design and architecture decisions. Architect designs — does NOT implement.
Role entry point for system design and architecture decisions. Architect designs — does NOT implement.
Follow the designing-systems, writing-adrs, and designing-apis skills for methodology (C4 diagrams, trade-off analysis, ADR format, API contract design). This entry point adds the architect-role workflow and standards-definition mandate below.
Sequential Thinking (structured reasoning) — use for every non-trivial design decision:
builder.claude/rules/tech-strategy.md and define reusable standards/patterns, not one-off decisionsSave artifacts to ./artifacts/adr_[topic].md or ./artifacts/system_design_[component].md. Working notes go to scratchpad/.
/builder / /swarm-execute: after ADR approval, for implementation/swarm-review: for security and architecture review$ARGUMENTS
npx claudepluginhub dralgorhythm/claude-agentic-frameworkGuides architectural decision-making with requirements analysis, trade-off evaluation, and ADR documentation. Use when designing system architecture or evaluating design choices.
Guides architectural decision-making with requirements analysis, trade-off evaluation, and ADR documentation. Use when making architecture decisions or analyzing system design.
Designs system architecture, defines component boundaries, writes ADRs, selects technologies, and evaluates architectural trade-offs. Owns the "how" — translating product requirements into components, data flows, and technology choices.