architecture-review

Automate architecture reviews against a standardized checklist for gate reviews.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Tirael/cursor-template --skill architecture-review-tirael
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/Tirael/cursor-template/tree/main/.cursor/skills/architecture-review
Command: npx skills add https://github.com/Tirael/cursor-template --skill architecture-review-tirael

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Архитектурный обзор по чек-листу помогает обеспечить ясность границ контекстов, соответствие НФР, безопасность, интеграции и эксплуатацию на ранних этапах разработки.

Core Features & Use Cases

  • Проверка границ контекстов: отсутствие прямых зависимостей на чужие БД.
  • НФР и соответствие: измеримые требования с подтверждением исполнения.
  • Безопасность и интеграции: OIDC, TLS, аудит, паттерны интеграции (outbox), идемпотентность.
  • Наблюдаемость и эксплуатация: логи, метрики, трейсы, health endpoints, алерты.

Quick Start

Запустите архитектурный аудит, применив чек-лист и запишите результаты в отчёт.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
What does an architecture review checklist cover for microservice integrations?

An architecture review checklist covers context boundaries, non-functional requirements, security controls like OIDC and TLS, integration patterns such as outbox and idempotence, and observability including logs, metrics, and traces.

How do I check bounded context boundaries before merging new integrations?

Check bounded context boundaries by verifying the absence of direct dependencies on external databases and ensuring clear context separation across code, infrastructure, and data flows during gate reviews.

When should I use a checklist-driven architecture review?

Use a checklist-driven architecture review during merge gate reviews, when adding new integrations, or when modifying bounded contexts to ensure compliance with security, NFRs, and observability standards.

How do I verify non-functional requirements and security controls during an architectural audit?

Verify non-functional requirements by confirming they are measurable with proof of execution, and check security controls by validating OIDC, TLS, and audit logging implementations against the standardized checklist.

What observability requirements must pass an architecture gate review?

Architecture gate reviews require observability standards including structured logs, metrics, traces, health endpoints, and alerting configurations to ensure operational readiness and reliable monitoring.

Does this architecture review support infrastructure and data flow analysis?

Yes, the architecture review applies across code, infrastructure, and data flows, validating integration patterns like outbox and idempotence alongside operational requirements for comprehensive bounded-context changes.