Instructions for Claude Code: Adding Chapter 11 References

Step 1: Locate the end of Chapter 11

Find the chapter conclusion that ends with:

text
1Now go build something that helps customers make progress on the jobs that matter to them.

Step 2: Find and REPLACE the empty references section

There should be an existing placeholder:

text
1## Chapter 11 References

REPLACE that line (and any empty content after it) with the following:

text
1## Chapter 11 References
2
3[1] Cohn, M. (2004). _User Stories Applied: For Agile Software Development_. Addison-Wesley Professional. Retrieved from [https://www.amazon.com/User-Stories-Applied-Software-Development/dp/0321205685](https://www.amazon.com/User-Stories-Applied-Software-Development/dp/0321205685)
4
5[2] Patton, J. (2014). _User Story Mapping: Discover the Whole Story, Build the Right Product_. O'Reilly Media. Retrieved from [https://www.amazon.com/User-Story-Mapping-Discover-Product/dp/1491904909](https://www.amazon.com/User-Story-Mapping-Discover-Product/dp/1491904909)
6
7[3] Schwaber, K., & Sutherland, J. (2020). _The Scrum Guide_. Scrum.org. Retrieved from [https://scrumguides.org/](https://scrumguides.org/)

Step 3 (Optional): Add in-text citations

If you want in-text citations, make these additional changes:

Change 1: In the section "Why Most User Stories Fail", find this paragraph:

text
1User stories in agile development follow a standard format:

REPLACE with:

text
1User stories in agile development follow a standard format [1]:

Change 2: In the section "Redefining 'Done'", find this sentence:

text
1Outcome stories also change how you define success.

REPLACE with:

text
1Outcome stories also change how you define success [3].

Summary of changes

  1. REPLACE the empty ## Chapter 11 References section with the populated references list (3 references)
  2. (Optional) ADD two in-text citation markers [1] and [3] in the relevant sections