Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Break a plan or spec into vertical slices that each declare what blocks them — use when work is agreed but not yet cut into fileable pieces
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | 53% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 1351% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 75% | 0% |
Turn a plan, spec, or the conversation so far into a set of tickets. Each one is a vertical slice — a narrow but complete path through every layer — and each declares the tickets that block it.
This is the step between "we know what we are building" and "someone can pick up a piece of it". It does not decide anything: if decisions are still open, run skill-pressure-test first.
Adapted from to-tickets in mattpocock/skills (MIT), retargeted at this repo's trackers.
reopened. Use skill-pressure-test.
waves. That is /octo:parallel, which decomposes into work packages it then runs. This produces tracker state for humans and future sessions.
The plan, spec, or conversation. Optionally a parent epic id to hang the slices under.
Each slice cuts a narrow but complete path through every layer it touches — schema, API, UI, tests. It is not a horizontal slice of one layer.
display the user's timezone, end to end" is vertical.
The first slice through a new area is the tracer bullet: thin, complete, and proves the path exists before anything is built out along it.
For every slice, name the slices that must close first. Only real ordering constraints — not preference, not tidiness. Two slices that merely touch the same file are not blocked on each other; two where one cannot be verified until the other exists are.
Cycles mean the slicing is wrong, not that the tracker needs a workaround. Recut.
This repo has two trackers and they are not interchangeable:
bd (beads) is the system of record for work. bd create --parent=<id>makes a child; bd dep add <issue> <depends-on> makes a blocking edge; bd ready lists what is takeable — open, unblocked, and not in progress.
gh. Use them when the work isexternally visible or a contributor needs to see it.
Put the detail in the ticket body, not in the parent. The parent indexes; the ticket holds.
bd is periodically write-blocked by pending Dolt schema migrations, and the repository rule is explicit: do not run the migration unless you are the single designated migrator, because migrating a second clone forks the schema irrecoverably.
When writes are blocked, do not pretend the work was filed and do not silently drop it. Instead:
bd create and bd dep add commands, complete andin dependency order, so they can be run unmodified once writes return.
docs/roadmaps/, which isthe practice this repo already follows.
usually means the plan is really several, and filing them all buries the first.
to others and awkward to undo.
and the reason they were not run.
rather than forced into a ticket.
ids and the dependency order.
Other measured skills in the registry, with their headline benchmark lift.