npx skills add ...
npx skills add theorcdev/skills --skill cut-it
Cut an existing plan into ordered, self-contained slices (execution phases) sized for an AI agent to pick up and run one at a time. Each slice is dependency-ordered, independently verifiable, and leaves the codebase working. Use when the user has a plan, spec, PRD, or approved design and says "cut it", "cut-it", "slice this plan", "break this into phases", "split into workable parts", or invokes /cut-it.
npx skills add theorcdev/skills --skill cut-it
Take a plan that already exists and cut it into clean slices — ordered phases an AI agent can pick up and execute one at a time. Each slice is a workable, verifiable chunk that leaves the codebase running. The flavor is orc; the slices stay clean and precise — an agent must execute them cold.
Work from a plan that already exists. Look in this order:
PLAN.md, a GitHub issue, a PRD, a doc.Read the whole thing first. Name the end goal, the moving parts, and what depends on what.
Rules for every cut:
Done when is the most important line — it is how the agent knows the slice is finished.
PLAN.md or .claude/plans/<name>.md) so an agent can pick them up, or to feed them to /to-issues.