Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.01 KB

File metadata and controls

33 lines (26 loc) · 1.01 KB
id DEV-150
title Map Every Barrier Blocking the Goal
status active
enforcement manual
severity error
depends_on
DEV-130

Problem

Opening Problem issues, or jumping to a Solution, before mapping every barrier the goal faces lets blockers slip through. The goal then stalls on something no one tracked.

Solution

Before opening any Problem issue, derive the full set of barriers from the agreed Spec, so the list is complete and nothing is invented.

  1. Do this only after the Spec is clear and agreed, per DEV-130.
  2. List every barrier standing between today and the goal. Add nothing the Spec does not imply, and skip nothing it does.
  3. Each barrier on the list becomes exactly one Problem, written per DEV-160.

Acceptance Criteria

  • The barriers are enumerated from the agreed Spec before any Problem is opened
  • Every barrier the goal faces is on the list, none skipped or invented
  • Each listed barrier maps to exactly one Problem