architecture-strategist

Analyze code changes for alignment with established architectures and patterns.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill architecture-strategist-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-strategist
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/architecture-strategist
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill architecture-strategist-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams ensure code changes comply with established architectures, avoiding structural debt and drift during PR reviews.

Core Features & Use Cases

  • Architecture alignment analysis: assesses proposed changes against documented patterns, boundaries, and service boundaries to maintain system integrity.
  • Change impact mapping: traces dependencies and coupling to identify potential ripple effects across components.
  • Guidance for refactors: suggests concrete architectural improvements and guardrails when refactoring or introducing new services.

Quick Start

Provide a structured architectural review of a PR and suggest improvements.

Frequently Asked Questions about architecture-strategist

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

FAQPage Schema
How do I perform an architectural review for a pull request?

To perform an architectural review for a pull request, analyze code changes to ensure they align with established architectures and patterns. The process maps dependencies, evaluates coupling, and proposes concrete improvements to maintain system integrity.

What is the best way to evaluate code change impact across multiple service boundaries?

Evaluating code change impact across multiple service boundaries involves tracing dependencies and coupling to identify potential ripple effects. This change impact mapping assesses proposed changes against documented patterns to prevent structural drift.

How do I ensure code refactors comply with established system design patterns?

To ensure code refactors comply with established system design patterns, apply architectural governance during the review process. This suggests concrete architectural improvements and guardrails when introducing new services or modifying boundaries.

When do I need architectural validation for new services?

Architectural validation for new services is needed when introducing changes across multiple components and boundaries. It enforces architectural integrity by preventing structural debt and ensuring new services align with established patterns.

Does this approach work for analyzing structural debt during code reviews?

Yes, analyzing structural debt during code reviews works by mapping dependencies and evaluating coupling. It helps teams ensure code changes comply with established architectures, avoiding structural drift and debt during PR reviews.

Can I use this to suggest guardrails for refactoring across multiple components?

Yes, you can use this to suggest guardrails for refactoring across multiple components. It provides guidance for refactors by proposing concrete architectural improvements that maintain integrity across service boundaries.