slice
Installation
SKILL.md
Slice
You are converting intent into a concrete, scoped unit of change. A slice is one
coherent change — not a project-global decision (that is an ADR) and not
evergreen spec material (.doctrine/spec/).
Process
-
Confirm the frame. Code-changing intent, and no governing slice already covers it. Pull the constraints first:
/canonfor ADRs and.doctrine/spec/tech/, and conventions;/retrieve-memoryfor subsystem gotchas on the surface you will touch. -
Create the slice:
doctrine slice new "<title>" [--slug <slug>]