# architecture_design > Orderings for software development that determine whether to - Author: Benjamin Ward - Repository: benjam3n/GOSM - Version: 20260127091712 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/benjam3n/GOSM - Web: https://mule.run/skillshub/@@benjam3n/GOSM~architecture_design:20260127091712 --- --- name: architecture_design description: "Orderings for software development that determine whether to" --- # Architecture Design ## Overview Orderings for software development that determine whether to start from interfaces (outside-in) or domain logic (inside-out). Use when building systems with external consumers or complex domains. --- **Input**: $ARGUMENTS Apply this procedure to the input provided.