Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "continue", or "figure out steps".
Resources
2Install
npx skillscat add jjenzz/agent-skills/vertical-slice-delivery Install via the SkillsCat registry.
SKILL.md
Vertical Slice Delivery
This skill defines the default delivery methodology for planning and shipping
work as independently valuable, reviewable vertical slices.
Load and obey its 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 = one commit + one review. No slice begins until the previous is approved.
- IMPLEMENT — one behavioral slice only
- COMMIT — with slice ID and conventional message
feat(scope): [S1] description - STOP — mandatory review (do not proceed)
- WAIT — approved → next slice, blocked → fixup and re-review
Key Concepts
| Concept | Summary |
|---|---|
| Behavioral Slices | Deployable behaviors, not technical tasks. "Can a user demo this alone?" |
| Role Separation | Delivery writes code; Review audits and approves. Self-approval prohibited. |
| Git Discipline | Status before work, explicit paths, fixups for amendments |
| Code Guidelines | Improve touched code only, no speculative abstraction |
Full Document
All rules with examples and details: AGENTS.md