jjenzz/agent-skills · Archived

vertical-slice-delivery

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

First seen Jan 23, 2026

Installation

$ npx skills add jjenzz/agent-skills --skill vertical-slice-delivery

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 6
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 763 B
  • docs SUMMARY.md 179 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 53 installs

SKILL.md

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.