Agile Cheat Sheet
TLDR
- Visualize the work
- Stop early binding
- People should be assigned as late as possible
- Impose WIP limits
- Swap push for pull
- Start ordering
- Stop estimating
- Trigger planning
Don’t build features that nobody needs right now
- Don’t write more specs than you can code
- Don’t write mode code than you can test
- Don’t test more code than you can deploy
On Story slicing
- Take a story from the backlog
- Slice the story vertically (independently releasable; contains DB, Frontend & Backend layers)
- Categorise slices
- Later (story cannot be developed right now)
- Now (story can be developed right now)
- Never (story should not be developed at all for various reasons)
source: How to fix agile? (from the inside out and from the outside in) #1