AgentSkillsCN

vertical-slice-delivery

规划、构思并交付功能或任务时所必需的方法论。当用户提出“规划”“拆解任务”“继续推进”或“理清执行步骤”时,可使用此技能。

SKILL.md
--- frontmatter
name: vertical-slice-delivery
description: Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "continue", or "figure out steps".

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.

  1. IMPLEMENT — one behavioral slice only
  2. COMMIT — with slice ID and conventional message feat(scope): [S1] description
  3. STOP — mandatory review (do not proceed)
  4. WAIT — approved → next slice, blocked → fixup and re-review

Key Concepts

ConceptSummary
Behavioral SlicesDeployable behaviors, not technical tasks. "Can a user demo this alone?"
Role SeparationDelivery writes code; Review audits and approves. Self-approval prohibited.
Git DisciplineStatus before work, explicit paths, fixups for amendments
Code GuidelinesImprove touched code only, no speculative abstraction

Full Document

All rules with examples and details: AGENTS.md