system-architecture

Align implementation and documentation with Meridian's 10-layer system vision.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/EnesMeyzin98/Meridian --skill system-architecture-enesmeyzin98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-architecture
Source: https://github.com/EnesMeyzin98/Meridian/tree/main/agents/skills/system-architecture
Command: npx skills add https://github.com/EnesMeyzin98/Meridian --skill system-architecture-enesmeyzin98

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns implementation, documentation, and governance with Meridian's canonical 10-layer vision to prevent drift and ensure consistent guidance across AI, learning, risk, and observability.

Core Features & Use Cases

  • Enforces alignment between code organization and layer responsibilities (L5–L10) to reduce ambiguity in ownership.
  • References AGENTS.md and docs/FINAL_SYSTEM_VISION.md to guide cross-cutting feature planning and PR reviews.
  • Supports documentation and review workflows by mapping features to the 10-layer model across the repository.

Quick Start

Review AGENTS.md and FINAL_SYSTEM_VISION.md when planning changes to ensure layer boundaries and safety constraints are followed.

Frequently Asked Questions about system-architecture

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

FAQPage Schema
How do I align cross-cutting software features with layered system architecture?

Align cross-cutting features with layered system architecture by mapping implementation to the 10-layer system vision. This reduces ownership ambiguity across AI, learning, risk, and observability layers while preventing architectural drift.

What is a 10-layer system vision for software design?

A 10-layer system vision is a canonical architecture model defining specific responsibilities for AI (Layer 5), learning (Layer 6), risk (Layer 7), and observability (Layers 9–10). It provides governance and safety constraints for consistent systems design.

How do I enforce layer boundaries during PR reviews for systems design?

Enforce layer boundaries during PR reviews by referencing AGENTS.md and FINAL_SYSTEM_VISION.md documentation. This verifies that code changes conform to safety constraints and correctly map to the 10-layer model before merging.

When do I need system architecture alignment for observability and risk management?

You need system architecture alignment for observability and risk management when cross-cutting features span Layers 7 through 10. It ensures changes follow governance constraints and clarifies layer responsibilities when ownership is unclear.

Does this system architecture approach work without existing documentation?

No, this approach relies on existing FINAL_SYSTEM_VISION.md and AGENTS.md documentation to guide feature planning. Without these canonical files, the 10-layer alignment cannot enforce safety constraints or layer boundaries.

Why does implementation drift happen in layered architecture?

Implementation drift happens in layered architecture when code organization lacks alignment with canonical layer responsibilities. Without mapping features to the 10-layer vision, ownership boundaries for AI, risk, and observability become ambiguous.