← ClaudeAtlas

slice-taskslisted

Break a plan or PRD into vertical-slice stories in specs/epics/ (replaces legacy TASKS.md). Use after scope-work or plan-release, before plan-work.model: sonnet
danielvm-git/bigpowers · ★ 1 · AI & Automation · score 65
Install: claude install-skill danielvm-git/bigpowers
# Slice Tasks Produce **epic capsule story tasks** in `specs/epics/eNN-slug/` — vertical slices, each independently deliverable and testable. Output: decoupled `eNNsYY-tasks.yaml` files with runnable verify commands. Legacy `specs/epics/ (see slice-tasks)` is deprecated; use capsule dirs + `execution-status.yaml`. ## Process 1. Read `specs/product/SCOPE_LATEST.yaml` and/or `specs/release-plan.yaml`. 2. Cut **tracer-bullet slices** (thin end-to-end paths first, then depth). 3. Each story: writes `eNNsYY-tasks.yaml` with `story_id`, `title`, `status`, `bcps`, `tasks[]` (each with `id`, `description`, `verify`, `status`). Story spec `.md` files are written by `plan-work` and follow [countable-story-format.md](file:///Users/danielvm/Developer/bigpowers/countable-story-format.md). 4. Order by WSJF in `release-plan.yaml` epic list. > **HARD GATE** — No horizontal-only slices ("add all models") without a vertical path that proves integration. ## Verify → verify: `find specs/epics -name "*-tasks.yaml" | wc -l | awk '{if($1>0) print "OK: "$1" task files"; else print "MISSING"}'`