Help us improve
Share bugs, ideas, or general feedback.
From quality-attributes
Plan scaling strategy for growth. Model infrastructure and cost implications.
npx claudepluginhub sethdford/claude-skills --plugin architect-quality-attributesHow this command is triggered — by the user, by Claude, or both
Slash command
/quality-attributes:design-for-scale current system and growth rateThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Design for Scale Chain these steps: 1. Use `scalability-analysis` to establish baseline and project growth. 2. Use `performance-modeling` to identify bottlenecks at projected load. 3. Use `cost-optimization` to evaluate scaling options vs cost. 4. Use `trade-off-analysis` to compare vertical vs horizontal scaling. Produce: scaling roadmap with infrastructure changes, cost projections, and risk assessment.
/scaleAssesses scalability and capacity, analyzes horizontal/vertical trade-offs, configures auto-scaling/database replicas/rate limiting/backpressure. Outputs scaling plans, capacity projections, YAML configs, and verdict.
/analyze-capacityAnalyzes current capacity utilization and growth trends, projects future needs, and provides scaling recommendations, cost projections, and monitoring setup.
/designDesigns scalable system architecture with roadmap, technology recommendations, risks, code examples, and deployment strategy for a system or feature description.
/distributed-systems-designGuides distributed systems design using a 4-step framework. CHECKER mode audits existing designs; APPLIER mode walks through step-by-step from prompts.
/system-behavior-simulatorSimulates system performance under various loads with capacity planning, bottleneck identification, and optimization strategies.
Share bugs, ideas, or general feedback.
Chain these steps:
scalability-analysis to establish baseline and project growth.performance-modeling to identify bottlenecks at projected load.cost-optimization to evaluate scaling options vs cost.trade-off-analysis to compare vertical vs horizontal scaling.Produce: scaling roadmap with infrastructure changes, cost projections, and risk assessment.