5 ms·
> do something small, > analyze how that affected your environment > learn from that, and > respond/repeat. I could be missing your point, but this is preci
by kitotik 3y ago
> do something small,
> analyze how that affected your environment
> learn from that, and
> respond/repeat.
I could be missing your point, but this is precisely a core tenet of Lean - Plan, Do, Check, Act
Agile speaks nothing of these sorts of processes(aside from the cargo cult enterprise scrum nonsense of course)
- marcosdumay 3y agoYou seem to have missed the point of Agile. But then, that's normal.
- kitotik 3y agoDid I? Where does the manifesto talk about a process of any sort? It’s a set of values. It doesn’t mention anything about iterations, breaking things down, etc
- marcosdumay 3y agoThis is PDCA: > Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage. And the sibling has the one that states PDCA for the development process too.
- dragonwriter 3y agoPDCA, in more humanities than engineering terms, is basically the final Agile Principle “At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.” https://agilemanifesto.org/principles.html https://agilemanifesto.org/principles.html
- dragonwriter 3y agoTo be fair, its largely because the Agile literature as a whole is vaguely written on the most important points.
- marcosdumay 3y agoYes, everything is very unclear. It's also corrupted on most communication, either on purpose or by accident. Corrupting Agile was once a very profitable activity.
- dragonwriter 3y ago> Agile speaks nothing of these sorts of processes Agile is less specific about the how, but is very much centered on team-led adaptation of concrete process to specific circumstances. Lean does the same thing, but actually talks about how to achieve that. (Lean and Agile are mostly built on the same ideas, but the Lean literature comes at the ideas from an engineering mindset, while Agile literature does it from a fuzzier and more touchy-feely mindset.)
- evolve2k 3y agoThe pissing match above has at its root a global namespace conflict around the term “Lean”. To clarify, the underlying heirachy is: Shewhart cycle “PDCA” (1939) Lean manufacturing “Lean” (1988) Agile Manifesto “Agile” (2001) The Lean Startup [subset of lean] (2011) Lean around here often handwaves to mean the Lean startup with Lean manufacturing under that. Technically I’d suggest Lean on its own is really a reference back to Lean manufacturing and the principals of Lean developed by Toyota in the 1960-1980’s in what they later named “The Toyota Way”
- dragonwriter 3y agoYou leave out Lean Software Development (2003-, there are several works from the same authors), which is fairly directly about applying/adapting Lean manufacturing to software development. (And is situated within the Agile space, but a lot more focussed on the meta-level process of controlling/adapting process than most Agile work, which often focusses on specific process that worked specific places, and gets easily bent to support the kind of adaopting canned process that is anathema to the Manifesto.)
- evolve2k 3y agoInteresting I’ve followed lean for many years and must admit I was not aware of this. Curious to dive in. Thanks for including this.