software-architecture

Apply Clean Architecture and Domain-Driven Design to assess and decompose software modules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RockwallJMC/piercedesk6 --skill software-architecture-rockwalljmc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: software-architecture
Source: https://github.com/RockwallJMC/piercedesk6/tree/main/.claude/skills/software-architecture
Command: npx skills add https://github.com/RockwallJMC/piercedesk6 --skill software-architecture-rockwalljmc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guide teams to design and analyze software with a quality-focused approach, aligning with Clean Architecture and Domain-Driven Design to reduce coupling and improve testability.

Core Features & Use Cases

  • Architectural guidance: apply bounded contexts, separation of concerns, and clear module boundaries to both new projects and refactors.
  • Quality-focused practices: naming conventions, testability, and progressive decomposition to maintainable components.
  • Real-world use: when refactoring a legacy system, outline service boundaries and core domain components to enable safe evolution.

Quick Start

Outline a high-level software architecture for a new feature using Clean Architecture and Domain-Driven Design.

Frequently Asked Questions about software-architecture

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

FAQPage Schema
How do I design maintainable software architecture for a new feature?▼

Design maintainable software architecture by applying Clean Architecture and Domain-Driven Design to enforce separation of concerns, define clear module boundaries, and establish testable boundaries. This reduces coupling and improves overall testability.

What is the best way to decompose a legacy monolith into bounded contexts?▼

Decomposing a legacy monolith requires applying Domain-Driven Design principles to outline service boundaries and core domain components. Progressive decomposition enables safe evolution while maintaining design discipline and avoiding common anti-patterns.

When do I need Domain-Driven Design for refactoring a codebase?▼

You need Domain-Driven Design for refactoring when aligning a codebase with a quality-focused approach to reduce coupling. It is applicable to both small services and large monoliths, supporting architectural assessment and module decomposition.

Can I use Clean Architecture to define module boundaries in small services?▼

Yes, Clean Architecture can define module boundaries in small services by enforcing rules on separation of concerns and naming. This architectural guidance supports testable boundaries and prevents common anti-patterns across varying codebase sizes.

Why does software architecture refactoring fail to improve testability?▼

Architecture refactoring fails to improve testability when design discipline is lacking, leading to high coupling and common anti-patterns. Applying Clean Architecture with clear module boundaries and separation of concerns resolves these testability issues.

Does modular architecture require specific design principles to avoid anti-patterns?▼

Modular architecture requires design principles such as separation of concerns and naming conventions to avoid common anti-patterns. Enforcing design discipline through testable boundaries and progressive decomposition ensures maintainable components.