# Scope creep

### Summary

Scope creep is measured by the amount of child issues created after an issue has first moved to an 'in progress' status. Scope creep is calculated as the ratio of these created issues and the original issues in the story.

### Example

A story that had 8 issues when started and 12 issues when completed has a scope creep of (12-8)/8 = 50%

### Why it matters

Scope creep is an indicator of planning quality. Some amount of scope creep is to be expected, but a high scope creep starts to indicate a problem with the planning process.

### How to use it

Look for issues with unusual amounts of scope creep (significant outliers) to start discussions while the issue is still fresh in memory, and analyze the subtasks using the issue popup. Was this expected or something that could have been prevented? Is there something that the team can learn from this? Which subtasks were added after starting, or which of them took the longest?

Also, be on the lookout for consistently high scope creep (at least 50% on average): this might indicate a more systemic problem with the planning process. Perhaps you need to put more emphasis into story planning to avoid the same surprises in scope. Are you consistently forgetting some types of tasks, like documentation or instrumentation? Planning templates can solve some of these problems.

### Where to find it

You can find scope creep by clicking open an issue popup anywhere in Swarmia where you see the name of an issue.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.swarmia.com/definitions/scope-creep.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
