vertical-slice-delivery
Original:🇺🇸 English
Translated
Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "continue", or "figure out steps".
1installs
Sourcejjenzz/agent-skills
Added on
NPX Install
npx skill4agent add jjenzz/agent-skills vertical-slice-deliveryTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Vertical Slice Delivery
This skill defines the default delivery methodology for planning and shipping
work as independently valuable, reviewable vertical slices.
txt
Skateboard → Scooter → Bicycle → Motorcycle → CarLoad and obey its that lives next to this .
AGENTS.mdSKILL.mdWhen 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