Completed the invest principles

This commit is contained in:
2026-01-04 17:16:04 +00:00
parent c4fcf2db39
commit 5084779465
6 changed files with 46 additions and 37 deletions

View File

@@ -2,8 +2,18 @@
#+date: <2025-11-06 Thu 21:08>
#+OPTIONS: num:nil tags:t toc:t
#+filetags: :learning:notes:
#+WIP: t
#+WIP:
#+COMMENTS: t
#+SLUG: invest-principles
* TODO
The Invest Principles in Agile is a mnemonic that helps teams remember the key characteristics of a well-defined user story. The acronym INVEST stands for:
- Independent: User stories should be self-contained, allowing them to be developed and delivered independently of other stories. This helps in prioritizing and scheduling work without dependencies causing delays.
- Negotiable: User stories are not contracts; they should be flexible and open to discussion between the development team and stakeholders. This allows for adjustments based on feedback and changing requirements.
- Valuable: Each user story should deliver value to the end-user or customer. This ensures that the team focuses on features that provide real benefits rather than just technical tasks.
- Estimable: User stories should be clear enough to allow the team to estimate the effort required to complete them. If a story is too vague or complex, it may need to be broken down into smaller, more manageable pieces.
- Small: User stories should be small enough to be completed within a single iteration. This helps maintain a steady flow of work and allows for quicker feedback and adjustments.
- Testable: Each user story should have clear acceptance criteria that allow the team to verify that the story has been completed successfully. This ensures that the delivered functionality meets the expected standards and requirements.
By adhering to the INVEST principles, Agile teams can create user stories that are well-defined, manageable, and focused on delivering value to users. This leads to more efficient development processes and better outcomes for projects.

View File

@@ -4,7 +4,7 @@
See the categories: @@html:<a href="../categories.html">Categories</a>@@
* Posts:
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">02-01-2026 09:31</span>@@
- [[file:career/career-list.org][Career List]] @@html:<span class="post-date">04-01-2026 17:14</span>@@
- [[file:career/probation-objectives.org][Probation Objectives:]] @@html:<span class="post-date">08-12-2025 17:55</span>@@ @@html:<a href="/tags/review.html"> <span class="post-tag">review</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
- [[file:career/airflow.org][Datamarts, Airflow and DAG's]] @@html:<span class="post-date">15-11-2025 18:37</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@
- [[file:career/normalisation.org][Benefits of Normalisation]] @@html:<span class="post-date">10-11-2025 18:04</span>@@ @@html:<a href="/tags/learning.html"> <span class="post-tag">learning</span> </a>@@ @@html:<a href="/tags/notes.html"> <span class="post-tag">notes</span> </a>@@