{"id":668,"date":"2026-02-25T10:22:39","date_gmt":"2026-02-25T10:22:39","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/"},"modified":"2026-02-25T10:22:39","modified_gmt":"2026-02-25T10:22:39","slug":"identify-bad-user-stories","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/","title":{"rendered":"Recognizing a Broken Story Early"},"content":{"rendered":"<p>When a user story fails to spark conversation, or the team walks away confused, it\u2019s not a problem with the developers\u2014it\u2019s a sign the story was never built for understanding. I\u2019ve seen hundreds of these silently broken stories derail sprints. They look fine on paper but break under scrutiny. The real shift happens when we stop treating stories as documents and start seeing them as invitations to conversation.<\/p>\n<p>My advice? Never accept a story that doesn\u2019t provoke at least one question. If the team nods in agreement without asking, it\u2019s likely a broken story. This chapter gives you the tools to detect them early\u2014before estimation, before sprint planning, before wasted effort.<\/p>\n<h2>Early Warning Signs of a Broken Story<\/h2>\n<p>Not every ambiguous story is a failure. But when multiple red flags appear, it\u2019s time to pause. The signs aren\u2019t always obvious. They hide in plain sight.<\/p>\n<h3>Unclear Goal or Purpose<\/h3>\n<p>When a story says \u201cI want to see all orders\u201d but never explains why, it\u2019s not a story\u2014it\u2019s a task. A broken story example is: \u201cAs a customer, I want to see my order history so I can track what I bought.\u201d The \u201cso that\u201d clause is empty. What does tracking mean? For refunds? For loyalty points? Without a clear purpose, acceptance criteria become guesswork.<\/p>\n<p><strong>How to fix:<\/strong> Ask: \u201cWhat outcome does this enable?\u201d If you can\u2019t answer in one sentence, the goal is vague. Replace with: \u201cso that I can re-order items I\u2019ve bought before.\u201d That\u2019s actionable.<\/p>\n<h3>Unclear Role or Actor<\/h3>\n<p>\u201cAs a user\u201d is the most overused and misleading phrase in Agile. It\u2019s not a role\u2014it\u2019s a placeholder for a real person with a job, pain point, and context. A story like \u201cAs a user, I want to reset my password\u201d fails because it hides the user\u2019s identity. Is it a new customer? A returning user who forgot their password? A support agent?<\/p>\n<p><strong>Check:<\/strong> Replace \u201cuser\u201d with a real role: \u201cAs a returning customer, I want to reset my password when I forget it so that I can access my account without waiting for support.\u201d Now the story has context.<\/p>\n<h3>Missing or Vague Acceptance Criteria<\/h3>\n<p>Acceptance criteria are the test of a story\u2019s clarity. If they\u2019re missing or too broad, you can\u2019t know when it\u2019s done. Consider this: \u201cAs a shopper, I want to add items to my cart.\u201d What does \u201cadd\u201d mean? Click a button? See it listed? Get a confirmation?<\/p>\n<p><strong>User story quality signs:<\/strong> If acceptance criteria are generic like \u201cmust work\u201d or \u201cshould be fast,\u201d the story is untestable. Testability is a litmus test. If no one can define a clear pass\/fail condition, the story is broken.<\/p>\n<h3>Team Confusion in Refinement<\/h3>\n<p>When the team debates the same story for 20 minutes without consensus, it\u2019s a red flag. This isn\u2019t debate\u2014it\u2019s a symptom of poor framing. A broken story example: \u201cAs a manager, I want to see the sales report.\u201d But what report? Daily? Monthly? By region? By product?<\/p>\n<p><strong>Ask:<\/strong> \u201cWho is the primary user?\u201d \u201cWhat decision will they make?\u201d \u201cWhat data do they need?\u201d If the answers aren\u2019t clear, the story isn\u2019t ready.<\/p>\n<h2>A Practical Checklist: Diagnose Story Health<\/h2>\n<p>Use this checklist during backlog refinement to identify bad user stories. Score each item: 1 = clearly present, 0 = missing or unclear.<\/p>\n<ul>\n<li><strong>Is the role specific?<\/strong> (e.g., \u201cas a returning customer\u201d not \u201cas a user\u201d)<\/li>\n<li><strong>Is there a clear outcome?<\/strong> (e.g., \u201cso that I can re-order quickly\u201d)<\/li>\n<li><strong>Are acceptance criteria testable?<\/strong> (e.g., \u201cI see a confirmation message\u201d)<\/li>\n<li><strong>Can the team discuss it without guesswork?<\/strong><\/li>\n<li><strong>Is the story size appropriate?<\/strong> (Not too big, not too small)<\/li>\n<\/ul>\n<p>Score less than 4? Run a conversation drill. Score 5? It\u2019s likely viable for sprint planning.<\/p>\n<h2>Common Patterns in Broken Story Examples<\/h2>\n<p>These are recurring traps I\u2019ve seen in real backlogs. Recognizing them helps you catch issues faster.<\/p>\n<h3>Pattern 1: The Feature Without a User<\/h3>\n<p>\u201cAs a system, I want to log user activity.\u201d This isn\u2019t a user story. It\u2019s a technical task. The user is the customer, the support agent, or the admin. The story should be framed from their perspective.<\/p>\n<p>Fix: \u201cAs a system administrator, I want to view recent user login attempts so that I can detect potential security breaches.\u201d Now it\u2019s user-centered and testable.<\/p>\n<h3>Pattern 2: The Vague Outcome<\/h3>\n<p>\u201cI want to search for products.\u201d What does \u201csearch\u201d mean? Find by name? By category? By description? No acceptance criteria means no way to verify.<\/p>\n<p>Fix: \u201cAs a shopper, I want to search for products by keyword so that I can find items quickly.\u201d Add acceptance: \u201cWhen I type \u2018shoes\u2019, I see all products with \u2018shoes\u2019 in the name or description.\u201d<\/p>\n<h3>Pattern 3: The Overly Broad Story<\/h3>\n<p>\u201cI want to improve the checkout flow.\u201d This isn\u2019t a story\u2014it\u2019s a project. It lacks a specific user, goal, or measurable outcome.<\/p>\n<p>Fix: Break it down. \u201cAs a first-time buyer, I want to see a progress bar during checkout so that I know how far I am.\u201d Now it\u2019s testable, estimable, and valuable.<\/p>\n<h2>Why These Signs Matter in Practice<\/h2>\n<p>Broken stories aren\u2019t just about bad writing. They lead to rework, missed deadlines, and demotivation. Teams spend time building features that don\u2019t deliver value because the story was never clear.<\/p>\n<p>One team spent two weeks building a dashboard because the story said \u201cAs a manager, I want to see data.\u201d But no one defined what data, how often, or how it would be used. The product owner admitted later: \u201cWe didn\u2019t realize we were building a report, not a live analytics tool.\u201d That\u2019s a broken story example\u2014built on assumption, not clarity.<\/p>\n<p><strong>Key insight:<\/strong> A story is only good if it invites the right conversation. If the team can\u2019t discuss it without clarification, it\u2019s not ready. Don\u2019t estimate it. Don\u2019t accept it. Refactor it.<\/p>\n<h2>Ask the Right Questions<\/h2>\n<p>When reviewing a story, ask these three questions:<\/p>\n<ol>\n<li><strong>Who is the user, and why do they need this?<\/strong> If you can\u2019t name the person and their pain point, it\u2019s too abstract.<\/li>\n<li><strong>What does success look like?<\/strong> If acceptance criteria aren\u2019t testable, the story can\u2019t be validated.<\/li>\n<li><strong>How does this deliver value?<\/strong> If it doesn\u2019t link to a business outcome, it\u2019s not a story\u2014it\u2019s a task.<\/li>\n<\/ol>\n<p>Answer all three with clarity? The story is likely sound. Miss one? It\u2019s broken.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I know if a user story is too big?<\/h3>\n<p>Ask: \u201cCould this be done in one sprint by a single developer with support?\u201d If not, it\u2019s too large. Break it into smaller, outcome-focused stories. A good rule: if it requires more than 8 hours of work, it\u2019s too big.<\/p>\n<h3>What should I do if the team disagrees on a story\u2019s meaning?<\/h3>\n<p>Hold a 10-minute conversation. Have each person explain the story in their own words. If interpretations vary, the story is ambiguous. Reframe it around a specific user and outcome. Record the discussion to avoid repeat issues.<\/p>\n<h3>Can a story be valid without acceptance criteria?<\/h3>\n<p>No. Acceptance criteria are not optional. They define when the story is done and help avoid scope creep. A story without acceptance criteria is a promise without a contract.<\/p>\n<h3>Is it okay to use \u201cuser\u201d in a story?<\/h3>\n<p>Only as a last resort. \u201cUser\u201d is too generic. Replace it with a real role: \u201ccustomer,\u201d \u201csupport agent,\u201d \u201cadmin.\u201d The more specific the role, the clearer the context.<\/p>\n<h3>How can I improve user story quality signs in my team?<\/h3>\n<p>Run monthly story clinics. Pick 2\u20133 stories from the backlog. Have the team critique them using the checklist. Highlight what made a story strong or weak. Over time, this builds a shared language and improves story writing habits.<\/p>\n<h3>What if a story has all the signs but the product owner insists on keeping it?<\/h3>\n<p>Push back. A story that doesn\u2019t provoke conversation is not ready. Insist on clarification before sprint planning. If the product owner can\u2019t provide it, the story is not valid. Prioritize clarity over speed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a user story fails to spark conversation, or the team walks away confused, it\u2019s not a problem with the developers\u2014it\u2019s a sign the story was never built for understanding. I\u2019ve seen hundreds of these silently broken stories derail sprints. They look fine on paper but break under scrutiny. The real shift happens when we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":665,"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-668","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>Identify Bad User Stories Early<\/title>\n<meta name=\"description\" content=\"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.\" \/>\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\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Identify Bad User Stories Early\" \/>\n<meta property=\"og:description\" content=\"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/\",\"name\":\"Identify Bad User Stories Early\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:22:39+00:00\",\"description\":\"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common Mistakes in Writing User Stories\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Why User Stories Go Wrong\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Recognizing a Broken Story Early\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Identify Bad User Stories Early","description":"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.","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\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/","og_locale":"pt_PT","og_type":"article","og_title":"Identify Bad User Stories Early","og_description":"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/","name":"Identify Bad User Stories Early","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:22:39+00:00","description":"Learn to identify bad user stories early with practical signs, checklists, and real-world examples. Improve story quality and reduce rework with expert guidance.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/identify-bad-user-stories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Common Mistakes in Writing User Stories","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/"},{"@type":"ListItem","position":3,"name":"Why User Stories Go Wrong","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/common-mistakes-in-writing-user-stories\/why-user-stories-go-wrong\/"},{"@type":"ListItem","position":4,"name":"Recognizing a Broken Story Early"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/668\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/665"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=668"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}