review-arch-full-check

Review system architecture decisions, trade-offs, NFRs, risks, and rollback plans.

32|7|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/OzeroHAX/AssistAgents --skill review-arch-full-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-arch-full-check
Source: https://github.com/OzeroHAX/AssistAgents/tree/main/templates/skills/review/arch/full-check
Command: npx skills add https://github.com/OzeroHAX/AssistAgents --skill review-arch-full-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for thorough architectural reviews before major changes or when reliability and security are paramount, ensuring that decisions are well-justified and risks are mitigated.

Core Features & Use Cases

  • Decision Validation: Verifies that architectural decisions are documented with clear trade-offs and consequences.
  • Risk Assessment: Identifies and evaluates risks related to reliability, security, and scalability, ensuring mitigations are in place.
  • NFR Analysis: Assesses the impact of architectural changes on Non-Functional Requirements.
  • Rollback Planning: Ensures a realistic and verifiable plan for rolling back changes if necessary.
  • Use Case: Before deploying a new microservice that handles sensitive user data, this Skill can be used to review its architecture, ensuring security protocols, performance, and a clear rollback strategy are in place.

Quick Start

Initiate a full architecture review for the proposed new authentication service, ensuring all NFRs and rollback plans are clearly defined.

Frequently Asked Questions about review-arch-full-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an architecture review for a new microservice?

Architecture review validates decision traceability, assesses NFR impact, evaluates risk mitigation, and ensures rollout and rollback strategies are feasible for the microservice.

What is NFR analysis in system design?

NFR analysis assesses the impact of architectural changes on Non-Functional Requirements, specifically evaluating reliability, performance, security, and observability.

When do I need a comprehensive architecture review?

You need a comprehensive architecture review when triggering major architectural shifts or high-risk initiatives to ensure decisions are well-justified and risks are mitigated.

How do I validate architectural decisions and trade-offs?

To validate architectural decisions, verify they are documented with clear trade-offs and consequences, ensuring decision traceability is maintained throughout the system design.

Can I assess reliability and security risks before deploying sensitive data services?

Yes, you can assess reliability and security risks before deploying sensitive data services by identifying and evaluating risks to ensure mitigations are in place.

What is the best way to create a rollback plan for architectural changes?

The best way to create a rollback plan is to ensure a realistic and verifiable plan for rolling back changes is in place, validating feasibility before deployment.