common-architecture-di…
Draw architecture diagrams as editable draw.io files with a fixed house style, C4 levels, and evidence-tagged shapes. Use when producing a system context,…
Make a design survivable and operable: eliminate single points of failure, pick failover topology, set RPO/RTO, define readiness signals and observability, choose a deployment and rollback strategy. Use when reviewing availability, planning DR, or deciding rollout mechanics.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill system-design-resilience-ops --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/system-design-resilience-opsContext preview
The summary Claude sees to decide when to auto-load this skill.
Make a design survivable and operable: eliminate single points of failure, pick failover topology, set RPO/RTO, define readiness signals and observability, choose a deployment and rollback strategy. Use when reviewing availability, planning DR, or deciding rollout mechanics.
name: system-design-resilience-ops
description: "Make a design survivable and operable: eliminate single points of failure, pick failover topology, set RPO/RTO, define readiness signals and observability, choose a deployment and rollback strategy. Use when reviewing availability, planning DR, or deciding rollout mechanics."
metadata:
triggers:
keywords:
- single point of failure
- failover
- disaster recovery
- rpo
- rto
- multi-region
- autoscaling
- deployment strategy
- blue-green
- canaryA design is not done until its failure and its rollout are designed.
| Topology | Recovery time | Cost | Fits | | --- | --- | --- | --- | | Single region, multi-AZ | Minutes, automatic | Low | Most products | | Active-passive across regions | Minutes to hours, drill-dependent | Medium | Regulated or high-value flows | | Active-active across regions | Seconds | High | Global low-latency, conflict-tolerant data |
| Strategy | Blast radius | Rollback | Cost | | --- | --- | --- | --- | | Rolling | Grows during the roll | Roll forward or back, slow | Low | | Blue-green | Full switch at cutover | Instant switch back | Double capacity | | Canary | Small cohort first | Stop and drain the cohort | Needs routing plus metrics | | Feature flag | Per user or tenant | Instant, no redeploy | Flag lifecycle debt |
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Draw architecture diagrams as editable draw.io files with a fixed house style, C4 levels, and evidence-tagged shapes. Use when producing a system context,…
Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languages. Use when refactoring for readability,…
Standardize BRD and BRD-lite discovery for business goals, stakeholder impact, current-to-future state, and measurable value outcomes. Use when creating BRD,…
Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback.
Maximize context window efficiency, reduce latency, and prevent lost-in-middle issues through strategic masking and compaction. Use when token budgets are…
Standardize dynamic application security testing for backend APIs, frontend web apps, and mobile clients. Covers ZAP, Nuclei, Nikto, sqlmap, ffuf, browser…