- •Read the target epic/feature from
spec/backlog.md(or user text) plusspec/brief.md. - •Produce 5–12 slices that are:
- •Vertically valuable (end-to-end)
- •Independently testable
- •Low-risk first (spikes/prototypes early only if needed)
- •Update
spec/backlog.mdwith the new feature IDs and ordering. - •Update
spec/index.mdso Planned/In Progress lists reflect the slices. - •Recommend running
feature-kickofffor the first slice.
feature-slicer
将大型功能或史诗拆分为多个小型、可交付的功能规格。
SKILL.md
--- frontmattername: feature-slicer description: Slice a large feature/epic into small, shippable feature specs.