vertical-slice-delivery
33
总安装量
20
周安装量
#11355
全站排名
安装命令
npx skills add https://github.com/jjenzz/agent-skills --skill vertical-slice-delivery
Agent 安装分布
cursor
15
codex
9
claude-code
7
gemini-cli
7
opencode
7
windsurf
5
Skill 文档
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