Difference between revisions of "Ready to build"

From Pearl Language
Jump to navigation Jump to search
(DSL -> {{dsl}})
({{dor}}, {{dod}}, estimable)
Line 6: Line 6:
|therefore in a single line=Make sure any item is fully ready to implement before you start working on it.
|therefore in a single line=Make sure any item is fully ready to implement before you start working on it.
|wish=Full focus of transforming wishes into reality.
|wish=Full focus of transforming wishes into reality.
|background=*Downstream Definition of Ready equals the upstream Definition of Done.
|background=*Downstream {{for}} equals the upstream {{p|dod}}.
*Definition of Ready means that any item pulled into the {{p|sprint}}.
*Definition of Ready means that any item pulled into the {{p|sprint}}.
*High quality {{p|definition of ready}} leads to high-quality work and speeds up velocity.
*High quality {{p|definition of ready}} leads to high-quality work and speeds up velocity.
Line 67: Line 67:
|valign="top"|The relative (business) value is clear and written on the item.
|valign="top"|The relative (business) value is clear and written on the item.
|-
|-
|valign="top"|'''estimatable'''
|valign="top"|'''estimable'''
|valign="top"|The item's relative implementation effort expressed in {{sp}}s is written on the item by the {{dt}}, using techniques like {{p|planning poker}}.
|valign="top"|The item's relative implementation effort expressed in {{sp}}s is written on the item by the {{dt}}, using techniques like {{p|planning poker}}.
|-
|-

Revision as of 19:20, 1 November 2011

scrum, about to pull in product backlog items into the sprint.

✣  ✣  ✣

{{{wish full}}}

See below for a detailed explanation.


A product backlog item is ready to build when:

Spend about 10% of the sprint time on grooming the items into ready to build state. Spend this time during the sprint, not during the planning session. Make it you goal to reduce the sprint planning meeting to a mere reconfirmation of the product backlog that emerged during the sprint's grooming sessions.

Only allow ready to implement items into the sprint backlog, or risk to be bitten by debate, technical debt, cutting corners, and high pressure. Aim for quality in, quality out.

Therefore:

{{{therefore full}}}

✣  ✣  ✣



✣  ✣  ✣

Table below is based on Bill Wake's INVEST acronym.

Second column is the test designed to proof the validity of the first.

Check Proof
immediately actionable The development teams have no no known questions regarding the what, why and for whom of the item and can immediately start implementing the item, working on it until it is done, completing it until it meets all criteria that allow it to be pulled into the next station.

To improve actionability, consider providing:

  • UI sketches, wireframes, and mock ups;
  • scenarios;
  • design ‘comics’ and story boards.
independent Any dependancies are identified and the dependency count is less than three, meaning that the item is relatively independent and does not pull a lot of other items into the sprint.
understanding The development team explains the context, what, why (value creation) and for whom (persona) back to the product owner.
negotiable The item is clear on the what, yet still leaves room for:
  • how it will be implemented, meeting or exceeding the non-functional requirements and within the technological and architectural guidelines; and
  • nudging details—functional, behavioral, technical, or otherwise that would benefit its use or implementation
valuable The relative (business) value is clear and written on the item.
estimable The item's relative implementation effort expressed in story points is written on the item by the development team, using techniques like planning poker.
sized appropriately The item's estimated implementation effort is 8 story points or less.
testable Crystal clear acceptance criteria for both the product owner and operations are associated with the item, probably written on the back of the item or documented in an automated test harness.

Acceptance criteria help to:

Popular tools like Cucumber can be used to express these criteria and facilitate automated testing practices.

Other useful practices include giving examples of:

  • use case processes;
  • reports;
  • queries;
  • input forms; and
  • inspectors.
demonstrable Either the development team or product owner or both can demonstrate the item when implemented.

Defining and scripting the demonstration helps to:

  • set scope;
  • think through the many aspects of its use;
  • find both happy and exceptional paths through the item's use; and
  • validate earlier defined scenarios and their outcomes.

A mercenary analyst can help verbalize the item in a concise, coherent and comprehensive way.