vertical-slice-architecture

Installation
SKILL.md

Vertical Slice Architecture

Use this skill to help design, review, refactor, or implement software around cohesive business capabilities instead of horizontal technical layers.

Core rule:

Group things that change together. Keep feature-specific behavior close. Share only what is stable, intentional, and truly cross-cutting.

Choose the Reference

  • For backend, server, full-stack, CQRS, API, modular monolith, microservice, serverless, or general application architecture, read server-systems.md.
  • For machine learning, MLOps, model training, inference, evaluation, feature stores, model registries, batch scoring, online serving, or ML platform work, read machine-learning-systems.md.

Default Workflow

Installs
11
First Seen
May 28, 2026
vertical-slice-architecture — zdeneklapes/skills