runtime-architecture-review

Review runtime changes against Mozaiks architecture boundaries and coupling risks.

14|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill runtime-architecture-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runtime-architecture-review
Source: https://github.com/BlocUnited-LLC/mozaiks/tree/main/.claude/skills/runtime-architecture-review
Command: npx skills add https://github.com/BlocUnited-LLC/mozaiks --skill runtime-architecture-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents subtle regressions by checking whether a proposed runtime modification still respects Mozaiks’ Application, Run, ExecutionWorker, ExecutionEngine, and Event boundaries.

Core Features & Use Cases

  • Boundary-focused review: Identifies affected runtime primitives and the specific architecture layer impacted by a change.
  • Leak and coupling risk detection: Flags boundary leaks, especially product logic embedded in runtime code, and assesses risks around engine coupling.
  • Operational safeguards: Evaluates concerns related to tenant isolation, observability, and declarative workflow loading, then recommends the smallest safe change shape.

Quick Start

Ask the skill to review your change by providing a concise change summary or the relevant file path you modified.

Frequently Asked Questions about runtime-architecture-review

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

FAQPage Schema
How do I check runtime architecture boundaries before applying code changes?

To check runtime architecture boundaries before applying code changes, review modifications against Application, Run, ExecutionWorker, ExecutionEngine, and Event boundaries to identify affected primitives, detect coupling risks, and propose a minimal safe change shape.

What is runtime boundary leak detection and when do I need it?

Runtime boundary leak detection identifies product logic embedded in runtime code and evaluates engine coupling risks. You need it when modifying orchestration, transport, workers, or adapters that influence execution flow and workflow loading to prevent subtle regressions.

How do I review execution flow modifications for tenant isolation risks?

Review execution flow modifications for tenant isolation risks by evaluating proposed runtime changes against Mozaiks' architecture boundaries, flagging leaks, and assessing operational safeguards related to observability and declarative workflow loading before finalizing the change.

Can I assess code change risk for orchestration and worker adapters without running the full system?

Yes, you can assess code change risk for orchestration and worker adapters without running the full system by providing a concise change summary or relevant file path to evaluate boundary impacts and identify the specific architecture layer affected.

What's the best way to minimize regressions when updating platform runtime code?

The best way to minimize regressions when updating platform runtime code is to identify affected runtime primitives, detect boundary leaks, and propose the minimal safe change shape using specific file references to respect Application, Run, and ExecutionWorker boundaries.