Agent Skills: Vertical Slice Delivery

Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "implement" or "deliver".

UncategorizedID: jjenzz/agent-skills/vertical-slice-delivery

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jjenzz/agent-skills/tree/HEAD/skills/vertical-slice-delivery

Skill Files

Browse the full folder contents for vertical-slice-delivery.

Download Skill

Loading file tree…

skills/vertical-slice-delivery/SKILL.md

Skill Metadata

Name
vertical-slice-delivery
Description
Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "implement" or "deliver".

Vertical Slice Delivery

This skill defines default delivery as independently valuable, reviewable vertical slices.

Load and obey its orchestrator AGENTS.md that lives next to this SKILL.md.

When to Apply

Use this skill whenever work is being:

  • planned
  • split into tasks or steps
  • delivered incrementally
  • resumed after interruption

Any deviation from vertical slice delivery MUST be explicit and justified.

Core Loop

Each slice = plan -> deliver -> quality gate -> review -> commit. No next slice starts until current slice is committed.