unity-to-tasks

Installation
SKILL.md

Break a plan, spec, or conversation into a set of tasks: tracer-bullet vertical slices, each declaring the tasks that block it.

Process

1. Gather context

Work from whatever is already in the conversation context. If the user passes a spec path as an argument, fetch it and read its full body and comments.

2. Explore the codebase (optional)

If you have not already explored the codebase, do so to understand the current state of the code. task titles and descriptions should use the project's domain glossary vocabulary, and respect ADRs in the area you're touching.

Look for opportunities to prefactor the code to make the implementation easier. "Make the change easy, then make the easy change."

3. Draft vertical slices

Break the work into tracer bullet tasks.

Installs
18
First Seen
Aug 11, 2026
unity-to-tasks — icarealot/dotfiles