Acerca de
The Stack Architecture skill provides a standardized framework for designing resilient, scalable software systems. It guides developers through creating transport-agnostic handlers that function seamlessly across CLI, MCP, and HTTP interfaces while enforcing a strict 10-category error taxonomy. By prioritizing Result types over traditional exceptions and utilizing a tiered package structure (Foundation, Runtime, and Tooling), this skill ensures that new projects are built with clean separation of concerns, type-safe input validation via Zod, and consistent domain logic.