Skip to content
Development
Skill

/architecture

Planning scalable system designs and architectural patterns

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill architecture --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/architecture

Context preview

The summary Claude sees to decide when to auto-load this skill.

Planning scalable system designs and architectural patterns

SKILL.md

architecture.SKILL.md
name: architecture-plan
description: Planning scalable system designs and architectural patterns

Architecture Planning Skill

This skill is pivotal during the PLAN phase for determining system boundaries, deployment topologies, and core technologies.

When to use this skill

  • When starting a greenfield project or conducting a major refactor.
  • When deciding between Monolith, Microservices, Serverless, or Event-Driven architectures.
  • When preparing risk assessments and scaling strategies.

Guidelines

  • Prioritize simplicity. Do not over-engineer for traffic that doesn't exist yet (YAGNI).
  • Map out clear domain boundaries (Domain-Driven Design) to ensure separation of concerns.
  • Consider both synchronous (API) and asynchronous (Pub/Sub, Queues) communication paths.
  • Ensure data ownership is clear (which service owns which data).
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.