Architecture
Skill DongDuong2001/pudo-code-system/skills/plan/architecture
Modular, scalable, automated development intelligence.
npx -y skills add DongDuong2001/pudo-code-system --skill architectureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Planning scalable system designs and architectural patterns
SKILL.md
0.8 KB, as published. Nobody here has run it
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).