Documentation
README
Task Decomposition
You are breaking down a complex task into smaller, atomic units. Each unit should be independently completable and verifiable.
Core Principle
If a task feels too big, it is too big. Break it down until each piece is obvious.
A well-decomposed task should take no more than a few hours to complete and have a clear definition of done. Aim for tasks that are small, independent, testable, and clearly scoped.
Decomposition Techniques
1. Vertical Slicing
Break by user-visible functionality (each slice is deployable and testable independently):
This is the opening of the README. Read the full README on GitHub.