{"id":1098,"date":"2026-02-25T10:35:54","date_gmt":"2026-02-25T10:35:54","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/"},"modified":"2026-02-25T10:35:54","modified_gmt":"2026-02-25T10:35:54","slug":"invest-model-user-stories","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/","title":{"rendered":"Applying the INVEST Criteria in Daily Practice"},"content":{"rendered":"<p>Too many teams treat the INVEST acronym as a checklist to tick off, then move on\u2014without truly understanding what each letter means in practice. I\u2019ve seen teams write stories that claim to be \u201cindependent\u201d or \u201ctestable\u201d while still being tightly coupled, vague, or impossible to verify. The real danger isn\u2019t the model\u2014it\u2019s how it\u2019s applied.<\/p>\n<p>Let me be clear: the INVEST criteria aren\u2019t a set of rules to follow mechanically. They\u2019re a framework to guide conversation. A story that scores perfectly on paper but fails to spark discussion is already a failure. The goal isn\u2019t compliance. It\u2019s clarity, value, and alignment.<\/p>\n<p>This chapter shows you how to apply the INVEST model not as a rigid checklist, but as a living guide. You\u2019ll find real examples from actual projects, including how to spot common traps, break down complex epics, and ensure every story is ready for development. You\u2019ll learn how to write independent user stories that don\u2019t depend on others, and how to craft testable user story examples that avoid ambiguity.<\/p>\n<h2>Understanding the INVEST Model<\/h2>\n<p>INVEST is an acronym for: Independent, Negotiable, Valuable, Estimable, Small, and Testable. It\u2019s not a new methodology\u2014it\u2019s a quality filter for user stories. Developed by Bill Wake, it\u2019s widely adopted because it directly addresses the most common defects in Agile requirements: poor focus, ambiguity, and scope creep.<\/p>\n<p>Each letter represents a quality that, when applied correctly, leads to stories that are not just usable, but truly valuable. The model is not about writing perfect stories on the first try\u2014it\u2019s about creating a shared understanding through dialogue.<\/p>\n<h3>Why INVEST Matters in Real-World Development<\/h3>\n<p>In my 20 years as an Agile coach, I\u2019ve rarely seen a team that didn\u2019t improve after applying INVEST consistently. Not because they suddenly wrote better, but because they started asking better questions.<\/p>\n<p>Consider a story like: <code>As a customer, I want to log in securely so that I can access my account.<\/code> On the surface, it\u2019s compliant. But who\u2019s the customer? What does \u201csecurely\u201d mean? What\u2019s the acceptance criteria? It\u2019s not testable\u2014and that\u2019s a red flag.<\/p>\n<p>That\u2019s where INVEST steps in. It forces you to challenge vague assumptions. It turns a passive statement into an invitation to collaborate.<\/p>\n<h2>Breaking Down the INVEST Criteria<\/h2>\n<h3>Independent: Avoiding Hidden Dependencies<\/h3>\n<p>Independent user stories are not just \u201cnot dependent on others\u201d\u2014they\u2019re designed to be developed and delivered in any order without forcing a sequence.<\/p>\n<p>Here\u2019s a common trap: <code>As a user, I want to create a profile so that I can log in.<\/code> This forces a dependency: you can\u2019t log in until you\u2019ve created a profile. But what if the login process can work even without a full profile?<\/p>\n<p>Instead, split it: <br \/>\n<code>As a user, I want to authenticate with my email and password so that I can access my account.<\/code> <br \/>\n<code>As a user, I want to add details to my profile so that I can personalize my experience.<\/code><\/p>\n<p>Now both stories are independent. They can be worked on separately and delivered in any order. This is what I call \u201cindependence with intent\u201d\u2014not just independence as a technical artifact, but as a strategic choice to enable flexibility.<\/p>\n<h3>Negotiable: The Power of Conversation<\/h3>\n<p>The word \u201cnegotiable\u201d doesn\u2019t mean \u201cchangeable.\u201d It means \u201copen to discussion.\u201d This is where the real value of user stories lies: they\u2019re prompts for conversation, not contracts.<\/p>\n<p>Too many teams treat stories as documentation. They write everything upfront. That defeats the purpose.<\/p>\n<p>Instead, think: <em>What do I need to clarify with the team or product owner?<\/em> If a story doesn\u2019t invite questions, it\u2019s probably not a good story.<\/p>\n<h3>Valuable: Always Ask \u201cWhy?\u201d<\/h3>\n<p>A valuable user story delivers tangible business value\u2014whether that\u2019s customer satisfaction, revenue, efficiency, or compliance.<\/p>\n<p>Ask: <em>Who benefits? What changes? How is this better than before?<\/em> If a story doesn\u2019t answer these, it\u2019s not valuable.<\/p>\n<p>For example: <code>As a user, I want to see my order history so that I can track my past purchases.<\/code> This is valuable. But <code>As a user, I want to see my order history in a table.<\/code> isn\u2019t\u2014because the \u201chow\u201d doesn\u2019t replace the \u201cwhy.\u201d The value is in tracking purchases, not the table format.<\/p>\n<h3>Estimable: When Estimation Becomes a Team Effort<\/h3>\n<p>A story must be estimable to be useful in sprint planning. But that doesn\u2019t mean it has to be perfectly defined.<\/p>\n<p>Estimability doesn\u2019t mean \u201cfully specified.\u201d It means \u201chas enough clarity to be sized by the team.\u201d If your team can\u2019t estimate a story in 15\u201320 minutes of discussion, it\u2019s too big or too vague.<\/p>\n<p>When I see teams struggling with estimation, I ask: <em>Can we explain this in simple terms? Can we imagine the outcome? Can we sketch it?<\/em> If not, it\u2019s not estimable\u2014and it needs refinement.<\/p>\n<h3>Small: The Key to Agility<\/h3>\n<p>Small stories are typically 1\u20134 days of effort. This isn\u2019t a strict rule\u2014it\u2019s a goal. If a story takes longer than a week, it\u2019s almost always too big.<\/p>\n<p>But size isn\u2019t just about time. It\u2019s about risk. A large story holds more uncertainty. It\u2019s harder to test, harder to deliver, and more likely to fail.<\/p>\n<p>Use slicing techniques: break stories by workflow, by user journey, or by feature component. For example, instead of: <code>As a user, I want to book a flight and pay for it.<\/code> split it into: <br \/>\n<code>As a user, I want to select a flight so that I can proceed to booking.<\/code> <br \/>\n<code>As a user, I want to enter payment details so that I can complete the purchase.<\/code><\/p>\n<p>Now both are small, testable, and can be delivered independently.<\/p>\n<h3>Testable: The Foundation of Quality<\/h3>\n<p>A testable user story has clear acceptance criteria. It\u2019s not testable if it relies on vague terms like \u201cfast,\u201d \u201csecure,\u201d or \u201cgood looking.\u201d<\/p>\n<p>Here\u2019s a testable user story example: <br \/>\n<code>As a user, I want to reset my password so that I can regain access to my account.<\/code> <br \/>\n<em>Acceptance Criteria:<\/em> <br \/>\n&#8211; I can request a password reset via email <br \/>\n&#8211; I receive a link with a 15-minute expiry window <br \/>\n&#8211; I can enter a new password with at least 8 characters, including one number and one special character <br \/>\n&#8211; The system confirms success and logs me in automatically<\/p>\n<p>This is testable. It can be verified. The criteria are measurable and unambiguous.<\/p>\n<h2>Practical Application: A Case Study<\/h2>\n<p>Let\u2019s walk through a real example from a SaaS platform I worked with. The original story: <code>As a customer, I want to export my data so that I can use it elsewhere.<\/code><\/p>\n<p>Step 1: Is it independent? No\u2014exporting depends on data access and permissions. We split it.<\/p>\n<p>Step 2: Is it negotiable? Yes\u2014discussions revealed the user wanted CSV, not Excel, and export should only include active records.<\/p>\n<p>Step 3: Is it valuable? Yes\u2014users needed to migrate data to a competitor or use it in reporting.<\/p>\n<p>Step 4: Is it estimable? Yes\u2014after clarification, the team estimated it at 2 days.<\/p>\n<p>Step 5: Is it small? Yes\u2014under 3 days of effort.<\/p>\n<p>Step 6: Is it testable? Yes\u2014here\u2019s the revised acceptance criteria:<\/p>\n<ul>\n<li>I can navigate to \u201cExport Data\u201d from the profile menu<\/li>\n<li>I can select \u201cCSV\u201d as the format<\/li>\n<li>I can choose to export only active records<\/li>\n<li>I receive a download link within 10 seconds<\/li>\n<li>The file contains at least two columns: name and email<\/li>\n<\/ul>\n<p>Now it\u2019s a strong, testable user story example that meets all INVEST criteria.<\/p>\n<h2>INVEST Checklist: Quick Evaluation<\/h2>\n<p>Use this checklist during backlog refinement to evaluate any user story:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Criterion<\/th>\n<th>Ask Yourself<\/th>\n<th>Pass?<\/th>\n<\/tr>\n<tr>\n<td>Independent<\/td>\n<td>Can this be developed and delivered without depending on another story?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<tr>\n<td>Negotiable<\/td>\n<td>Does the story invite conversation, not just documentation?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<tr>\n<td>Valuable<\/td>\n<td>Who benefits? How does it deliver business value?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<tr>\n<td>Estimable<\/td>\n<td>Can the team estimate this in less than 20 minutes of discussion?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<tr>\n<td>Small<\/td>\n<td>Can it be delivered in less than 3 days of work?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<tr>\n<td>Testable<\/td>\n<td>Are there clear acceptance criteria that can be verified?<\/td>\n<td><input type=\"checkbox\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can a user story be independent but still too large?<\/h3>\n<p>Yes. Independence means it doesn\u2019t depend on another story\u2014but it can still be too big to deliver in one sprint. Small size is a separate criterion. A story can be independent and still take 2 weeks to complete\u2014meaning it needs to be split.<\/p>\n<h3>How do I know if my story is testable?<\/h3>\n<p>A testable user story has acceptance criteria that are specific, measurable, and verifiable. If you can\u2019t imagine writing a test for it, it\u2019s not testable. Use the \u201cif I were a QA engineer\u201d test: could you write a test case based on the story and its criteria?<\/p>\n<h3>What if a story is valuable but not estimable?<\/h3>\n<p>Revisit the story. If the team can\u2019t estimate it, it likely lacks clarity. Break it down, add more context, or discuss it in a refinement workshop. If it\u2019s still unclear after multiple tries, it may need to be deferred or restructured.<\/p>\n<h3>Can a story be both independent and part of a sequence?<\/h3>\n<p>Yes\u2014but only if the sequence is intentional and documented. Independence doesn\u2019t mean no ordering. But the story should not rely on another story\u2019s completion for its core functionality. For example, a login story can be independent even if it\u2019s delivered before a profile setup.<\/p>\n<h3>Why is \u201cnegotiable\u201d important if I already have a clear requirement?<\/h3>\n<p>Even clear requirements can contain hidden assumptions. Negotiability ensures the team questions the intent, not just the output. It keeps the conversation alive and prevents rigid interpretation.<\/p>\n<h3>How often should I review stories using INVEST?<\/h3>\n<p>Review every story during backlog refinement. Use it as a team conversation\u2014not a solo audit. The goal isn\u2019t to grade stories, but to improve them collectively. Make it a habit, not a chore.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many teams treat the INVEST acronym as a checklist to tick off, then move on\u2014without truly understanding what each letter means in practice. I\u2019ve seen teams write stories that claim to be \u201cindependent\u201d or \u201ctestable\u201d while still being tightly coupled, vague, or impossible to verify. The real danger isn\u2019t the model\u2014it\u2019s how it\u2019s applied. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1095,"menu_order":2,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-1098","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Applying the INVEST Criteria in Daily Practice<\/title>\n<meta name=\"description\" content=\"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Applying the INVEST Criteria in Daily Practice\" \/>\n<meta property=\"og:description\" content=\"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"8\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/\",\"name\":\"Applying the INVEST Criteria in Daily Practice\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:35:54+00:00\",\"description\":\"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Write Effective User Stories\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Building Strong Stories Step by Step\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Applying the INVEST Criteria in Daily Practice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Applying the INVEST Criteria in Daily Practice","description":"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/","og_locale":"de_DE","og_type":"article","og_title":"Applying the INVEST Criteria in Daily Practice","og_description":"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"8\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/","name":"Applying the INVEST Criteria in Daily Practice","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:35:54+00:00","description":"Master the INVEST model user stories with practical, real-world examples. Learn how to write independent user stories and testable user story examples that drive agile success.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/invest-model-user-stories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"How to Write Effective User Stories","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/"},{"@type":"ListItem","position":3,"name":"Building Strong Stories Step by Step","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/how-to-write-effective-user-stories\/how-to-write-user-stories-step-by-step\/"},{"@type":"ListItem","position":4,"name":"Applying the INVEST Criteria in Daily Practice"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1098\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1095"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=1098"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=1098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}