home/productivity/modular-monolith-architecture-instructions

Modular Monolith Architecture.instructions

GPTClaudeDeepSeek··285 copies·updated 2026-07-14
modular-monolith-architecture-instructions.prompt
---
applyTo: '**/*.cs'
description: Architecture and structural guidelines for implementing modular monolith solutions in C# with clear module boundaries and dependency management.
---

# Modular Monolith Architecture in C#

This instruction defines the architectural guidelines and structural organization for implementing modular monolith applications in C#.

## Purpose

Establish a clear architectural foundation for modular monoliths that ensures module autonomy, proper separation of concerns, and scalability while maintaining the simplicity of monolithic deployment.

## 1. Solution Structure

### Root Solution Structure

when to use it

Community prompt sourced from the open-source GitHub repo SebastienDegodez/copilot-instructions (Apache-2.0). A "Modular Monolith Architecture.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

SebastienDegodez/copilot-instructions · Apache-2.0